mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2024-12-09 04:21:49 +08:00
ec49711a16
Also restore them somewhat closer to the original. They originally failed on many targets, and a month later I "simplified" them as part of a larger patch fixing other failing tests. That unfortunately lost their main purpose, which was to test TLS layout. * testsuite/ld-elf/size-1.d, * testsuite/ld-elf/size-1.s, * testsuite/ld-elf/size-1.t: New test. * testsuite/ld-elf/size-2.d, * testsuite/ld-elf/size-2.s, * testsuite/ld-elf/size-2.t: New test. * testsuite/ld-scripts/size-1.d, * testsuite/ld-scripts/size-1.s, * testsuite/ld-scripts/size-1.t, * testsuite/ld-scripts/size-2.s, * testsuite/ld-scripts/size-2.d, * testsuite/ld-scripts/size-2.t, * testsuite/ld-scripts/size.exp: Delete.
16 lines
273 B
ArmAsm
16 lines
273 B
ArmAsm
.text
|
|
.long 1,2,3,4
|
|
|
|
.data
|
|
.long 5,6,7,8,9,10,11,12
|
|
|
|
.section .bss
|
|
.long 0,0,0,0,0,0,0,0,0,0,0,0
|
|
|
|
# thread local storage sections
|
|
.section .tdata
|
|
.long 13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28
|
|
|
|
.section .tbss
|
|
.long 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0
|