diff options
Diffstat (limited to 'test/ELF/Inputs/far-long-arm-abs.s')
-rw-r--r-- | test/ELF/Inputs/far-long-arm-abs.s | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/test/ELF/Inputs/far-long-arm-abs.s b/test/ELF/Inputs/far-long-arm-abs.s deleted file mode 100644 index 10d9d0292eab6..0000000000000 --- a/test/ELF/Inputs/far-long-arm-abs.s +++ /dev/null @@ -1,13 +0,0 @@ -.global far -.type far,%function -far = 0x201001c - -.global too_far1 -.type too_far1,%function -too_far1 = 0x2020014 -.global too_far2 -.type too_far2,%function -too_far2 = 0x2020020 -.global too_far3 -.type too_far3,%function -too_far3 = 0x202002c |