diff options
author | Nick Clifton <nickc@redhat.com> | 2008-05-23 14:16:16 +0000 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 2008-05-23 14:16:16 +0000 |
commit | 133d72e9955c347d1cbb0fae4424f0b34ef20b91 (patch) | |
tree | fd2c18e596145f7888e17924da5de5a61be12ee6 /ld/testsuite/ld-arm/farcall-group2.s | |
parent | 95f283e8f644349569df75b089178014914d276c (diff) | |
download | gdb-133d72e9955c347d1cbb0fae4424f0b34ef20b91.zip gdb-133d72e9955c347d1cbb0fae4424f0b34ef20b91.tar.gz gdb-133d72e9955c347d1cbb0fae4424f0b34ef20b91.tar.bz2 |
Add more farcall tests
Diffstat (limited to 'ld/testsuite/ld-arm/farcall-group2.s')
-rw-r--r-- | ld/testsuite/ld-arm/farcall-group2.s | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/ld/testsuite/ld-arm/farcall-group2.s b/ld/testsuite/ld-arm/farcall-group2.s new file mode 100644 index 0000000..4624804 --- /dev/null +++ b/ld/testsuite/ld-arm/farcall-group2.s @@ -0,0 +1,10 @@ + +@ Test to ensure that ARM calls exceeding 32Mb generate stubs. + +@ We will place the section .foo at 0x2000. + + .text +myfunc: + bl bar3 + bl bar4 + bl bar5 |