]> granicus.if.org Git - yasm/commit
Add support for gas preprocessor macro directives.
authorPeter Johnson <peter@tortall.net>
Sat, 13 Feb 2010 07:22:23 +0000 (07:22 -0000)
committerPeter Johnson <peter@tortall.net>
Sat, 13 Feb 2010 07:22:23 +0000 (07:22 -0000)
commit74e776b0f62cc953f88a6bf94dbf63f62af8c419
tree75114412ce717c7eaddad11680d8be9221fec947
parent463f4d79636d6d320f4c10f67423af893e5a67be
Add support for gas preprocessor macro directives.

It doesn't yet support the full set of macro types gas supports, but
can handle a lot of common cases.

Contributed by: Alexei Svitkine

svn path=/trunk/yasm/; revision=2285
modules/parsers/gas/tests/bin/Makefile.inc
modules/parsers/gas/tests/bin/gas-macro.asm [new file with mode: 0644]
modules/parsers/gas/tests/bin/gas-macro.hex [new file with mode: 0644]
modules/preprocs/gas/gas-preproc.c