diff options
Diffstat (limited to 'gas/stabs.c')
-rw-r--r-- | gas/stabs.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gas/stabs.c b/gas/stabs.c index 949cca0..96f279a 100644 --- a/gas/stabs.c +++ b/gas/stabs.c @@ -245,7 +245,7 @@ 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') |