* config/mcore/tm-mcore.h: Remove file.
[deliverable/binutils-gdb.git] / gas / stabs.c
index 949cca0b95cf848fd53568f8fbf11084d09d5165..38bbc24687dcea42cbf3f625f8bc38a782bf5616 100644 (file)
@@ -245,9 +245,9 @@ s_stab_generic (what, stab_secname, stabstr_secname)
     /* This could happen for example with a source file with a huge
        number of lines.  The only cure is to use a different debug
        format, probably DWARF.  */
-    as_warn (_(".stab%c: description field '%x' too big, maybe you could a different debug format"),
+    as_warn (_(".stab%c: description field '%x' too big, try a different debug format"),
             what, desc);
-    
+
   if (what == 's' || what == 'n')
     {
       if (*input_line_pointer != ',')
This page took 0.024298 seconds and 4 git commands to generate.