mirror of
https://github.com/darlinghq/darling-gdb.git
synced 2024-11-24 12:39:59 +00:00
05ec1b4df2
* ld-cris/dso-1.s, ld-cris/libdso-1.d, ld-cris/libdso-11.d, ld-cris/libdso-2.d, ld-cris/pv32.s, ld-cris/undef1.d: Correct .size expressions and adjust expected output accordingly.
14 lines
371 B
Makefile
14 lines
371 B
Makefile
#source: dso-1.s
|
|
#source: gotrel1.s --pic
|
|
#as: --no-underscore --em=criself
|
|
#ld: -m crislinux tmpdir/libdso-4.so
|
|
#objdump: -T
|
|
|
|
# The DSO used has an undef reference to the symbol "dsofn", which is
|
|
# supposed to cause the program to automatically export it as a dynamic
|
|
# symbol; no --export-dynamic is supposed to be needed.
|
|
|
|
#...
|
|
[0-9a-f]+ g DF .text 0+2 dsofn
|
|
#pass
|