mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-26 22:07:58 +08:00
* scripttempl/elf.sc (INPUT_FILES): Optional INPUT spec.
* emulparams/m32relf.sh (INPUT_FILES): Define. (OTHER_RELOCATING_SECTIONS): Change top of stack to 8MB.
This commit is contained in:
@ -1,3 +1,9 @@
|
|||||||
|
Fri Jun 12 17:38:07 1998 Doug Evans <devans@seba.cygnus.com>
|
||||||
|
|
||||||
|
* scripttempl/elf.sc (INPUT_FILES): Optional INPUT spec.
|
||||||
|
* emulparams/m32relf.sh (INPUT_FILES): Define.
|
||||||
|
(OTHER_RELOCATING_SECTIONS): Change top of stack to 8MB.
|
||||||
|
|
||||||
Fri Jun 12 19:33:17 1998 Ian Lance Taylor <ian@cygnus.com>
|
Fri Jun 12 19:33:17 1998 Ian Lance Taylor <ian@cygnus.com>
|
||||||
|
|
||||||
* Makefile.am (HFILES): Remove config.h.
|
* Makefile.am (HFILES): Remove config.h.
|
||||||
|
@ -1,11 +1,19 @@
|
|||||||
MACHINE=
|
MACHINE=
|
||||||
SCRIPT_NAME=elf
|
SCRIPT_NAME=elf
|
||||||
|
TEMPLATE_NAME=elf32
|
||||||
OUTPUT_FORMAT="elf32-m32r"
|
OUTPUT_FORMAT="elf32-m32r"
|
||||||
TEXT_START_ADDR=0x0
|
TEXT_START_ADDR=0x100
|
||||||
ARCH=m32r
|
ARCH=m32r
|
||||||
|
MACHINE=
|
||||||
MAXPAGESIZE=32
|
MAXPAGESIZE=32
|
||||||
EMBEDDED=yes
|
EMBEDDED=yes
|
||||||
|
|
||||||
|
# For the default linker script, include libgloss.
|
||||||
|
# If the user specifies a different linker script, we want the
|
||||||
|
# rest of the files (e.g. crt0.o) included by default, but not libgloss.
|
||||||
|
# [Thus I was reluctant to handle this in gcc specs.]
|
||||||
|
INPUT_FILES="INPUT(-lgloss)"
|
||||||
|
|
||||||
# Hmmm, there's got to be a better way. This sets the stack to the
|
# Hmmm, there's got to be a better way. This sets the stack to the
|
||||||
# top of the simulator memory (currently 1M).
|
# top of simulator memory (8MB).
|
||||||
OTHER_RELOCATING_SECTIONS='.stack 0x100000 : { _stack = .; *(.stack) }'
|
OTHER_RELOCATING_SECTIONS='PROVIDE (_stack = 0x800000);'
|
||||||
|
Reference in New Issue
Block a user