summaryrefslogtreecommitdiff
path: root/testcase/2.c
diff options
context:
space:
mode:
Diffstat (limited to 'testcase/2.c')
-rw-r--r--testcase/2.c8
1 files changed, 8 insertions, 0 deletions
diff --git a/testcase/2.c b/testcase/2.c
index a63c1c7..cac20fa 100644
--- a/testcase/2.c
+++ b/testcase/2.c
@@ -1,6 +1,14 @@
extern int global;
extern void hello(int);
+#if defined (__mips__)
+void tst_pc16(void)
+{
+ printf("R_MIPS_PC16: 'b tst_pc16' \n");
+ return;
+}
+#endif
+
int test(int argc, char **argv)
{
global = 1; //inter-module data access