mirror of
https://github.com/darlinghq/darling-gdb.git
synced 2024-11-26 05:20:30 +00: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
|