GNU Binutils with patches for OS216
リビジョン | 79254a5260cf49887b4017700bd75b27f483b322 (tree) |
---|---|
日時 | 2017-09-15 04:45:18 |
作者 | H.J. Lu <hjl.tools@gmai...> |
コミッター | H.J. Lu |
globalaudit.rd: Allow additional bits in DT_FLAGS_1
With -PIE on x86-64, we get
We should allow additional bits in DT_FLAGS_1.
PR ld/22139
* testsuite/ld-elf/globalaudit.rd: Allow additional bits in
DT_FLAGS_1.
@@ -1,5 +1,11 @@ | ||
1 | 1 | 2017-09-14 H.J. Lu <hongjiu.lu@intel.com> |
2 | 2 | |
3 | + PR ld/22139 | |
4 | + * testsuite/ld-elf/globalaudit.rd: Allow additional bits in | |
5 | + DT_FLAGS_1. | |
6 | + | |
7 | +2017-09-14 H.J. Lu <hongjiu.lu@intel.com> | |
8 | + | |
3 | 9 | PR ld/22135 |
4 | 10 | * testsuite/ld-i386/i386.exp: Run pr22135. |
5 | 11 | * testsuite/ld-x86-64/x86-64.exp: Likewise. |
@@ -1,3 +1,3 @@ | ||
1 | 1 | #... |
2 | -.*\(FLAGS_1\).*Flags: GLOBAUDIT | |
2 | +.*\(FLAGS_1\).*Flags: .*GLOBAUDIT.* | |
3 | 3 | #pass |