diff options
author | Ian Lance Taylor <ian@airs.com> | 1996-06-20 23:42:18 +0000 |
---|---|---|
committer | Ian Lance Taylor <ian@airs.com> | 1996-06-20 23:42:18 +0000 |
commit | edec3111a27452b101fa566d2f4a0447dedf8132 (patch) | |
tree | deb69a4589fec24212cc2a24c6c9ec259eecef24 /gas | |
parent | 7ca8e36e61cbaeee1f70d69f6da9a9fe2e316086 (diff) | |
download | gdb-edec3111a27452b101fa566d2f4a0447dedf8132.zip gdb-edec3111a27452b101fa566d2f4a0447dedf8132.tar.gz gdb-edec3111a27452b101fa566d2f4a0447dedf8132.tar.bz2 |
* config/obj-aout.c (obj_emit_relocations): Give an error if the
relocation symbol was not resolved.
* config/obj-coff.c (do_relocs_for): Likewise.
Diffstat (limited to 'gas')
-rw-r--r-- | gas/ChangeLog | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/gas/ChangeLog b/gas/ChangeLog index 4371f58..bd3d62b 100644 --- a/gas/ChangeLog +++ b/gas/ChangeLog @@ -1,5 +1,9 @@ Thu Jun 20 19:10:28 1996 Ian Lance Taylor <ian@cygnus.com> + * config/obj-aout.c (obj_emit_relocations): Give an error if the + relocation symbol was not resolved. + * config/obj-coff.c (do_relocs_for): Likewise. + * write.c (adjust_reloc_syms): Refetch the symbol section after calling S_GET_VALUE, since it may have changed. |