Fix long-standing buglet and fallout from now-default initfini-array.

* emulparams/criself.sh (USER_LABEL_PREFIX): Define.
	(OTHER_READONLY_SECTIONS, ENTRY): Delete now-redunant defines.
This commit is contained in:
Hans-Peter Nilsson 2017-01-29 13:53:58 +01:00
parent 520306539a
commit bf382b306a
2 changed files with 7 additions and 2 deletions

View File

@ -1,3 +1,9 @@
2017-01-29 Hans-Peter Nilsson <hp@axis.com>
Fix long-standing buglet and fallout from now-default initfini-array.
* emulparams/criself.sh (USER_LABEL_PREFIX): Define.
(OTHER_READONLY_SECTIONS, ENTRY): Delete now-redunant defines.
2017-01-27 Jiong Wang <jiong.wang@arm.com>
* testsuite/ld-elf/elf.exp ("pr20995-2", "Build pr20995-2.so"): XFAIL on

View File

@ -8,7 +8,7 @@ OUTPUT_FORMAT="elf32-us-cris"
NO_REL_RELOCS=yes
ARCH=cris
MAXPAGESIZE=32
ENTRY=__start
USER_LABEL_PREFIX=_
EMBEDDED=yes
ALIGNMENT=32
TEXT_START_ADDR=0
@ -53,7 +53,6 @@ OTHER_BSS_END_SYMBOLS='
__Sbss = ADDR (.bss);
PROVIDE (_bss_start = __Sbss);
'
OTHER_END_SYMBOLS='PROVIDE (__end = .);'
INIT_ADDR='ALIGN (2)'