yasm/libyasm
Peter Johnson 2d36cf72ae Allow {extern symbol}-{symbol in same segment} transformation.
This was earlier limited to local symbols.

Reported by: Dave Lee <davelee.com@gmail.com>

svn path=/trunk/yasm/; revision=2064
2008-04-14 01:48:02 +00:00
..
tests Support masking of relocatable values with an AND of the full value width to 2008-02-08 18:59:46 +00:00
arch.h Change handling of frontend (mnenomic) instructions to make it easier to 2007-07-08 05:31:59 +00:00
assocdat.c Remove YASM_LIB_INTERNAL. It never really gained us that much in terms of 2007-07-14 03:11:32 +00:00
assocdat.h Update all copyright dates. 2007-04-22 05:09:49 +00:00
bc-align.c Merge bc-int.h into bytecode.h, removing YASM_BC_INTERNAL in the process. 2007-07-14 04:34:41 +00:00
bc-data.c Merge bc-int.h into bytecode.h, removing YASM_BC_INTERNAL in the process. 2007-07-14 04:34:41 +00:00
bc-incbin.c Merge bc-int.h into bytecode.h, removing YASM_BC_INTERNAL in the process. 2007-07-14 04:34:41 +00:00
bc-org.c Add support for second parameter (fill value) to .org directive in GAS 2007-07-20 03:40:59 +00:00
bc-reserve.c Merge expr-int.h into expr.h, removing YASM_EXPR_INTERNAL in the process. 2007-07-14 05:31:08 +00:00
bitvect.c Allow underscores in the middle of binary, octal, and hex constants. 2008-04-12 08:30:22 +00:00
bitvect.h Bite the bullet and convert tabs to spaces. Previously yasm's source has 2007-04-22 03:32:46 +00:00
bytecode.c Merge expr-int.h into expr.h, removing YASM_EXPR_INTERNAL in the process. 2007-07-14 05:31:08 +00:00
bytecode.h Fix a couple of Doxygen nits. 2007-09-08 01:34:51 +00:00
compat-queue.h Bite the bullet and convert tabs to spaces. Previously yasm's source has 2007-04-22 03:32:46 +00:00
coretype.h Support masking of relocatable values with an AND of the full value width to 2008-02-08 18:59:46 +00:00
dbgfmt.h Update all copyright dates. 2007-04-22 05:09:49 +00:00
errwarn.c Remove YASM_LIB_INTERNAL. It never really gained us that much in terms of 2007-07-14 03:11:32 +00:00
errwarn.h Update all copyright dates. 2007-04-22 05:09:49 +00:00
expr.c Merge expr-int.h into expr.h, removing YASM_EXPR_INTERNAL in the process. 2007-07-14 05:31:08 +00:00
expr.h Fix a couple of Doxygen nits. 2007-09-08 01:34:51 +00:00
file.c Fix #118: Don't use getcwd(NULL, 0), as it's platform-specific behavior. 2007-10-16 07:40:21 +00:00
file.h Fix #118: Don't use getcwd(NULL, 0), as it's platform-specific behavior. 2007-10-16 07:40:21 +00:00
floatnum.c Add support for IEEE-754r "half precision" (16-bit) float format. 2007-09-16 20:41:16 +00:00
floatnum.h Update all copyright dates. 2007-04-22 05:09:49 +00:00
genmodule.c Update all copyright dates. 2007-04-22 05:09:49 +00:00
hamt.c Fix #112: Use yasm__strcasecmp instead of strcasecmp. 2007-08-05 16:44:07 +00:00
hamt.h Update all copyright dates. 2007-04-22 05:09:49 +00:00
insn.c Make jmp with seg:off equ behave the same as NASM. 2008-01-19 08:59:19 +00:00
insn.h Make jmp with seg:off equ behave the same as NASM. 2008-01-19 08:59:19 +00:00
intnum.c Add complete Intel Advanced Vector Extensions (AVX) support. 2008-04-11 09:29:58 +00:00
intnum.h Add NASM-compatible multi-section binary support to bin object format. 2007-11-14 08:33:32 +00:00
inttree.c Remove YASM_LIB_INTERNAL. It never really gained us that much in terms of 2007-07-14 03:11:32 +00:00
inttree.h Bite the bullet and convert tabs to spaces. Previously yasm's source has 2007-04-22 03:32:46 +00:00
linemap.c Don't use an inner structure for line mappings. 2007-07-15 21:54:11 +00:00
linemap.h Update all copyright dates. 2007-04-22 05:09:49 +00:00
listfmt.h Update all copyright dates. 2007-04-22 05:09:49 +00:00
Makefile.inc Merge expr-int.h into expr.h, removing YASM_EXPR_INTERNAL in the process. 2007-07-14 05:31:08 +00:00
md5.c Bite the bullet and convert tabs to spaces. Previously yasm's source has 2007-04-22 03:32:46 +00:00
md5.h Bite the bullet and convert tabs to spaces. Previously yasm's source has 2007-04-22 03:32:46 +00:00
mergesort.c Remove YASM_LIB_INTERNAL. It never really gained us that much in terms of 2007-07-14 03:11:32 +00:00
module.h Update all copyright dates. 2007-04-22 05:09:49 +00:00
module.in Update all copyright dates. 2007-04-22 05:09:49 +00:00
objfmt.h Enable use of sym@FOO constructs in GAS parser. 2008-02-09 03:35:07 +00:00
parser.h Removed FILE* argument from parser interface. The FILE* given was simply stored and never used. 2007-08-30 21:00:38 +00:00
phash.c Remove YASM_LIB_INTERNAL. It never really gained us that much in terms of 2007-07-14 03:11:32 +00:00
phash.h Bite the bullet and convert tabs to spaces. Previously yasm's source has 2007-04-22 03:32:46 +00:00
preproc.h Support use of EQU values within NASM preprocessor. 2007-11-03 04:37:44 +00:00
section.c Add NASM-compatible multi-section binary support to bin object format. 2007-11-14 08:33:32 +00:00
section.h Add NASM-compatible multi-section binary support to bin object format. 2007-11-14 08:33:32 +00:00
strcasecmp.c Remove YASM_LIB_INTERNAL. It never really gained us that much in terms of 2007-07-14 03:11:32 +00:00
strsep.c Remove YASM_LIB_INTERNAL. It never really gained us that much in terms of 2007-07-14 03:11:32 +00:00
symrec.c Remove YASM_LIB_INTERNAL. It never really gained us that much in terms of 2007-07-14 03:11:32 +00:00
symrec.h Update all copyright dates. 2007-04-22 05:09:49 +00:00
valparam.c Add NASM-compatible multi-section binary support to bin object format. 2007-11-14 08:33:32 +00:00
valparam.h Add NASM-compatible multi-section binary support to bin object format. 2007-11-14 08:33:32 +00:00
value.c Allow {extern symbol}-{symbol in same segment} transformation. 2008-04-14 01:48:02 +00:00
value.h Update all copyright dates. 2007-04-22 05:09:49 +00:00
xmalloc.c Remove YASM_LIB_INTERNAL. It never really gained us that much in terms of 2007-07-14 03:11:32 +00:00
xstrdup.c Remove YASM_LIB_INTERNAL. It never really gained us that much in terms of 2007-07-14 03:11:32 +00:00