* ld-cris/tls-e-dtpoffd3.d, ld-cris/tls-e-tpoffcomm1.d,

ld-cris/tls-e-tpoffcomm1.s: New tests.
This commit is contained in:
Hans-Peter Nilsson 2009-03-25 03:04:21 +00:00
parent 34d3d6b922
commit bd0a45ce49
4 changed files with 91 additions and 0 deletions

View file

@ -1,3 +1,8 @@
2009-03-25 Hans-Peter Nilsson <hp@axis.com>
* ld-cris/tls-e-dtpoffd3.d, ld-cris/tls-e-tpoffcomm1.d,
ld-cris/tls-e-tpoffcomm1.s: New tests.
2009-03-24 Hans-Peter Nilsson <hp@axis.com>
* ld-cris/tls-commx.s, ld-cris/tls-dso-dtpoffd2.d,

View file

@ -0,0 +1,32 @@
#source: start1.s
#source: tls-dtpoffdx.s
#source: tls-gd-1.s
#source: tls128.s
#source: tls-commx.s
#as: --no-underscore --em=criself --pic -I$srcdir/$subdir
#ld: -m crislinux
#objdump: -d -s -t -r -p
.*: file format elf32-cris
Program Header:
#...
TLS off .*
filesz 0x0+80 memsz 0x0+84 flags r--
private flags = 0:
SYMBOL TABLE:
#...
0+80 g .tbss 0+4 x
#...
Contents of section .text:
80094 41b20000 5fae0c00 .*
Contents of section .tdata:
#...
Contents of section .got:
8211c 00000000 00000000 00000000 01000000 .*
8212c 80000000 .*
Contents of section .debug_info:
0000 fcffffff .*
Contents of section .debug_line:
#pass

View file

@ -0,0 +1,45 @@
#source: start1.s
#source: tls-e-tpoffcomm1.s
#as: --no-underscore --em=criself -I$srcdir/$subdir
#ld: -m crislinux
#objdump: -d -s -h -t -r -p
# Make sure we can link a file with TPOFF relocs against common
# symbols.
.*: file format elf32-cris
Program Header:
LOAD off 0x0+ vaddr 0x0+80000 paddr 0x0+80000 align 2\*\*13
filesz 0x0+a4 memsz 0x0+a4 flags r-x
LOAD off 0x0+a4 vaddr 0x0+820a4 paddr 0x0+820a4 align 2\*\*13
filesz 0x0+ memsz 0x0+ flags rw-
TLS off 0x0+a4 vaddr 0x0+820a4 paddr 0x0+820a4 align 2\*\*2
filesz 0x0+ memsz 0x0+8 flags r--
private flags = 0:
Sections:
Idx Name Size VMA LMA File off Algn
0 .text 0+10 0+80094 0+80094 0+94 2\*\*1
CONTENTS, ALLOC, LOAD, READONLY, CODE
1 .tbss 0+8 0+820a4 0+820a4 0+a4 2\*\*2
ALLOC, THREAD_LOCAL
SYMBOL TABLE:
0+80094 l d .text 0+ .text
0+820a4 l d .tbss 0+ .tbss
0+80098 l F .text 0+c do_test
0+80094 g .text 0+ _start
0+820a4 g \*ABS\* 0+ __bss_start
0+ g .tbss 0+4 foo
0+820a4 g \*ABS\* 0+ _edata
0+820c0 g \*ABS\* 0+ _end
0+4 g .tbss 0+4 bar
#...
Disassembly of section .text:
00080094 <_start>:
80094: 41b2 moveq 1,\$r11
#...
00080098 <do_test>:
80098: 2f0e f8ff ffff add.d 0xfffffff8,\$r0
8009e: 2f1e fcff ffff add.d 0xfffffffc,\$r1

View file

@ -0,0 +1,9 @@
.tls_common foo,4,4
.tls_common bar,4,4
.text
.align 1
.type do_test, @function
do_test:
add.d foo:TPOFF,$r0
add.d bar:TPOFF,$r1
.size do_test, .-do_test