mirror of
https://github.com/darlinghq/darling-gdb.git
synced 2024-11-24 12:39:59 +00:00
9a6351f1d2
* ld-cris/noglob1.d: Adjust regexp for a.out output. * ld-cris/badgotr1.d, ld-cris/expdyn1.d, ld-cris/expdyn2.d, ld-cris/expdyn3.d, ld-cris/expdyn4.d, ld-cris/expdyn5.d, ld-cris/expdyn6.d, ld-cris/expdyn7.d, ld-cris/gotplt1.d, ld-cris/gotplt2.d, ld-cris/gotplt3.d, ld-cris/hiddef1.d, ld-cris/libdso-1.d, ld-cris/libdso-10.d, ld-cris/libdso-11.d, ld-cris/libdso-12.d, ld-cris/libdso-13.d, ld-cris/libdso-14.d, ld-cris/libdso-2.d, ld-cris/libdso-3.d, ld-cris/libdso-4.d, ld-cris/locref1.d, ld-cris/locref2.d, ld-cris/nodyn4.d, ld-cris/nodyn5.d, ld-cris/pv32-1.d, ld-cris/undef1.d, ld-cris/weakref1.d: ld-cris/weakref2.d: Pass --em=criself to gas. * ld-cris/v10-v32.d, ld-cris/v10-va.d, ld-cris/v32-ba-1.d, ld-cris/v32-v10.d, ld-cris/v32-va.d, ld-cris/va-v10.d, ld-cris/va-v32.d: Ditto. Pass -m criself to gld. * ld-cris/v32-bin-1.d: Pass -m criself to gld.
18 lines
690 B
Makefile
18 lines
690 B
Makefile
#source: gotrel2.s
|
|
#as: --pic --no-underscore --em=criself
|
|
#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\)
|