This is the mail archive of the binutils@sourceware.org mailing list for the binutils project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[PATCH 17/19] ld: testsuite: Disable pr19161 test case for PRU


The proper fix would be to augment _bfd_elf_is_start_stop() to
handle bfd_get_symbol_leading_char(). The __start_XXX creator
lang_insert_orphan() and the test case already take care of
leading char.

2016-10-22  Dimitar Dimitrov <dimitar@dinux.eu>

	* ld/testsuite/ld-gc/pr19161.d: Disable pr19161 for PRU.

Signed-off-by: Dimitar Dimitrov <dimitar@dinux.eu>
---
 ld/testsuite/ld-gc/pr19161.d | 1 +
 1 file changed, 1 insertion(+)

diff --git a/ld/testsuite/ld-gc/pr19161.d b/ld/testsuite/ld-gc/pr19161.d
index c36e663..690338e 100644
--- a/ld/testsuite/ld-gc/pr19161.d
+++ b/ld/testsuite/ld-gc/pr19161.d
@@ -4,6 +4,7 @@
 #nm: --format=bsd
 #xfail: epiphany-*-* frv-*-* hppa-*-* iq2000-*-* lm32-*-* m32c-*-*
 #xfail: mips64vr-*-* msp430-*-* powerpc*-*-eabivle rl78-*-* rx-*-* sh*-*-*
+#xfail: pru-*-*
 
 #...
 0*[1-9a-f]+[0-9a-f]*[ 	](D)[ 	]_*__start_my_section
-- 
2.10.2


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]