From edec3111a27452b101fa566d2f4a0447dedf8132 Mon Sep 17 00:00:00 2001 From: Ian Lance Taylor Date: Thu, 20 Jun 1996 23:42:18 +0000 Subject: [PATCH] * 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. --- gas/ChangeLog | 4 ++++ 1 file changed, 4 insertions(+) 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. -- 2.30.2