diff options
author | Nathan Sidwell <nathan@codesourcery.com> | 2007-07-12 12:57:02 +0000 |
---|---|---|
committer | Nathan Sidwell <nathan@codesourcery.com> | 2007-07-12 12:57:02 +0000 |
commit | 5f294ed6805ce3931f9c04cfedff38e20010c819 (patch) | |
tree | b93a73982dcc2602744c02cd4915728a1a26ea38 /ld/ChangeLog | |
parent | 0ebe98fbe26d626123e0747b531a6d7e1913dbf4 (diff) | |
download | gdb-5f294ed6805ce3931f9c04cfedff38e20010c819.zip gdb-5f294ed6805ce3931f9c04cfedff38e20010c819.tar.gz gdb-5f294ed6805ce3931f9c04cfedff38e20010c819.tar.bz2 |
* scripttempl/pe.sc: Don't include .gcc_except_table and
.eh_frame on partial links.
* scripttempl/pep.sc: Likewise.
Diffstat (limited to 'ld/ChangeLog')
-rw-r--r-- | ld/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/ld/ChangeLog b/ld/ChangeLog index 0d1bcc7..7b9a1f8 100644 --- a/ld/ChangeLog +++ b/ld/ChangeLog @@ -1,3 +1,9 @@ +2007-07-12 Nathan Sidwell <nathan@codesourcery.com> + + * scripttempl/pe.sc: Don't include .gcc_except_table and + .eh_frame on partial links. + * scripttempl/pep.sc: Likewise. + 2007-07-12 Alan Modra <amodra@bigpond.net.au> PR 4782 |