]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blobdiff - gas/config/tc-pj.c
* gas/app, gas/as.c, gas/as.h, gas/atof-generic.c, gas/cgen.c,
[thirdparty/binutils-gdb.git] / gas / config / tc-pj.c
index 05e19d770dda5998fdbab0a161d1e818aa56aef5..9c3566f62ddd5474530cd3f0180b4199a0a9d0bc 100644 (file)
@@ -490,7 +490,7 @@ tc_gen_reloc (asection *section ATTRIBUTE_UNUSED, fixS *fixp)
                    bfd_get_reloc_code_name (r_type));
       /* Set howto to a garbage value so that we can keep going.  */
       rel->howto = bfd_reloc_type_lookup (stdoutput, BFD_RELOC_32);
-      assert (rel->howto != NULL);
+      gas_assert (rel->howto != NULL);
     }
 
   return rel;