diff options
Diffstat (limited to 'ld/testsuite/ld-scripts/empty-orphan.s')
-rw-r--r-- | ld/testsuite/ld-scripts/empty-orphan.s | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/ld/testsuite/ld-scripts/empty-orphan.s b/ld/testsuite/ld-scripts/empty-orphan.s new file mode 100644 index 00000000000..c8fe675a2f2 --- /dev/null +++ b/ld/testsuite/ld-scripts/empty-orphan.s @@ -0,0 +1,4 @@ + .section .orphan_data, "a" + # empty but defined + .section .data + .word 0x1111 |