diff options
Diffstat (limited to 'ld/testsuite/ld-cris/tls-local-60.d')
-rw-r--r-- | ld/testsuite/ld-cris/tls-local-60.d | 33 |
1 files changed, 33 insertions, 0 deletions
diff --git a/ld/testsuite/ld-cris/tls-local-60.d b/ld/testsuite/ld-cris/tls-local-60.d new file mode 100644 index 0000000..958a296 --- /dev/null +++ b/ld/testsuite/ld-cris/tls-local-60.d @@ -0,0 +1,33 @@ +#source: tls-x.s +#source: tls-local-59.s +#as: --pic --no-underscore --em=criself -I$srcdir/$subdir +#ld: -m crislinux --shared +#objdump: -s -t -r -p -R -T + +# A DSO 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 local +# symbol. Check that we have proper NPTL/TLS markings and GOT. + +.*: file format elf32-cris + +Program Header: +#... + TLS off .* + filesz 0x00000084 memsz 0x00000084 flags r-- +#... + FLAGS 0x00000010 +#... +DYNAMIC RELOCATION RECORDS +OFFSET TYPE VALUE +0000231c R_CRIS_32_TPREL \*ABS\*\+0x0+4 +00002320 R_CRIS_DTP \*ABS\*\+0x0+4 + +Contents of section \.hash: +#... +Contents of section \.text: + 0200 6fae1000 00006fae 0c000000 5fae1000 .* + 0210 5fae0c00 .* +#... +Contents of section \.got: + 2310 98220+ 0+ 0+ 040+ .* + 2320 0+ 0+ .* |