diff options
author | H.J. Lu <hjl.tools@gmail.com> | 2008-01-07 16:45:35 +0000 |
---|---|---|
committer | H.J. Lu <hjl.tools@gmail.com> | 2008-01-07 16:45:35 +0000 |
commit | ace793883816ba44f9c2cb090e8ea5ff159ad9be (patch) | |
tree | 42521bfb0c2c65a16935d8524cf416ceb336a50b /bfd/ChangeLog | |
parent | a7c02bc8e11894a2c8ac3f834961f214229a4d51 (diff) | |
download | gdb-ace793883816ba44f9c2cb090e8ea5ff159ad9be.zip gdb-ace793883816ba44f9c2cb090e8ea5ff159ad9be.tar.gz gdb-ace793883816ba44f9c2cb090e8ea5ff159ad9be.tar.bz2 |
bfd/
2008-01-07 H.J. Lu <hongjiu.lu@intel.com>
PR ld/5522
* elflink.c (elf_link_input_bfd): Don't write out a section if
its output section is marked with SEC_NEVER_LOAD.
ld/testsuite/
2008-01-07 H.J. Lu <hongjiu.lu@intel.com>
PR ld/5522
* ld-elf/noload-3.d: New file.
* ld-elf/noload-3.s: Likewise.
* ld-elf/noload-3.t: Likewise.
Diffstat (limited to 'bfd/ChangeLog')
-rw-r--r-- | bfd/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/bfd/ChangeLog b/bfd/ChangeLog index ccb34b7..ef3fc9f 100644 --- a/bfd/ChangeLog +++ b/bfd/ChangeLog @@ -1,3 +1,9 @@ +2008-01-07 H.J. Lu <hongjiu.lu@intel.com> + + PR ld/5522 + * elflink.c (elf_link_input_bfd): Don't write out a section if + its output section is marked with SEC_NEVER_LOAD. + For older changes see ChangeLog-2007 Local Variables: |