mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-24 04:00:07 +08:00
* emulparms/elf_x86_64.sh (MAXPAGESIZE): Fix value.
This commit is contained in:
10
ld/ChangeLog
10
ld/ChangeLog
@ -1,3 +1,7 @@
|
|||||||
|
2001-04-30 Andreas Jaeger <aj@suse.de>
|
||||||
|
|
||||||
|
* emulparms/elf_x86_64.sh (MAXPAGESIZE): Fix value.
|
||||||
|
|
||||||
2001-04-28 Paul Sokolovsky <Paul.Sokolovsky@technologist.com>
|
2001-04-28 Paul Sokolovsky <Paul.Sokolovsky@technologist.com>
|
||||||
|
|
||||||
* ldlang.c (load_symbols): Give emulation a chance
|
* ldlang.c (load_symbols): Give emulation a chance
|
||||||
@ -10,14 +14,14 @@
|
|||||||
* scripttempl/armcoff.sc: Support .text or .data as a section name
|
* scripttempl/armcoff.sc: Support .text or .data as a section name
|
||||||
prefix.
|
prefix.
|
||||||
Define _etext.
|
Define _etext.
|
||||||
|
|
||||||
2001-04-13 J.T. Conklin <jtc@redback.com>
|
2001-04-13 J.T. Conklin <jtc@redback.com>
|
||||||
|
|
||||||
* ld.texinfo: Document --fatal-warnings.
|
* ld.texinfo: Document --fatal-warnings.
|
||||||
* ld.1: Regenerate.
|
* ld.1: Regenerate.
|
||||||
|
|
||||||
* ldmisc.c (vfinfo): Set flag to inhibit making executable if
|
* ldmisc.c (vfinfo): Set flag to inhibit making executable if
|
||||||
warnings have been turned into errors.
|
warnings have been turned into errors.
|
||||||
* lexsup.c (OPTION_WARN_FATAL): Define.
|
* lexsup.c (OPTION_WARN_FATAL): Define.
|
||||||
(ld_options): Entry for --fatal-warnings.
|
(ld_options): Entry for --fatal-warnings.
|
||||||
(parse_args): Handle OPTION_WARN_FATAL.
|
(parse_args): Handle OPTION_WARN_FATAL.
|
||||||
@ -48,7 +52,7 @@
|
|||||||
|
|
||||||
* emulparams/elf32ltsmip.sh: New. Traditional little endian
|
* emulparams/elf32ltsmip.sh: New. Traditional little endian
|
||||||
MIPS taget.
|
MIPS taget.
|
||||||
* emulparams/elf64btsmip.sh: New. Traditional 64bit big endian
|
* emulparams/elf64btsmip.sh: New. Traditional 64bit big endian
|
||||||
target.
|
target.
|
||||||
* emulparams/elf64ltsmip.sh: New. Traditional 64bit little
|
* emulparams/elf64ltsmip.sh: New. Traditional 64bit little
|
||||||
endian target.
|
endian target.
|
||||||
|
@ -2,7 +2,7 @@ SCRIPT_NAME=elf
|
|||||||
ELFSIZE=64
|
ELFSIZE=64
|
||||||
OUTPUT_FORMAT="elf64-x86-64"
|
OUTPUT_FORMAT="elf64-x86-64"
|
||||||
TEXT_START_ADDR=0x1000
|
TEXT_START_ADDR=0x1000
|
||||||
MAXPAGESIZE=0x1000
|
MAXPAGESIZE=0x100000
|
||||||
NONPAGED_TEXT_START_ADDR=0x1000
|
NONPAGED_TEXT_START_ADDR=0x1000
|
||||||
ARCH=i386
|
ARCH=i386
|
||||||
MACHINE=
|
MACHINE=
|
||||||
|
Reference in New Issue
Block a user