diff options
author | Hans-Peter Nilsson <hp@axis.com> | 2003-06-18 04:11:13 +0000 |
---|---|---|
committer | Hans-Peter Nilsson <hp@axis.com> | 2003-06-18 04:11:13 +0000 |
commit | c1f1974625af0ad7b16ff92590a2665eb1b0e69d (patch) | |
tree | 1cd9fcc822a272466de240ed865169f00777eaa6 /ld/testsuite/ld-cris/locref2.d | |
parent | a42ec05b092b6235d86297779ec32b42731772e4 (diff) | |
download | gdb-c1f1974625af0ad7b16ff92590a2665eb1b0e69d.zip gdb-c1f1974625af0ad7b16ff92590a2665eb1b0e69d.tar.gz gdb-c1f1974625af0ad7b16ff92590a2665eb1b0e69d.tar.bz2 |
* ld-cris/locref1.d, ld-cris/locref1.s, ld-cris/locref2.d,
ld-cris/locref2.s: New tests.
Diffstat (limited to 'ld/testsuite/ld-cris/locref2.d')
-rw-r--r-- | ld/testsuite/ld-cris/locref2.d | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/ld/testsuite/ld-cris/locref2.d b/ld/testsuite/ld-cris/locref2.d new file mode 100644 index 0000000..ca25dd8 --- /dev/null +++ b/ld/testsuite/ld-cris/locref2.d @@ -0,0 +1,23 @@ +#as: --no-underscore --pic +#source: gotrel1.s +#source: locref2.s +#ld: -m crislinux +#objdump: -dt + +# Referencing an undefined weak (non-hidden) symbol with a local-only +# PIC relocation is ok when building an executable. + +.*: file format elf32-cris + +SYMBOL TABLE: +#... +0+ w \*UND\* 0+ expfn +0+ w \*UND\* 0+ expobj +#... +0+820a0 g O \.got 0+ _GLOBAL_OFFSET_TABLE_ +#... +Disassembly of section \.text: +#... +0+8007c <y>: + 8007c: 6fae 60df f7ff .* + 80082: 6fbe 60df f7ff .* |