diff options
Diffstat (limited to 'scripts/sorttable.c')
| -rw-r--r-- | scripts/sorttable.c | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/scripts/sorttable.c b/scripts/sorttable.c index fba40e99f354..83cdb843d92f 100644 --- a/scripts/sorttable.c +++ b/scripts/sorttable.c @@ -304,6 +304,7 @@ static int do_file(char const *const fname, void *addr)  	switch (r2(&ehdr->e_machine)) {  	case EM_386:  	case EM_AARCH64: +	case EM_LOONGARCH:  	case EM_RISCV:  	case EM_S390:  	case EM_X86_64: @@ -317,7 +318,6 @@ static int do_file(char const *const fname, void *addr)  	case EM_ARCOMPACT:  	case EM_ARCV2:  	case EM_ARM: -	case EM_LOONGARCH:  	case EM_MICROBLAZE:  	case EM_MIPS:  	case EM_XTENSA: |