12 lines
196 B
Makefile
12 lines
196 B
Makefile
#name: pdp11-aout imagic format
|
|
# nm sort alphabetically since both _start and _data are 0
|
|
#source: sections.s
|
|
#ld: --imagic
|
|
#DUMPPROG: nm
|
|
#...
|
|
0+2 B _bss
|
|
#...
|
|
0+0 D _data
|
|
#...
|
|
0+0 T _start
|
|
#pass
|