diff options
author | Stuart Hastings <stuart@apple.com> | 2003-12-05 00:44:57 +0000 |
---|---|---|
committer | Stuart Hastings <stuart@gcc.gnu.org> | 2003-12-05 00:44:57 +0000 |
commit | efdba735bef6fc3c86df8e37bdfd17525f32ca8c (patch) | |
tree | 622358f56d81ef04c32427df0947d574667e7522 /gcc/testsuite/gcc.dg/darwin-abi-1.c | |
parent | 22c3768c40ca78ee453874b0831ee30340563b27 (diff) | |
download | gcc-efdba735bef6fc3c86df8e37bdfd17525f32ca8c.zip gcc-efdba735bef6fc3c86df8e37bdfd17525f32ca8c.tar.gz gcc-efdba735bef6fc3c86df8e37bdfd17525f32ca8c.tar.bz2 |
2003-12-04 Stuart Hastings <stuart@apple.com>
* rs6000.c (output_call, macho_branch_islands,
add_compiler_branch_island, no_previous_def, get_previous_label)
Revisions of xx_stub functions for branch islands,
add -fPIC support for Darwin.
* rs6000-protos.h (output_call) Prototype.
* rs6000.md Use output_call.
* invoke.texi Explain Darwin semantics of -longcall.
* testsuite/gcc.dg/darwin-abi-1.c Revise testcase for -longcall/jbsr.
From-SVN: r74302
Diffstat (limited to 'gcc/testsuite/gcc.dg/darwin-abi-1.c')
-rw-r--r-- | gcc/testsuite/gcc.dg/darwin-abi-1.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/testsuite/gcc.dg/darwin-abi-1.c b/gcc/testsuite/gcc.dg/darwin-abi-1.c index c7c0288..3b13c62 100644 --- a/gcc/testsuite/gcc.dg/darwin-abi-1.c +++ b/gcc/testsuite/gcc.dg/darwin-abi-1.c @@ -1,6 +1,6 @@ /* { dg-do compile { target powerpc*-*-darwin* } } */ /* { dg-options "-O" } */ -/* { dg-final { scan-assembler "li r3,12345\n\tbl " } } */ +/* { dg-final { scan-assembler "li r3,12345\n\t(bl|jbsr) " } } */ /* Check that zero-size structures don't affect parameter passing. */ |