diff options
author | Matthew Malcomson <matthew.malcomson@arm.com> | 2022-11-04 15:00:11 +0000 |
---|---|---|
committer | Matthew Malcomson <matthew.malcomson@arm.com> | 2022-11-04 15:00:11 +0000 |
commit | 7da34f425010957493342b86e97cff4bcba75212 (patch) | |
tree | cbb884ec37e12f1e2112045c3952a4bf62583003 | |
parent | 816fc4e7c2e808384a3eae81844c76c908a1f8a3 (diff) | |
download | gdb-7da34f425010957493342b86e97cff4bcba75212.zip gdb-7da34f425010957493342b86e97cff4bcba75212.tar.gz gdb-7da34f425010957493342b86e97cff4bcba75212.tar.bz2 |
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.
-rw-r--r-- | ld/testsuite/ld-aarch64/morello-large-function.d | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ld/testsuite/ld-aarch64/morello-large-function.d b/ld/testsuite/ld-aarch64/morello-large-function.d index dc0af92..55f87d3 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 |