mirror of
https://github.com/darlinghq/darling-gdb.git
synced 2024-12-13 23:29:03 +00:00
* 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.
This commit is contained in:
parent
cc425b5558
commit
d10df990c7
@ -12,6 +12,12 @@ Wed Aug 7 14:19:03 1996 Philippe De Muyter <phdm@info.ucl.ac.be>
|
|||||||
|
|
||||||
Wed Aug 7 11:50:26 1996 Ian Lance Taylor <ian@cygnus.com>
|
Wed Aug 7 11:50:26 1996 Ian Lance Taylor <ian@cygnus.com>
|
||||||
|
|
||||||
|
* 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
|
* config/tc-mips.c (md_section_align): Do align if OBJ_ELF, but
|
||||||
not to more than a 16 byte boundary.
|
not to more than a 16 byte boundary.
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user