mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2024-12-03 04:12:10 +08:00
f7a2c2f698
ld-cris/expdyn1.d, ld-cris/expdyn1.s, ld-cris/dso-1.s: New tests. * ld-cris/cris.exp: Split run_dump_tests in two parts, executing tests named *dso-*.d first and copying their tmpdir/dump to files named as the .d-file.
18 lines
677 B
Makefile
18 lines
677 B
Makefile
#source: gotrel2.s
|
|
#as: --pic --no-underscore
|
|
#ld: -m crislinux tmpdir/libdso-1.so
|
|
#objdump: -R
|
|
|
|
# A dynamic reloc for an undefined weak reference in a program got a
|
|
# confused symbol reference count mismatch with a bfd assertion. Linking
|
|
# with a DSO was needed as a catalyst to get to the faulty code; nothing
|
|
# in the DSO was needed. We just check that we don't get the bfd
|
|
# assertion. Note that no actual dynamic reloc is created for the
|
|
# unresolved weak. Perhaps it should; the symbol could be defined in a
|
|
# preloaded object or a new version of the DSO. FIXME: Revisit and adjust
|
|
# test-result.
|
|
|
|
.*: file format elf32-cris
|
|
|
|
DYNAMIC RELOCATION RECORDS \(none\)
|