diff options
author | Nick Clifton <nickc@redhat.com> | 2013-01-23 15:12:01 +0000 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 2013-01-23 15:12:01 +0000 |
commit | f5c66ab0f8a76861a46ba52e232524ae52251efc (patch) | |
tree | f9ffdcd67e5632857b31abc57fa182453fa6a360 /ld/ChangeLog | |
parent | 1a18f0aeb1c2986d87a6b04cae8800dbf341513c (diff) | |
download | gdb-f5c66ab0f8a76861a46ba52e232524ae52251efc.zip gdb-f5c66ab0f8a76861a46ba52e232524ae52251efc.tar.gz gdb-f5c66ab0f8a76861a46ba52e232524ae52251efc.tar.bz2 |
PR ld/15041
* scripttempl/pep.sc (.pdata): Only accept .pdata sections.
(.xdata): Similarly.
(.debug_frame): Similarly.
Diffstat (limited to 'ld/ChangeLog')
-rw-r--r-- | ld/ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/ld/ChangeLog b/ld/ChangeLog index d62950e..feeef69 100644 --- a/ld/ChangeLog +++ b/ld/ChangeLog @@ -1,3 +1,10 @@ +2013-01-23 Martin Koegler <martin.koegler@chello.at> + + PR ld/15041 + * scripttempl/pep.sc (.pdata): Only accept .pdata sections. + (.xdata): Similarly. + (.debug_frame): Similarly. + 2013-01-23 Georg-Johann Lay <avr@gjlay.de> PR ld/15037 |