From 0e389e770d54185d8107db1972d3ae0576d0fa1d Mon Sep 17 00:00:00 2001 From: Alan Modra Date: Wed, 1 Aug 2001 01:44:25 +0000 Subject: * read.c: Standardize error/warning messages - don't capitalise, no final period or newline, don't say "ignored" or "zero assumed" for as_bad messages. In some cases, change the wording to that used elsewhere for similar messages. * app.c, as.c, atof-generic.c, cgen.c, cond.c, depend.c, dwarf2dbg.c, ecoff.c, expr.c, frags.c, input-file.c, input-scrub.c, listing.c, output-file.c, stabs.c, subsegs.c, symbols.c, write.c: Likewise. * ecoff.c (ecoff_directive_end): Test for missing name by comparing input line pointers rather than reading string. (ecoff_directive_ent): Likewise. * read.c (s_set): Likewise. (s_align): Report a warning rather than an error for alignment too large. (s_comm): Check for missing symbol name. (s_lcomm_internal): Likewise. (s_lsym): Likewise. (s_globl): Use is_end_of_line instead of looking for '\n'. (s_lcomm_internal): Likewise. (ignore_rest_of_line): Report a warning rather than an error. --- gas/subsegs.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gas/subsegs.c') diff --git a/gas/subsegs.c b/gas/subsegs.c index 611d64c..f5a1022 100644 --- a/gas/subsegs.c +++ b/gas/subsegs.c @@ -374,7 +374,7 @@ subseg_new (segname, subseg) return new_seg; } #else - as_bad (_("Attempt to switch to nonexistent segment \"%s\""), segname); + as_bad (_("attempt to switch to nonexistent segment \"%s\""), segname); return now_seg; #endif } -- cgit v1.1