diff --git a/gas/ChangeLog b/gas/ChangeLog index 4371f5806b..bd3d62bb20 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.