diff options
Diffstat (limited to 'test/ELF/Inputs/far-arm-abs.s')
-rw-r--r-- | test/ELF/Inputs/far-arm-abs.s | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/test/ELF/Inputs/far-arm-abs.s b/test/ELF/Inputs/far-arm-abs.s new file mode 100644 index 000000000000..68d6aabe00b8 --- /dev/null +++ b/test/ELF/Inputs/far-arm-abs.s @@ -0,0 +1,13 @@ +.global far +.type far,%function +far = 0x201001c + +.global too_far1 +.type too_far1,%function +too_far1 = 0x2020008 +.global too_far2 +.type too_far2,%function +too_far2 = 0x202000c +.global too_far3 +.type too_far3,%function +too_far3 = 0x2020010 |