]> oss.titaniummirror.com Git - msp430-binutils.git/blobdiff - ld/testsuite/ld-shared/sh2.c
Imported binutils-2.20
[msp430-binutils.git] / ld / testsuite / ld-shared / sh2.c
index 013a4e0994fb0482cc468014c906e124b4168da8..7cd1db38ee73751977a9e52d96cc0512b85509ea 100644 (file)
@@ -12,3 +12,11 @@ shlib_shlibcalled ()
 {
   return 5;
 }
+
+#ifndef XCOFF_TEST
+int
+shlib_overriddencall2 ()
+{
+  return 7;
+}
+#endif