X-Git-Url: http://git.cascardo.eti.br/?a=blobdiff_plain;f=scripts%2Fsortextable.c;h=1052d4834a44f502bda4f4f1ebe1202ace1608f5;hb=3a6a489fd86910ca09bf29f268bdede2516b2aba;hp=cc49062acdeecf85259f646df09abe22f1019a5d;hpb=e4e027ea2d7a59819a0384c2d1031aafc5833903;p=cascardo%2Flinux.git diff --git a/scripts/sortextable.c b/scripts/sortextable.c index cc49062acdee..1052d4834a44 100644 --- a/scripts/sortextable.c +++ b/scripts/sortextable.c @@ -35,6 +35,10 @@ #define EM_ARCOMPACT 93 #endif +#ifndef EM_XTENSA +#define EM_XTENSA 94 +#endif + #ifndef EM_AARCH64 #define EM_AARCH64 183 #endif @@ -281,6 +285,7 @@ do_file(char const *const fname) case EM_AARCH64: case EM_MICROBLAZE: case EM_MIPS: + case EM_XTENSA: break; } /* end switch */