X-Git-Url: https://oss.titaniummirror.com/gitweb?p=msp430-binutils.git;a=blobdiff_plain;f=ld%2Ftestsuite%2Fld-shared%2Fsh2.c;fp=ld%2Ftestsuite%2Fld-shared%2Fsh2.c;h=7cd1db38ee73751977a9e52d96cc0512b85509ea;hp=013a4e0994fb0482cc468014c906e124b4168da8;hb=d5da4f291af551c0b8b79e1d4a9b173d60e5c10e;hpb=7b5ea4fcdf2819e070665ab5610f8b48e3867c10 diff --git a/ld/testsuite/ld-shared/sh2.c b/ld/testsuite/ld-shared/sh2.c index 013a4e0..7cd1db3 100644 --- a/ld/testsuite/ld-shared/sh2.c +++ b/ld/testsuite/ld-shared/sh2.c @@ -12,3 +12,11 @@ shlib_shlibcalled () { return 5; } + +#ifndef XCOFF_TEST +int +shlib_overriddencall2 () +{ + return 7; +} +#endif