From 70de57f60a39d167870f3f59f2fa3f606e965239 Mon Sep 17 00:00:00 2001 From: Paul Mundt Date: Fri, 12 Sep 2008 09:19:40 +0000 Subject: Kill off bogus #error's for big endian SH targets, these work fine. --- modutils/insmod.c | 9 --------- 1 file changed, 9 deletions(-) (limited to 'modutils/insmod.c') diff --git a/modutils/insmod.c b/modutils/insmod.c index 80dbfd78e..f1bb4cdec 100644 --- a/modutils/insmod.c +++ b/modutils/insmod.c @@ -257,15 +257,6 @@ static int insmod_ng_main(int argc, char **argv); #define USE_GOT_ENTRIES #define GOT_ENTRY_SIZE 4 #define USE_SINGLE -/* the SH changes have only been tested in =little endian= mode */ -/* I'm not sure about big endian, so let's warn: */ -#if defined(__sh__) && BB_BIG_ENDIAN -# error insmod.c may require changes for use on big endian SH -#endif -/* it may or may not work on the SH1/SH2... Error on those also */ -#if ((!(defined(__SH3__) || defined(__SH4__) || defined(__SH5__)))) && (defined(__sh__)) -#error insmod.c may require changes for SH1 or SH2 use -#endif #endif /* Sparc */ -- cgit v1.2.3