mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-09-12 01:24:12 +08:00
* emulparams/elf_x86_64.sh (COMMONPAGESIZE): Set it.
This commit is contained in:
@ -1,3 +1,7 @@
|
|||||||
|
2002-03-23 Andreas Jaeger <aj@suse.de>
|
||||||
|
|
||||||
|
* emulparams/elf_x86_64.sh (COMMONPAGESIZE): Set it.
|
||||||
|
|
||||||
2002-03-21 Alan Modra <amodra@bigpond.net.au>
|
2002-03-21 Alan Modra <amodra@bigpond.net.au>
|
||||||
|
|
||||||
* Makefile.am: Run "make dep-am".
|
* Makefile.am: Run "make dep-am".
|
||||||
@ -106,7 +110,7 @@ Mon Mar 18 17:38:39 CET 2002 Jan Hubicka <jh@suse.cz>
|
|||||||
|
|
||||||
* emultempl/aix.em (gld*_parse_args): Add -brtl support.
|
* emultempl/aix.em (gld*_parse_args): Add -brtl support.
|
||||||
(gld*_before_allocation): Same.
|
(gld*_before_allocation): Same.
|
||||||
(gld*_create_output_section_statements): Generate
|
(gld*_create_output_section_statements): Generate
|
||||||
__rtinit if run time linking. Add librtl.a to the link.
|
__rtinit if run time linking. Add librtl.a to the link.
|
||||||
(gld*_read_file): Clean.
|
(gld*_read_file): Clean.
|
||||||
|
|
||||||
|
@ -3,6 +3,7 @@ ELFSIZE=64
|
|||||||
OUTPUT_FORMAT="elf64-x86-64"
|
OUTPUT_FORMAT="elf64-x86-64"
|
||||||
TEXT_START_ADDR=0x400000
|
TEXT_START_ADDR=0x400000
|
||||||
MAXPAGESIZE=0x100000
|
MAXPAGESIZE=0x100000
|
||||||
|
COMMONPAGESIZE=0x1000
|
||||||
NONPAGED_TEXT_START_ADDR=0x400000
|
NONPAGED_TEXT_START_ADDR=0x400000
|
||||||
ARCH="i386:x86-64"
|
ARCH="i386:x86-64"
|
||||||
MACHINE=
|
MACHINE=
|
||||||
|
Reference in New Issue
Block a user