diff options
Diffstat (limited to 'ld/testsuite/ld-cris/pic-gc-73.d')
-rw-r--r-- | ld/testsuite/ld-cris/pic-gc-73.d | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/ld/testsuite/ld-cris/pic-gc-73.d b/ld/testsuite/ld-cris/pic-gc-73.d new file mode 100644 index 0000000..1ef22de --- /dev/null +++ b/ld/testsuite/ld-cris/pic-gc-73.d @@ -0,0 +1,26 @@ +#source: pic-gc-73.s +#source: expdyn1.s +#as: --pic --no-underscore --em=criself -I$srcdir/$subdir +#ld: --shared -m crislinux --gc-sections +#objdump: -s -t -R -p -T + +# Left-over code coverage case from pic-gc-72; local symbol. + +.*: file format elf32-cris +#... +DYNAMIC RELOCATION RECORDS \(none\) + +Contents of section .hash: +#... +Contents of section .dynsym: +#... +Contents of section .dynstr: +#... +Contents of section .text: + 016e 0f050f05 .* +Contents of section .dynamic: +#... +Contents of section .got: + 21cc 74210000 00000000 00000000 .* +Contents of section .data: + 21d8 00000000 .* |