mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-18 16:53:50 +08:00
* emulparams/crislinux.sh (COMMONPAGESIZE): Define.
This commit is contained in:
@ -1,3 +1,7 @@
|
|||||||
|
2014-01-10 Hans-Peter Nilsson <hp@axis.com>
|
||||||
|
|
||||||
|
* emulparams/crislinux.sh (COMMONPAGESIZE): Define.
|
||||||
|
|
||||||
2014-01-08 H.J. Lu <hongjiu.lu@intel.com>
|
2014-01-08 H.J. Lu <hongjiu.lu@intel.com>
|
||||||
|
|
||||||
PR ld/14207
|
PR ld/14207
|
||||||
|
@ -16,6 +16,7 @@ GENERATE_SHLIB_SCRIPT=yes
|
|||||||
TEXT_START_ADDR=0x80000
|
TEXT_START_ADDR=0x80000
|
||||||
|
|
||||||
MAXPAGESIZE="CONSTANT (MAXPAGESIZE)"
|
MAXPAGESIZE="CONSTANT (MAXPAGESIZE)"
|
||||||
|
COMMONPAGESIZE="CONSTANT (COMMONPAGESIZE)"
|
||||||
|
|
||||||
# We don't do the hoops through DEFINED to provide [_]*start, as it
|
# We don't do the hoops through DEFINED to provide [_]*start, as it
|
||||||
# doesn't work with --gc-sections, and the start-name is pretty fixed
|
# doesn't work with --gc-sections, and the start-name is pretty fixed
|
||||||
|
Reference in New Issue
Block a user