diff options
Diffstat (limited to 'ld/testsuite/ld-nios2/s16_symbol.s')
-rw-r--r-- | ld/testsuite/ld-nios2/s16_symbol.s | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/ld/testsuite/ld-nios2/s16_symbol.s b/ld/testsuite/ld-nios2/s16_symbol.s deleted file mode 100644 index 3902177fd93..00000000000 --- a/ld/testsuite/ld-nios2/s16_symbol.s +++ /dev/null @@ -1,10 +0,0 @@ -.global some_sym -.global some_other_sym -.global min -.global max - -.set max, 0x7fff -.set min, -0x8000 -.set some_sym, 0x1000 - - |