diff options
author | Alan Modra <amodra@gmail.com> | 2011-06-24 03:36:40 +0000 |
---|---|---|
committer | Alan Modra <amodra@gmail.com> | 2011-06-24 03:36:40 +0000 |
commit | 1e951488fd8ea41b7527541a600e912b01546ab3 (patch) | |
tree | c864f97c3133ed29620a519fa4f40e7b1b145d76 /bfd/ChangeLog | |
parent | a1d509b32e05e201fdce54306f46592923d7626e (diff) | |
download | gdb-1e951488fd8ea41b7527541a600e912b01546ab3.zip gdb-1e951488fd8ea41b7527541a600e912b01546ab3.tar.gz gdb-1e951488fd8ea41b7527541a600e912b01546ab3.tar.bz2 |
PR ld/12921
* elf.c (assign_file_positions_for_load_sections): Don't align
sh_offset for all SHT_NOBITS sections here, just .tbss sections
that don't get a PT_LOAD.
Diffstat (limited to 'bfd/ChangeLog')
-rw-r--r-- | bfd/ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/bfd/ChangeLog b/bfd/ChangeLog index 877f0c8..066713d 100644 --- a/bfd/ChangeLog +++ b/bfd/ChangeLog @@ -1,3 +1,10 @@ +2011-06-24 Alan Modra <amodra@gmail.com> + + PR ld/12921 + * elf.c (assign_file_positions_for_load_sections): Don't align + sh_offset for all SHT_NOBITS sections here, just .tbss sections + that don't get a PT_LOAD. + 2011-06-22 Kaz Kojima <kkojima@rr.iij4u.or.jp> * elf32-sh.c (sh_elf_relocate_section): Allow R_SH_TLS_LE_32 for PIE. |