diff options
author | Nick Clifton <nickc@redhat.com> | 2010-03-18 10:51:31 +0000 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 2010-03-18 10:51:31 +0000 |
commit | 17299ac7f6d12ac5286a490e43c0cdb75abc0f21 (patch) | |
tree | 667f92e679fd7f5b9963a6095504b82b15cb6d7a /ld/ChangeLog | |
parent | 3a96536b1719be040188657f7cb1afb83ab914ca (diff) | |
download | gdb-17299ac7f6d12ac5286a490e43c0cdb75abc0f21.zip gdb-17299ac7f6d12ac5286a490e43c0cdb75abc0f21.tar.gz gdb-17299ac7f6d12ac5286a490e43c0cdb75abc0f21.tar.bz2 |
* pe-dll.c (make_one): Make text section readonly.
(make_one): Add *ABS* symbol @feat.00 with value 1 to tag
the jump stub on X86 as /SAFESEH compatible for
native toolchains.
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 9633601..424b7e8 100644 --- a/ld/ChangeLog +++ b/ld/ChangeLog @@ -1,3 +1,10 @@ +2010-03-18 Doug Semler <dougsemler@gmail.com> + + * pe-dll.c (make_one): Make text section readonly. + (make_one): Add *ABS* symbol @feat.00 with value 1 to tag + the jump stub on X86 as /SAFESEH compatible for + native toolchains. + 2010-03-17 Alan Modra <amodra@gmail.com> * ldlang.c (lang_size_sections_1): Remove "s" param. Set "s" from |