]> granicus.if.org Git - yasm/commit
Fix #132: Add --prefix and --suffix (aka --postfix) options.
authorPeter Johnson <peter@tortall.net>
Sun, 8 Jun 2008 09:06:05 +0000 (09:06 -0000)
committerPeter Johnson <peter@tortall.net>
Sun, 8 Jun 2008 09:06:05 +0000 (09:06 -0000)
commit53b2d01a779913ba35c301b7e3080da15a41e8cf
treee7ff38396a610bf65881ba5206ff1eec3aa14eaa
parent3aab66a119b5be2a5163c1de4909f27bdc28a91e
Fix #132: Add --prefix and --suffix (aka --postfix) options.
These allow arbitrary prefixes and/or suffixes to be added to
externally-visible (GLOBAL, EXTERN, or COMMON) symbol names.

svn path=/trunk/yasm/; revision=2109
frontends/yasm/yasm.c
libyasm/section.c
libyasm/section.h
libyasm/symrec.c
libyasm/symrec.h
modules/objfmts/bin/bin-objfmt.c
modules/objfmts/coff/coff-objfmt.c
modules/objfmts/elf/elf-objfmt.c
modules/objfmts/macho/macho-objfmt.c
modules/objfmts/rdf/rdf-objfmt.c
modules/objfmts/xdf/xdf-objfmt.c