diff options
author | kkojima <kkojima@138bc75d-0d04-0410-961f-82ee72b054a4> | 2005-01-18 14:12:19 +0000 |
---|---|---|
committer | kkojima <kkojima@138bc75d-0d04-0410-961f-82ee72b054a4> | 2005-01-18 14:12:19 +0000 |
commit | ac2ddc139b054a88e413073a64a3f9ea4f6846a1 (patch) | |
tree | 52b0e24590616bb4c7fb30c5a461df2655bfe403 /gcc/testsuite/gcc.dg/sh-relax.c | |
parent | d8a6a3f2637197dab64d33d505081735338e50df (diff) | |
download | gcc-ac2ddc139b054a88e413073a64a3f9ea4f6846a1.tar.gz |
* gcc.dg/sh-relax.c: Add prototype for abort.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@93832 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/testsuite/gcc.dg/sh-relax.c')
-rw-r--r-- | gcc/testsuite/gcc.dg/sh-relax.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gcc/testsuite/gcc.dg/sh-relax.c b/gcc/testsuite/gcc.dg/sh-relax.c index 3d7e1e5fc98..e204f063e84 100644 --- a/gcc/testsuite/gcc.dg/sh-relax.c +++ b/gcc/testsuite/gcc.dg/sh-relax.c @@ -2,6 +2,7 @@ /* { dg-do run { target sh-*-* sh?-*-* } } */ /* { dg-options "-O1 -mrelax" } */ +extern void abort (void); extern int qwerty (int); int |