* config/tc-mips.c (md_apply_fix): Improve error message for out
authorIan Lance Taylor <ian@airs.com>
Sun, 16 Mar 1997 00:16:52 +0000 (00:16 +0000)
committerIan Lance Taylor <ian@airs.com>
Sun, 16 Mar 1997 00:16:52 +0000 (00:16 +0000)
of range branch.

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

index 38a8319fdca80f650ebbb8498816d1dc3aaa6b2f..be96994cf76d1d47462f777a67adfc72cbbe426d 100644 (file)
@@ -1,5 +1,8 @@
 Sat Mar 15 19:14:02 1997  Ian Lance Taylor  <ian@cygnus.com>
 
+       * config/tc-mips.c (md_apply_fix): Improve error message for out
+       of range branch.
+
        * Makefile.in: Add dependencies on obstack.h where needed.
 
 Fri Mar 14 15:33:38 1997  Ian Lance Taylor  <ian@cygnus.com>
index b76b903dfe03f685d41c39090bf1f3967c97da6e..ee4515bea0e8fdeb6fe68c3887b0d7cef7157705 100644 (file)
@@ -8858,7 +8858,7 @@ md_apply_fix (fixP, valueP)
                  handle these cases, but it appears to do it
                  incorrectly.  */
              as_bad_where (fixP->fx_file, fixP->fx_line,
-                           "Relocation overflow");
+                           "Branch out of range");
            }
        }
 
This page took 0.04078 seconds and 4 git commands to generate.