diff options
Diffstat (limited to 'ld/testsuite/ld-xtensa/lcall.t')
-rw-r--r-- | ld/testsuite/ld-xtensa/lcall.t | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/ld/testsuite/ld-xtensa/lcall.t b/ld/testsuite/ld-xtensa/lcall.t new file mode 100644 index 0000000..7bff69f --- /dev/null +++ b/ld/testsuite/ld-xtensa/lcall.t @@ -0,0 +1,6 @@ +SECTIONS +{ + .text 0x00000000 : { + *(.literal .text) + } +} |