diff options
Diffstat (limited to 'ld/testsuite/ld-cris/tls-global-74.d')
-rw-r--r-- | ld/testsuite/ld-cris/tls-global-74.d | 28 |
1 files changed, 28 insertions, 0 deletions
diff --git a/ld/testsuite/ld-cris/tls-global-74.d b/ld/testsuite/ld-cris/tls-global-74.d new file mode 100644 index 0000000..964246e --- /dev/null +++ b/ld/testsuite/ld-cris/tls-global-74.d @@ -0,0 +1,28 @@ +#source: start1.s +#source: tls-x.s +#source: tls-gd-2.s +#source: tls-ie-10.s +#source: tls-gd-1.s +#source: tls-ie-8.s +#as: --pic --no-underscore --em=criself -I$srcdir/$subdir +#ld: -m crislinux +#objdump: -s -t -r -p + +# An executable with a R_CRIS_32_GOT_GD, a R_CRIS_16_GOT_GD, a +# R_CRIS_32_GOT_TPREL and a R_CRIS_16_GOT_TPREL against the same +# symbol. Check that we have proper NPTL/TLS markings and GOT. + +.*: file format elf32-cris + +Program Header: +#... + TLS off .* + filesz 0x0+4 memsz 0x0+4 flags r-- +#... +Contents of section .text: + 80094 41b20000 6fae1000 0+ 6fae0c0+ .* + 800a4 0+ 5fae1000 5fae0c00 .* +#... +Contents of section \.got: + 820b4 0+ 0+ 0+ 0+ .* + 820c4 010+ 0+ .* |