* config/tc-mips.c (md_apply_fix): Make a branch to an odd address
[deliverable/binutils-gdb.git] / gas / config / tc-mips.c
index e6a1e2a041bafe57f6f3512b30962823ab5ddf60..828ebc0b87ebde9ef26fa52f471185766af62386 100644 (file)
@@ -8346,8 +8346,8 @@ md_apply_fix (fixP, valueP)
        * the current segment).
        */
       if ((value & 0x3) != 0)
-       as_warn_where (fixP->fx_file, fixP->fx_line,
-                      "Branch to odd address (%lx)", value);
+       as_bad_where (fixP->fx_file, fixP->fx_line,
+                     "Branch to odd address (%lx)", value);
       value >>= 2;
 
       /* update old instruction data */
This page took 0.023628 seconds and 4 git commands to generate.