aboutsummaryrefslogtreecommitdiff
path: root/gold/testsuite/pr22266_script.t
diff options
context:
space:
mode:
Diffstat (limited to 'gold/testsuite/pr22266_script.t')
-rw-r--r--gold/testsuite/pr22266_script.t5
1 files changed, 3 insertions, 2 deletions
diff --git a/gold/testsuite/pr22266_script.t b/gold/testsuite/pr22266_script.t
index a9bc364..7b49988 100644
--- a/gold/testsuite/pr22266_script.t
+++ b/gold/testsuite/pr22266_script.t
@@ -8,8 +8,9 @@ SECTIONS
.text : {
*(.text*)
}
- .rodata.cst16 : {
- *(.rodata.cst16*)
+ .rodata :
+ {
+ *(.rodata .rodata.* .gnu.linkonce.r.*)
}
.data.rel.ro : {
*(.data.rel.ro*)