summaryrefslogtreecommitdiff
path: root/ld/testsuite/ld-scripts/empty-address-3a.t
diff options
context:
space:
mode:
Diffstat (limited to 'ld/testsuite/ld-scripts/empty-address-3a.t')
-rw-r--r--ld/testsuite/ld-scripts/empty-address-3a.t3
1 files changed, 2 insertions, 1 deletions
diff --git a/ld/testsuite/ld-scripts/empty-address-3a.t b/ld/testsuite/ld-scripts/empty-address-3a.t
index 2807e71f56..28767a19c5 100644
--- a/ld/testsuite/ld-scripts/empty-address-3a.t
+++ b/ld/testsuite/ld-scripts/empty-address-3a.t
@@ -1,10 +1,11 @@
SECTIONS
{
- .text 0x00000000: { *(.text) }
+ .text 0x00000000: { *(.text .pr) }
.data ALIGN(0x1000) + (. & (0x1000 - 1)):
{
*(.data)
}
__data_end = .;
+ .bss : { *(.bss) }
/DISCARD/ : { *(.*) }
}