mirror of
https://github.com/autc04/Retro68.git
synced 2024-11-24 23:32:06 +00:00
12 lines
320 B
D
12 lines
320 B
D
|
#name: AVR, check link-relax flag is set final link (both inputs relaxable)
|
||
|
#as: -mmcu=avrxmega2
|
||
|
#ld: -relax -mavrxmega2
|
||
|
#source: relax-elf-flags-a.s -mlink-relax
|
||
|
#source: relax-elf-flags-b.s -mlink-relax
|
||
|
#readelf: -h
|
||
|
#target: avr-*-*
|
||
|
|
||
|
ELF Header:
|
||
|
#...
|
||
|
Flags: 0xe6, avr:102, link-relax
|
||
|
#...
|