mirror of
https://github.com/autc04/Retro68.git
synced 2024-11-24 07:31:32 +00:00
15 lines
336 B
D
15 lines
336 B
D
|
#source: init.s
|
||
|
#as: --abi=32 --isa=SHmedia
|
||
|
#ld: -shared -mshelf32
|
||
|
#readelf: -d
|
||
|
#target: sh64-*-elf
|
||
|
|
||
|
# Make sure that the lsb of DT_INIT and DT_FINI entries is set
|
||
|
# when _init and _fini are SHmedia code.
|
||
|
|
||
|
.*
|
||
|
Tag Type Name/Value
|
||
|
0x0000000c \(INIT\) .*[13579bdf]
|
||
|
0x0000000d \(FINI\) .*[13579bdf]
|
||
|
#pass
|