diff options
Diffstat (limited to 'ld/testsuite/ld-maxq/r32-1.s')
-rw-r--r-- | ld/testsuite/ld-maxq/r32-1.s | 20 |
1 files changed, 0 insertions, 20 deletions
diff --git a/ld/testsuite/ld-maxq/r32-1.s b/ld/testsuite/ld-maxq/r32-1.s deleted file mode 100644 index 9cf38c1..0000000 --- a/ld/testsuite/ld-maxq/r32-1.s +++ /dev/null @@ -1,20 +0,0 @@ -; Test the intersegment relocation -; Inderpreetb@noida.hcltech.com - -.global _start -.extern _main -_start: - call _main - nop - nop - nop - nop -.global _exit -_exit: - nop - nop - nop -.global _abort -_abort: - nop - nop |