mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-25 21:41:47 +08:00
Thu Sep 9 05:52:34 1999 Jeffrey A Law (law@cygnus.com)
* emulparms/elf64hppa.sh (OTHER_READWRITE_SECTIONS): Define. 1999-09-08 Ulrich Drepper <drepper@cygnus.com> * emulparams/elf64hppa.sh (ELFSIZE): New. Set to 64. Wed Sep 8 00:07:39 1999 Jeffrey A Law (law@cygnus.com) * emulparms/elf64hppa.sh (ENTRY): Define to main.
This commit is contained in:
12
ld/ChangeLog
12
ld/ChangeLog
@ -1,3 +1,15 @@
|
|||||||
|
Thu Sep 9 05:52:34 1999 Jeffrey A Law (law@cygnus.com)
|
||||||
|
|
||||||
|
* emulparms/elf64hppa.sh (OTHER_READWRITE_SECTIONS): Define.
|
||||||
|
|
||||||
|
1999-09-08 Ulrich Drepper <drepper@cygnus.com>
|
||||||
|
|
||||||
|
* emulparams/elf64hppa.sh (ELFSIZE): New. Set to 64.
|
||||||
|
|
||||||
|
Wed Sep 8 00:07:39 1999 Jeffrey A Law (law@cygnus.com)
|
||||||
|
|
||||||
|
* emulparms/elf64hppa.sh (ENTRY): Define to main.
|
||||||
|
|
||||||
1999-09-03 Scott Bambrough <scottb@netwinder.org>
|
1999-09-03 Scott Bambrough <scottb@netwinder.org>
|
||||||
|
|
||||||
* ld/configure.host: Added HOSTING_CRT0, HOSTING_LIBS for
|
* ld/configure.host: Added HOSTING_CRT0, HOSTING_LIBS for
|
||||||
|
@ -1,12 +1,14 @@
|
|||||||
SCRIPT_NAME=elf
|
SCRIPT_NAME=elf
|
||||||
|
ELFSIZE=64
|
||||||
OUTPUT_FORMAT="elf64-hppa"
|
OUTPUT_FORMAT="elf64-hppa"
|
||||||
TEXT_START_ADDR=0x4000000000000000
|
TEXT_START_ADDR=0x4000000000000000
|
||||||
TARGET_PAGE_SIZE=4096
|
TARGET_PAGE_SIZE=4096
|
||||||
MAXPAGESIZE=4096
|
MAXPAGESIZE=4096
|
||||||
ARCH=hppa
|
ARCH=hppa
|
||||||
MACHINE=hppa2.0w
|
MACHINE=hppa2.0w
|
||||||
START="_start"
|
ENTRY="main"
|
||||||
TEMPLATE_NAME=elf32
|
TEMPLATE_NAME=elf32
|
||||||
GENERATE_SHLIB_SCRIPT=yes
|
GENERATE_SHLIB_SCRIPT=yes
|
||||||
OTHER_READONLY_SECTIONS='.stubs : { *(.stubs) } .PARISC.unwind : { *(.PARISC.unwind) }'
|
OTHER_READONLY_SECTIONS='.stubs : { *(.stubs) } .PARISC.unwind : { *(.PARISC.unwind) }'
|
||||||
|
OTHER_READWRITE_SECTIONS='.dlt : { *(.opd) *(.plt) *(.dlt) }'
|
||||||
DATA_PLT=
|
DATA_PLT=
|
||||||
|
Reference in New Issue
Block a user