mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-29 16:38:05 +08:00
Support -pie for arm*-eabi targets.
ld/ * emulparams/armelf.sh (GENERATE_PIE_SCRIPT): Set to yes.
This commit is contained in:
@ -1,3 +1,7 @@
|
|||||||
|
2016-08-09 Roland McGrath <roland@hack.frob.com>
|
||||||
|
|
||||||
|
* emulparams/armelf.sh (GENERATE_PIE_SCRIPT): Set to yes.
|
||||||
|
|
||||||
2016-08-04 Thomas Preud'homme <thomas.preudhomme@arm.com>
|
2016-08-04 Thomas Preud'homme <thomas.preudhomme@arm.com>
|
||||||
|
|
||||||
* emultempl/armelf.em (cmse_implib): Declare and define this new
|
* emultempl/armelf.em (cmse_implib): Declare and define this new
|
||||||
|
@ -21,6 +21,7 @@ OTHER_READONLY_SECTIONS="
|
|||||||
DATA_START_SYMBOLS='__data_start = . ;';
|
DATA_START_SYMBOLS='__data_start = . ;';
|
||||||
|
|
||||||
GENERATE_SHLIB_SCRIPT=yes
|
GENERATE_SHLIB_SCRIPT=yes
|
||||||
|
GENERATE_PIE_SCRIPT=yes
|
||||||
|
|
||||||
ARCH=arm
|
ARCH=arm
|
||||||
MACHINE=
|
MACHINE=
|
||||||
|
Reference in New Issue
Block a user