From: Ian Lance Taylor Date: Wed, 7 Aug 1996 20:13:50 +0000 (+0000) Subject: * symbols.c (resolve_symbol_value): Handle addition or subtraction X-Git-Tag: gdb-4_18-branchpoint~8030 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=d10df990c7ee8b947bffda8f7e73a5a1da490e55;p=thirdparty%2Fbinutils-gdb.git * symbols.c (resolve_symbol_value): Handle addition or subtraction by a constant before entering the main switch. Reject attempts to apply an arithmetic function to non-absolute symbols, except for the special case of subtraction of two symbols in the same section. --- diff --git a/gas/ChangeLog b/gas/ChangeLog index 6380931873e..ce086874053 100644 --- a/gas/ChangeLog +++ b/gas/ChangeLog @@ -12,6 +12,12 @@ Wed Aug 7 14:19:03 1996 Philippe De Muyter Wed Aug 7 11:50:26 1996 Ian Lance Taylor + * symbols.c (resolve_symbol_value): Handle addition or subtraction + by a constant before entering the main switch. Reject attempts to + apply an arithmetic function to non-absolute symbols, except for + the special case of subtraction of two symbols in the same + section. + * config/tc-mips.c (md_section_align): Do align if OBJ_ELF, but not to more than a 16 byte boundary.