mirror of
https://frontier.innolan.net/github/amigaos-binutils.git
synced 2026-09-19 21:55:35 +00:00
unused values. * ld/emulparams/amiga_bss.sh (PAGE_SIZE, NONPAGED_TEXT_START_ADDR): Likewise. * ld/scripttempl/amiga.sc (___machtype): Move out of .text section and drop ABSOLUTE. (___text_size): Move out of .text section and replace ABSOLUTE with SIZEOF to compute its value. (___data_size): Move out of .data section and replace ABSOLUTE with SIZEOF to compute its value. (___bss_size): Move out of .bss section and replace ABSOLUTE with SIZEOF to compute its value. * ld/scripttempl/amiga_bss.sc (___machtype): Move out of .text section and drop ABSOLUTE. (___text_size): Move out of .text section and replace ABSOLUTE with SIZEOF to compute its value. (___data_size): Move out of .data section and replace ABSOLUTE with SIZEOF on .data and .bss to compute its value. (___bss_size): Move out of .data section and drop useless ABSOLUTE. (__edata): Move to its expected place at the end of .data section. (__bss_start): Move to its expected place at the start of .bss section.
7 lines
111 B
Bash
7 lines
111 B
Bash
SCRIPT_NAME=amiga_bss
|
|
OUTPUT_FORMAT="amiga"
|
|
TEXT_START_ADDR=0x0
|
|
SEGMENT_SIZE=0x0
|
|
TEMPLATE_NAME=amiga
|
|
ARCH=m68k
|