27 lines
886 B
Diff
27 lines
886 B
Diff
From 7ba7aee2bc5b2df22fdba26c436e64b1bc9e735a Mon Sep 17 00:00:00 2001
|
|
From: XingLi <lixing@loongson.cn>
|
|
Date: Wed, 26 Jul 2023 15:28:31 +0800
|
|
Subject: [PATCH 3/3] Fixup check file for ifunc reloc
|
|
|
|
---
|
|
ld/testsuite/ld-loongarch-elf/local-ifunc-reloc.d | 6 +++---
|
|
1 file changed, 3 insertions(+), 3 deletions(-)
|
|
|
|
diff --git a/ld/testsuite/ld-loongarch-elf/local-ifunc-reloc.d b/ld/testsuite/ld-loongarch-elf/local-ifunc-reloc.d
|
|
index 29f2d3f3..3723326b 100644
|
|
--- a/ld/testsuite/ld-loongarch-elf/local-ifunc-reloc.d
|
|
+++ b/ld/testsuite/ld-loongarch-elf/local-ifunc-reloc.d
|
|
@@ -5,6 +5,6 @@
|
|
.*: +file format .*
|
|
|
|
DYNAMIC RELOCATION RECORDS
|
|
-OFFSET +TYPE +VALUE
|
|
-[[:xdigit:]]+ R_LARCH_IRELATIVE +\*ABS\*\+0x[[:xdigit:]]+
|
|
-[[:xdigit:]]+ R_LARCH_64 +test
|
|
+OFFSET +TYPE +VALUE
|
|
+[[:xdigit:]]+ R_LARCH_IRELATIVE +\*ABS\*\+0x[[:xdigit:]]+
|
|
+[[:xdigit:]]+ R_LARCH_64 +test+
|
|
--
|
|
2.27.0
|
|
|