globalaudit.rd: Allow additional bits in DT_FLAGS_1

With -PIE on x86-64, we get

 0x000000006ffffffb (FLAGS_1)            Flags: GLOBAUDIT PIE

We should allow additional bits in DT_FLAGS_1.

	PR ld/22139
	* testsuite/ld-elf/globalaudit.rd: Allow additional bits in
	DT_FLAGS_1.
This commit is contained in:
H.J. Lu 2017-09-14 12:45:18 -07:00
parent 5e5e02aeca
commit 79254a5260
2 changed files with 7 additions and 1 deletions

View File

@ -1,3 +1,9 @@
2017-09-14 H.J. Lu <hongjiu.lu@intel.com>
PR ld/22139
* testsuite/ld-elf/globalaudit.rd: Allow additional bits in
DT_FLAGS_1.
2017-09-14 H.J. Lu <hongjiu.lu@intel.com>
PR ld/22135

View File

@ -1,3 +1,3 @@
#...
.*\(FLAGS_1\).*Flags: GLOBAUDIT
.*\(FLAGS_1\).*Flags: .*GLOBAUDIT.*
#pass