diff options
Diffstat (limited to 'ld/testsuite/ld-scripts/pr22267.s')
-rw-r--r-- | ld/testsuite/ld-scripts/pr22267.s | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/ld/testsuite/ld-scripts/pr22267.s b/ld/testsuite/ld-scripts/pr22267.s new file mode 100644 index 0000000..c0a5cda --- /dev/null +++ b/ld/testsuite/ld-scripts/pr22267.s @@ -0,0 +1,10 @@ + .globl main + .globl start + .globl _start + .globl __start + .text +main: +start: +_start: +__start: + .dc.a foo |