OSDN Git Service

* read.c: Standardize error/warning messages - don't capitalise, no
authoramodra <amodra>
Wed, 1 Aug 2001 01:44:25 +0000 (01:44 +0000)
committeramodra <amodra>
Wed, 1 Aug 2001 01:44:25 +0000 (01:44 +0000)
commit1322c74eeda0e0be553c477a99b63e4723eff5bd
treeca6718bf6ea9072c77cd7b5031927a6f6f260132
parent0d0fa6c0220b930d34a4a61bf76b8b268a5b5dc3
* 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.
20 files changed:
gas/ChangeLog
gas/app.c
gas/as.c
gas/atof-generic.c
gas/cgen.c
gas/cond.c
gas/depend.c
gas/dwarf2dbg.c
gas/ecoff.c
gas/expr.c
gas/frags.c
gas/input-file.c
gas/input-scrub.c
gas/listing.c
gas/output-file.c
gas/read.c
gas/stabs.c
gas/subsegs.c
gas/symbols.c
gas/write.c