* config/tc-s390.c (md_apply_fix3): Emit error message for relocations
authorMartin Schwidefsky <schwidefsky@de.ibm.com>
Mon, 20 Jan 2003 10:22:26 +0000 (10:22 +0000)
committerMartin Schwidefsky <schwidefsky@de.ibm.com>
Mon, 20 Jan 2003 10:22:26 +0000 (10:22 +0000)
        with a subsy symbol.

gas/ChangeLog
gas/config/tc-s390.c

index 11fef9a582851ffc09cac3c6358adef0baee66ea..40437bb567c8a4125d14df84f9e0faadfa0e6b21 100644 (file)
@@ -1,3 +1,8 @@
+2003-01-20  Martin Schwidefsky  <schwidefsky@de.ibm.com>
+
+       * config/tc-s390.c (md_apply_fix3): Emit error message for relocations
+       with a subsy symbol.
+
 2003-01-17  Stephane Carrez  <stcarrez@nerim.fr>
 
        * config/tc-m68hc11.c (tc_m68hc11_fix_adjustable): Prevent adjustment
index 5e4eeedb14ae635e1585c4209b01334e1cbd066e..b7de6faa14500b1c7e731462846e407fce86e326 100644 (file)
@@ -1702,7 +1702,10 @@ md_apply_fix3 (fixP, valP, seg)
   where = fixP->fx_frag->fr_literal + fixP->fx_where;
 
   if (fixP->fx_subsy != NULL)
-    abort ();
+    as_bad_where (fixP->fx_file, fixP->fx_line,
+                 "cannot emit relocation %s against subsy symbol %s",
+                 bfd_get_reloc_code_name (fixP->fx_r_type),
+                 S_GET_NAME (fixP->fx_subsy));
 
   if (fixP->fx_addsy != NULL)
     {