Add another testcase for PR ld/16498
PR ld/16498 * ld-elf/pr16498b.d: New file. * ld-elf/pr16498b.t: Likewise.
This commit is contained in:
parent
d85e71fec0
commit
a78ad74bbf
3 changed files with 22 additions and 0 deletions
|
@ -1,3 +1,9 @@
|
|||
2014-01-24 H.J. Lu <hongjiu.lu@intel.com>
|
||||
|
||||
PR ld/16498
|
||||
* ld-elf/pr16498b.d: New file.
|
||||
* ld-elf/pr16498b.t: Likewise.
|
||||
|
||||
2014-01-24 H.J. Lu <hongjiu.lu@intel.com>
|
||||
|
||||
PR ld/16498
|
||||
|
|
10
ld/testsuite/ld-elf/pr16498b.d
Normal file
10
ld/testsuite/ld-elf/pr16498b.d
Normal file
|
@ -0,0 +1,10 @@
|
|||
#source: pr16498a.s
|
||||
#ld: -shared -T pr16498b.t
|
||||
#readelf: -l --wide
|
||||
#target: *-*-linux* *-*-gnu* *-*-nacl*
|
||||
|
||||
#...
|
||||
TLS .*
|
||||
#...
|
||||
[ ]+[0-9]+[ ]+tls_data_init .tbss[ ]*
|
||||
#pass
|
6
ld/testsuite/ld-elf/pr16498b.t
Normal file
6
ld/testsuite/ld-elf/pr16498b.t
Normal file
|
@ -0,0 +1,6 @@
|
|||
SECTIONS
|
||||
{
|
||||
tls_data_init : { *(.tdata) }
|
||||
.data : { *(.data)
|
||||
}
|
||||
}
|
Loading…
Reference in a new issue