aboutsummaryrefslogtreecommitdiff
path: root/gas/ChangeLog
diff options
context:
space:
mode:
authorJan Beulich <jbeulich@novell.com>2015-12-08 10:12:54 +0100
committerJan Beulich <jbeulich@suse.com>2015-12-08 10:12:54 +0100
commit35c1a4396497a4009c99e5587aa908bb6df4e1e6 (patch)
treea57ca88ce884380deebbfe9be46e76dd9a7f88d8 /gas/ChangeLog
parentfbdf9406b0589e9b8bbfbbed606f3fff2d060b3c (diff)
downloadgdb-35c1a4396497a4009c99e5587aa908bb6df4e1e6.zip
gdb-35c1a4396497a4009c99e5587aa908bb6df4e1e6.tar.gz
gdb-35c1a4396497a4009c99e5587aa908bb6df4e1e6.tar.bz2
gas: don't get confused by .asci{i,z} after .struct
While not allowed, this certainly shouldn't result in confusing the programmer (by skipping lines in unexpected ways): Without returning, demand_empty_rest_of_line() (at the end of the function) will demand the _next_ line to be empty, and without the conditional we would ignore the next line.
Diffstat (limited to 'gas/ChangeLog')
-rw-r--r--gas/ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/gas/ChangeLog b/gas/ChangeLog
index 53a618d..69e1061 100644
--- a/gas/ChangeLog
+++ b/gas/ChangeLog
@@ -1,5 +1,10 @@
2015-12-08 Jan Beulich <jbeulich@suse.com>
+ * read.c (stringer): Move absolute section check up. Return
+ right away.
+
+2015-12-08 Jan Beulich <jbeulich@suse.com>
+
* config/obj-elf.c (elf_file_symbol): Tighten condition for
moving BSF_FILE symbols.