mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-27 14:39:09 +08:00
Re: ld: Lookup section in output with the same name
Fixes pr23591 test failures on hppa64-hpux and score-elf, and xfails frv-linux and lm32-linux. PR ld/23591 * testsuite/ld-elf/pr23591a.s, * testsuite/ld-elf/pr23591b.s, * testsuite/ld-elf/pr23591c.s: Don't start directives in first column. * testsuite/ld-elf/pr23591.d: xfail frv-linux and lm32-linux. Allow __start___sancov_cntrs as a local symbol.
This commit is contained in:
@ -1,3 +1,12 @@
|
|||||||
|
2018-09-03 Alan Modra <amodra@gmail.com>
|
||||||
|
|
||||||
|
PR ld/23591
|
||||||
|
* testsuite/ld-elf/pr23591a.s,
|
||||||
|
* testsuite/ld-elf/pr23591b.s,
|
||||||
|
* testsuite/ld-elf/pr23591c.s: Don't start directives in first column.
|
||||||
|
* testsuite/ld-elf/pr23591.d: xfail frv-linux and lm32-linux.
|
||||||
|
Allow __start___sancov_cntrs as a local symbol.
|
||||||
|
|
||||||
018-08-31 H.J. Lu <hongjiu.lu@intel.com>
|
018-08-31 H.J. Lu <hongjiu.lu@intel.com>
|
||||||
|
|
||||||
PR ld/23591
|
PR ld/23591
|
||||||
|
@ -3,7 +3,10 @@
|
|||||||
#source: pr23591c.s
|
#source: pr23591c.s
|
||||||
#ld: -e _start
|
#ld: -e _start
|
||||||
#readelf: -sW
|
#readelf: -sW
|
||||||
|
#xfail: frv-*-linux* lm32-*-linux*
|
||||||
|
# frv-linux and lm32-linux fail with complaints about emitting dynamic
|
||||||
|
# relocations in read-only sections.
|
||||||
|
|
||||||
#...
|
#...
|
||||||
+[0-9]+: +[a-f0-9]+ +0 +NOTYPE +GLOBAL +HIDDEN +[0-9]+ +___?start___sancov_cntrs
|
+[0-9]+: +[a-f0-9]+ +0 +NOTYPE +(GLOBAL +HIDDEN|LOCAL +DEFAULT) +[0-9]+ +___?start___sancov_cntrs
|
||||||
#pass
|
#pass
|
||||||
|
Reference in New Issue
Block a user