mirror of
https://github.com/autc04/Retro68.git
synced 2024-11-11 12:05:55 +00:00
14 lines
371 B
D
14 lines
371 B
D
|
#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
|