]> Git Repo - binutils.git/blob - gas/link.cmd
* main.c: Move entire file except for #ifndef MAIN_OVERRIDE code
[binutils.git] / gas / link.cmd
1 ALIGN=1024
2 RESNUM 0x0000, 0x8000
3 ; Putting in .lit1 gives errors.
4 ORDER .data=0x80002000, .data1, .lit, .bss
5 ; Let's put this on the command line so it goes first, which is what
6 ; GDB expects.
7 ; LOAD /s2/amd/29k/lib/crt0.o
8 LOAD /s2/amd/29k/lib/libqcb0h.lib
9 LOAD /s2/amd/29k/lib/libscb0h.lib
10 LOAD /s2/amd/29k/lib/libacb0h.lib
This page took 0.023686 seconds and 4 git commands to generate.