Add missing pr19827-nacl.rd for i386/x86-64 NaCl
PR ld/19827 * testsuite/ld-i386/pr19827-nacl.rd: New file. * testsuite/ld-x86-64/pr19827-nacl.rd: Likewise.
This commit is contained in:
parent
df41fdf4bd
commit
5fdf38727b
3 changed files with 16 additions and 0 deletions
|
@ -1,3 +1,9 @@
|
|||
2016-04-04 H.J. Lu <hongjiu.lu@intel.com>
|
||||
|
||||
PR ld/19827
|
||||
* testsuite/ld-i386/pr19827-nacl.rd: New file.
|
||||
* testsuite/ld-x86-64/pr19827-nacl.rd: Likewise.
|
||||
|
||||
2016-04-04 Nick Clifton <nickc@redhat.com>
|
||||
|
||||
PR 19803
|
||||
|
|
5
ld/testsuite/ld-i386/pr19827-nacl.rd
Normal file
5
ld/testsuite/ld-i386/pr19827-nacl.rd
Normal file
|
@ -0,0 +1,5 @@
|
|||
#readelf: -r --wide
|
||||
|
||||
Relocation section '.rel.dyn' at offset 0x[0-9a-f]+ contains 1 entries:
|
||||
Offset Info Type Sym. Value Symbol's Name
|
||||
[0-9a-f]+ +[0-9a-f]+ +R_386_RELATIVE +
|
5
ld/testsuite/ld-x86-64/pr19827-nacl.rd
Normal file
5
ld/testsuite/ld-x86-64/pr19827-nacl.rd
Normal file
|
@ -0,0 +1,5 @@
|
|||
#readelf: -r --wide
|
||||
|
||||
Relocation section '.rela.dyn' at offset 0x[0-9a-f]+ contains 1 entries:
|
||||
Offset Info Type Symbol's Value Symbol's Name \+ Addend
|
||||
[0-9a-f]+ +[0-9a-f]+ +R_X86_64_RELATIVE +[0-9a-f]+
|
Loading…
Reference in a new issue