diff options
author | Ian Lance Taylor <ian@airs.com> | 1999-09-11 14:59:14 +0000 |
---|---|---|
committer | Ian Lance Taylor <ian@airs.com> | 1999-09-11 14:59:14 +0000 |
commit | e723ef7c5fc444f34b42d02bce7dbad3b6a6c2d3 (patch) | |
tree | cc80732511b87626e118c0933e9ca70c26ca85aa /gas/ChangeLog | |
parent | 703153b5668996e80932ab4cde7972694a3c6d11 (diff) | |
download | gdb-e723ef7c5fc444f34b42d02bce7dbad3b6a6c2d3.zip gdb-e723ef7c5fc444f34b42d02bce7dbad3b6a6c2d3.tar.gz gdb-e723ef7c5fc444f34b42d02bce7dbad3b6a6c2d3.tar.bz2 |
* write.c (dump_section_relocs): Call print_symbol_value_1 to
print the symbol, rather than printing it here.
1999-09-11 Donn Terry <donn@interix.com>
* write.c (adjust_reloc_syms): Print adjusted fixup.
Diffstat (limited to 'gas/ChangeLog')
-rw-r--r-- | gas/ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/gas/ChangeLog b/gas/ChangeLog index 9ec9484..e135e0b 100644 --- a/gas/ChangeLog +++ b/gas/ChangeLog @@ -1,5 +1,12 @@ +1999-09-11 Ian Lance Taylor <ian@zembu.com> + + * write.c (dump_section_relocs): Call print_symbol_value_1 to + print the symbol, rather than printing it here. + 1999-09-11 Donn Terry <donn@interix.com> + * write.c (adjust_reloc_syms): Print adjusted fixup. + * expr.c (integer_constant): Correct too_many_digits calculation in base 10 case. |