workbench/libs/prometheus: -Wall cleanups
[AROS.git] / arch / m68k-mac / boot / linkerscript_test
blob12bd8d4fe4089f34efdf99cd79a53fd17da419e5
1 OUTPUT_FORMAT("elf32-m68k", "elf32-m68k", "elf32-m68k")
2 OUTPUT_ARCH(m68k)
3 ENTRY(_hardware_reset_init_1)
4 MEMORY 
6   rom (rx)  : org = 0x10c00000 , l = 1M
9 SECTIONS 
11   . = 0x1000;
13   entrycodes 0x10c00000       : { *(entrycodes)        } >rom =0x0000
14   entrycodes_bigrom 0x10c03000: { *(entrycodes_bigrom) } >rom =0x0000
15   .text 0x10c03200            : { *(.text)             } >rom =0x0000
16   .bss                        : { *(.bss)              } >rom =0x0000
17   .data                       : { *(.data)             } >rom =0x0000
18   .rodata                     : { *(.rodata)           } >rom =0x0000
19   romdisk                    :  { *(romdisk)           } >rom =0x0000