diff options
author | Ian Lance Taylor <ian@airs.com> | 2011-07-13 22:47:08 +0000 |
---|---|---|
committer | Ian Lance Taylor <ian@airs.com> | 2011-07-13 22:47:08 +0000 |
commit | 9446efde0abc5a3cff716eb2879bf99e3251165f (patch) | |
tree | bd6e9ba7326f0617dfa3acc50d0dab8d3fef2c0d /gold/ChangeLog | |
parent | 67f41397ce652a92b8160eb15de66c33b598a376 (diff) | |
download | gdb-9446efde0abc5a3cff716eb2879bf99e3251165f.zip gdb-9446efde0abc5a3cff716eb2879bf99e3251165f.tar.gz gdb-9446efde0abc5a3cff716eb2879bf99e3251165f.tar.bz2 |
* i386.cc (Target_i386::got_section): If -z now, make .got.plt a
relro section.
* x86_64.cc (Target_x86_64::got_section): Likewise.
* testsuite/Makefile.am (check_PROGRAMS): Add relro_now_test.
(relro_now_test_SOURCES): New variable.
(relro_now_test_DEPENDENCIES): New variable.
(relro_now_test_LDFLAGS): New variable.
(relro_now_test_LDADD): New variable.
(relro_now_test.so): New target.
* testsuite/Makefile.in: Rebuild.
Diffstat (limited to 'gold/ChangeLog')
-rw-r--r-- | gold/ChangeLog | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/gold/ChangeLog b/gold/ChangeLog index d4b8bc3..ceb6eb3 100644 --- a/gold/ChangeLog +++ b/gold/ChangeLog @@ -1,3 +1,16 @@ +2011-07-13 Ian Lance Taylor <iant@google.com> + + * i386.cc (Target_i386::got_section): If -z now, make .got.plt a + relro section. + * x86_64.cc (Target_x86_64::got_section): Likewise. + * testsuite/Makefile.am (check_PROGRAMS): Add relro_now_test. + (relro_now_test_SOURCES): New variable. + (relro_now_test_DEPENDENCIES): New variable. + (relro_now_test_LDFLAGS): New variable. + (relro_now_test_LDADD): New variable. + (relro_now_test.so): New target. + * testsuite/Makefile.in: Rebuild. + 2011-07-12 Ian Lance Taylor <iant@google.com> PR gold/12980 |