diff options
author | Jan Beulich <jbeulich@novell.com> | 2015-12-08 10:11:58 +0100 |
---|---|---|
committer | Jan Beulich <jbeulich@suse.com> | 2015-12-08 10:11:58 +0100 |
commit | fbdf9406b0589e9b8bbfbbed606f3fff2d060b3c (patch) | |
tree | e3755dd2ed9ecd024559e87127a1d9590a021dfe /gas/ChangeLog | |
parent | 3685b09fb85dc279762e19df310dc2f30e64b044 (diff) | |
download | gdb-fbdf9406b0589e9b8bbfbbed606f3fff2d060b3c.zip gdb-fbdf9406b0589e9b8bbfbbed606f3fff2d060b3c.tar.gz gdb-fbdf9406b0589e9b8bbfbbed606f3fff2d060b3c.tar.bz2 |
ELF: don't re-order SHF_FILE symbols
.file directives may be used to identify the scope of local symbols,
the purpose of which gets subverted when re-ordering them. Only allow
the first of them to be moved to the first position.
Diffstat (limited to 'gas/ChangeLog')
-rw-r--r-- | gas/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/gas/ChangeLog b/gas/ChangeLog index 6fb81a1..53a618d 100644 --- a/gas/ChangeLog +++ b/gas/ChangeLog @@ -1,3 +1,8 @@ +2015-12-08 Jan Beulich <jbeulich@suse.com> + + * config/obj-elf.c (elf_file_symbol): Tighten condition for + moving BSF_FILE symbols. + 2015-12-08 DJ Delorie <dj@redhat.com> * config/rl78-parse.y: Make all branches relaxable via |