* config/tc-arm.c (s_unreq): Reword warning message to make it
[deliverable/binutils-gdb.git] / gas / config / tc-arm.c
index 64a71e810d747dbbfc5caf2508f3cab5c9b92a06..a9839cd93425fe168d01297c1b477432968cd279 100644 (file)
@@ -2412,7 +2412,7 @@ s_unreq (int a ATTRIBUTE_UNUSED)
       if (!reg)
        as_bad (_("unknown register alias '%s'"), name);
       else if (reg->builtin)
-       as_warn (_("ignoring attempt to undefine built-in register '%s'"),
+       as_warn (_("ignoring attempt to use .unreq on fixed register name: '%s'"),
                 name);
       else
        {
This page took 0.030758 seconds and 4 git commands to generate.