summaryrefslogtreecommitdiff
path: root/gas/input-scrub.c
Commit message (Collapse)AuthorAgeFilesLines
* * read.c: Standardize error/warning messages - don't capitalise, noAlan Modra2001-08-011-1/+1
| | | | | | | | | | | | | | | | | | | | | 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.
* Fix copyright noticesNick Clifton2001-03-081-1/+2
|
* 2000-12-13 Kazu Hirata <kazu@hxi.com>Kazu Hirata2000-12-141-2/+1
| | | | | | | | * as.h: Fix formatting. * cgen.h: Likewise. * dwarf2dbg.c: Likewise. * input-scrub.c: Likewise. * read.h: Likewise.
* Fix formattingNick Clifton2000-12-121-16/+17
|
* 2000-11-06 Kazu Hirata <kazu@hxi.com>Kazu Hirata2000-11-061-74/+62
| | | | | | * input-file.c: Fix formatting. * input-file.h: Likewise. * input-scrub.c: Likewise.
* 2000-09-07 Kazu Hirata <kazu@hxi.com>Kazu Hirata2000-09-071-33/+29
| | | | | * config/tc-vax.c: Fix formatting. * input-scrub.c: Likewise.
* Minor formatting tweak to make synchronisation easier.Nick Clifton2000-05-291-2/+3
|
* Add macro handling extensions and line substitution support.Timothy Wall2000-03-261-4/+26
|
* 19990502 sourceware importbinu_ss_19990502Richard Henderson1999-05-031-0/+521