From 7da34f425010957493342b86e97cff4bcba75212 Mon Sep 17 00:00:00 2001 From: Matthew Malcomson Date: Fri, 4 Nov 2022 15:00:11 +0000 Subject: [PATCH] morello-binutils: Testsuite fixup for linux build The symbol that objdump reports for the start of the data section is not important and is different between linux and bare metal builds. Just avoiding specifying this symbol in our testcase fixes a testsuite failure in the linux build. --- ld/testsuite/ld-aarch64/morello-large-function.d | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ld/testsuite/ld-aarch64/morello-large-function.d b/ld/testsuite/ld-aarch64/morello-large-function.d index dc0af92e12f..55f87d3a4db 100644 --- a/ld/testsuite/ld-aarch64/morello-large-function.d +++ b/ld/testsuite/ld-aarch64/morello-large-function.d @@ -15,7 +15,7 @@ Disassembly of section \.data: -[0-9a-f]+ <__data_start>: +[0-9a-f]+ <.*>: *[0-9a-f]+: .* .*: R_MORELLO_RELATIVE \*ABS\*\+.* *[0-9a-f]+: .* udf #0 -- 2.47.2