From: Ian Lance Taylor Date: Thu, 20 Jun 1996 23:42:18 +0000 (+0000) Subject: * config/obj-aout.c (obj_emit_relocations): Give an error if the X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=edec3111a27452b101fa566d2f4a0447dedf8132;p=binutils-gdb.git * 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. --- diff --git a/gas/ChangeLog b/gas/ChangeLog index 4371f5806b4..bd3d62bb201 100644 --- a/gas/ChangeLog +++ b/gas/ChangeLog @@ -1,5 +1,9 @@ Thu Jun 20 19:10:28 1996 Ian Lance Taylor + * 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.