From deb7f372ee5500f9e81c4ba3dc382482c948e505 Mon Sep 17 00:00:00 2001 From: Matthew Malcomson Date: Tue, 10 Aug 2021 12:05:45 +0100 Subject: [PATCH] gas: Add whitespace in morello-capinit test output regexp This whitespace is present in the output from objdump but is not in our test patterns. Adding it makes the testcase pass. --- gas/testsuite/gas/aarch64/morello-capinit.d | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/gas/testsuite/gas/aarch64/morello-capinit.d b/gas/testsuite/gas/aarch64/morello-capinit.d index 6567a2964be..ef71b4552a9 100644 --- a/gas/testsuite/gas/aarch64/morello-capinit.d +++ b/gas/testsuite/gas/aarch64/morello-capinit.d @@ -4,7 +4,7 @@ .*: file format .* RELOCATION RECORDS FOR \[\.text\]: -OFFSET TYPE VALUE +OFFSET TYPE VALUE 0000000000000000 R_AARCH64_LDST128_ABS_LO12_NC \.data\+0x0000000000000010 0000000000000008 R_AARCH64_LDST128_ABS_LO12_NC \.data\+0x0000000000000010 0000000000000010 R_MORELLO_CAPINIT f\+0x0000000000000008 @@ -13,7 +13,7 @@ OFFSET TYPE VALUE RELOCATION RECORDS FOR \[\.data\]: -OFFSET TYPE VALUE +OFFSET TYPE VALUE 0000000000000010 R_MORELLO_CAPINIT str 0000000000000020 R_MORELLO_CAPINIT str\+0x0000000000000008 0000000000000030 R_MORELLO_CAPINIT foo\+0x0000000000000010 @@ -21,7 +21,7 @@ OFFSET TYPE VALUE RELOCATION RECORDS FOR \[\.data\.rel\.ro\]: -OFFSET TYPE VALUE +OFFSET TYPE VALUE 0000000000000000 R_MORELLO_CAPINIT str2 -- 2.47.2