mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2024-11-21 01:12:32 +08:00
c553bb910d
(MAXPAGESIZE): Set to 1. * ld.h (ALIGN_N): Delete. * ldexp.h (align_n): Declare. * ldexp.c (align_n): New function. (fold_binary): Use align_n instead of ALIGN_N. (exp_fold_tree): Likewise. * ldlang.c (lang_size_sections_1): Likewise. (lang_one_common): Likewise.
10 lines
146 B
Bash
10 lines
146 B
Bash
SCRIPT_NAME=dlx
|
|
TEMPLATE_NAME=generic
|
|
OUTPUT_FORMAT="elf32-dlx"
|
|
ARCH=dlx
|
|
MACHINE=
|
|
TEXT_START_ADDR=0
|
|
TARGET_PAGE_SIZE=1
|
|
EMBEDDED=yes
|
|
MAXPAGESIZE=1
|