* config/obj-aout.c (obj_emit_relocations): Give an error if the
authorIan Lance Taylor <ian@airs.com>
Thu, 20 Jun 1996 23:42:18 +0000 (23:42 +0000)
committerIan Lance Taylor <ian@airs.com>
Thu, 20 Jun 1996 23:42:18 +0000 (23:42 +0000)
relocation symbol was not resolved.
* config/obj-coff.c (do_relocs_for): Likewise.

gas/ChangeLog

index 4371f5806b4b7953536e15cdc2c60de81d0dd242..bd3d62bb201c8db41ae754a4e6ec4579456eb327 100644 (file)
@@ -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.