-
- Downloads
* 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.
Showing
- gas/ChangeLog 37 additions, 0 deletionsgas/ChangeLog
- gas/app.c 5 additions, 5 deletionsgas/app.c
- gas/as.c 3 additions, 6 deletionsgas/as.c
- gas/atof-generic.c 1 addition, 1 deletiongas/atof-generic.c
- gas/cgen.c 3 additions, 3 deletionsgas/cgen.c
- gas/cond.c 4 additions, 4 deletionsgas/cond.c
- gas/depend.c 2 additions, 2 deletionsgas/depend.c
- gas/dwarf2dbg.c 5 additions, 5 deletionsgas/dwarf2dbg.c
- gas/ecoff.c 24 additions, 28 deletionsgas/ecoff.c
- gas/expr.c 11 additions, 10 deletionsgas/expr.c
- gas/frags.c 1 addition, 1 deletiongas/frags.c
- gas/input-file.c 1 addition, 1 deletiongas/input-file.c
- gas/input-scrub.c 1 addition, 1 deletiongas/input-scrub.c
- gas/listing.c 1 addition, 1 deletiongas/listing.c
- gas/output-file.c 7 additions, 7 deletionsgas/output-file.c
- gas/read.c 86 additions, 63 deletionsgas/read.c
- gas/stabs.c 5 additions, 5 deletionsgas/stabs.c
- gas/subsegs.c 1 addition, 1 deletiongas/subsegs.c
- gas/symbols.c 15 additions, 15 deletionsgas/symbols.c
- gas/write.c 11 additions, 11 deletionsgas/write.c
Loading
Please register or sign in to comment