PR ld/9863

* emulparams/armelf_linux.sh (DATA_START_SYMBOLS): Use PROVIDE
	with __data_start.
This commit is contained in:
Alan Modra 2009-11-19 07:01:40 +00:00
parent cfdf38f2b4
commit 7984f34977
2 changed files with 7 additions and 1 deletions

View File

@ -1,3 +1,9 @@
2009-11-19 Matthias Klose <doko@ubuntu.com>
PR ld/9863
* emulparams/armelf_linux.sh (DATA_START_SYMBOLS): Use PROVIDE
with __data_start.
2009-11-19 Ben Elliston <bje@au.ibm.com>
* ldlex.l: Enable nounput flex option.

View File

@ -10,7 +10,7 @@ EXTRA_EM_FILE=armelf
GENERATE_SHLIB_SCRIPT=yes
GENERATE_PIE_SCRIPT=yes
DATA_START_SYMBOLS='__data_start = . ;';
DATA_START_SYMBOLS='PROVIDE (__data_start = .);';
OTHER_TEXT_SECTIONS='*(.glue_7t) *(.glue_7) *(.vfp11_veneer) *(.v4_bx)'
OTHER_BSS_SYMBOLS='__bss_start__ = .;'
OTHER_BSS_END_SYMBOLS='_bss_end__ = . ; __bss_end__ = . ;'