summaryrefslogtreecommitdiff
path: root/devel/intel2gas
AgeCommit message (Collapse)AuthorFilesLines
2006-07-22Added "c" to USE_LANGUAGES for packages that use GNU configure scripts,rillig1-3/+2
since they always need a C compiler, even when the source code is completely in C++. For some other packages, stated in the comment that a C compiler is really not needed.
2006-06-02Uses C++.joerg1-1/+3
2005-05-23Removed trailing white-space.rillig1-9/+9
2005-04-11Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used.tv1-2/+1
2005-02-23Add RMD160 digests.agc1-1/+2
2004-10-20Initial import of intel2gas-1.3.3 from pkgsrc-wip, packaged byxtraeme5-0/+171
Cesar Catrian. Intel2GAS is a converter that will convert assembler source files written for NASM to files that can be assembled using the GNU Assembler (GAS), on the i386 platform. It provides support for basic MMX instructions as well. This converter was written for the Hermes project and is now released to the general public. The code inside this converter is extremely flexible, you can write a syntax file to convert between any two assembler languages on a good day.. :) Features: Basic opcodes are done MMX/FPU support (converts all Hermes files :) Preliminary Gas2Intel conversion Conversion from masm/tasm to gnu syntax