aboutsummaryrefslogtreecommitdiff
path: root/gas/ChangeLog
diff options
context:
space:
mode:
authorAlan Modra <amodra@gmail.com>2011-03-18 11:16:28 +0000
committerAlan Modra <amodra@gmail.com>2011-03-18 11:16:28 +0000
commit144886fa6bdc77ca109153ea4a58e886a36ffff2 (patch)
treee4cefb8675da050351bca2ce8b88235d0194b9d3 /gas/ChangeLog
parent04648e6590b87d680db3ccd1b5cc5d38e57c1862 (diff)
downloadgdb-144886fa6bdc77ca109153ea4a58e886a36ffff2.zip
gdb-144886fa6bdc77ca109153ea4a58e886a36ffff2.tar.gz
gdb-144886fa6bdc77ca109153ea4a58e886a36ffff2.tar.bz2
gas/
* input-scrub.c (line_numberT): Delete. (input_scrub_close): Reset line counters. * messages.c (as_show_where): Don't print invalid line number. (as_warn_internal, as_bad_internal): Likewise. gas/testsuite/ * gas/elf/bad-size.err: Adjust expected error. * gas/i386/bad-size.warn: Likewise. * gas/i386/inval-equ-2.l: Likewise. * gas/symver/symver2.l: Likewise.
Diffstat (limited to 'gas/ChangeLog')
-rw-r--r--gas/ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/gas/ChangeLog b/gas/ChangeLog
index db6499d..9f65957 100644
--- a/gas/ChangeLog
+++ b/gas/ChangeLog
@@ -1,5 +1,12 @@
2011-03-18 Alan Modra <amodra@gmail.com>
+ * input-scrub.c (line_numberT): Delete.
+ (input_scrub_close): Reset line counters.
+ * messages.c (as_show_where): Don't print invalid line number.
+ (as_warn_internal, as_bad_internal): Likewise.
+
+2011-03-18 Alan Modra <amodra@gmail.com>
+
* read.c (read_a_source_file): Remove md_after_pass_hook.
Move "quit" label before set of dot_symbol.
* config/tc-d10v.h (md_after_pass_hook): Don't define.