summaryrefslogtreecommitdiff
path: root/gcc/testsuite/gcc.target/mips/call-6.c
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/testsuite/gcc.target/mips/call-6.c')
-rw-r--r--gcc/testsuite/gcc.target/mips/call-6.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/gcc/testsuite/gcc.target/mips/call-6.c b/gcc/testsuite/gcc.target/mips/call-6.c
index 86f3dc4a8fe..117795db7f4 100644
--- a/gcc/testsuite/gcc.target/mips/call-6.c
+++ b/gcc/testsuite/gcc.target/mips/call-6.c
@@ -13,6 +13,7 @@ __attribute__ ((noinline)) static void staticfunc () { asm (""); }
int normal ();
void normal2 ();
+int
NOMIPS16 f (int *p)
{
*p = normal ();
@@ -23,6 +24,7 @@ NOMIPS16 f (int *p)
int tail ();
+int
NOMIPS16 h ()
{
return tail ();