16 lines
416 B
Makefile
16 lines
416 B
Makefile
#name: AVR symbol size adjustment across alignment boundary
|
|
#as: -mmcu=avrxmega2 -mlink-relax
|
|
#ld: -mavrxmega2 --relax
|
|
#source: pr21404-2.s
|
|
#nm: -n -S
|
|
#target: avr-*-*
|
|
|
|
#...
|
|
00000000 00000006 T main
|
|
00000000 00000004 T size_after_align
|
|
00000000 00000004 T size_before_align
|
|
#...
|
|
00000002 00000002 T nonzero_sym_after_align
|
|
00000002 00000004 T nonzero_sym_after_end
|
|
00000002 00000002 T nonzero_sym_before_align
|
|
#...
|