s390/exceptions: sort exception table at build time

Follow x86 and MIPS and sort the main exception table at build time.

Signed-off-by: Heiko Carstens <heiko.carstens@de.ibm.com>
Signed-off-by: Martin Schwidefsky <schwidefsky@de.ibm.com>
这个提交包含在:
Heiko Carstens
2012-07-24 14:51:34 +02:00
提交者 Martin Schwidefsky
父节点 d527436994
当前提交 3193a98dc8
修改 3 个文件,包含 2 行新增1 行删除

查看文件

@@ -247,6 +247,7 @@ do_file(char const *const fname)
case EM_X86_64:
custom_sort = sort_x86_table;
break;
case EM_S390:
case EM_MIPS:
break;
} /* end switch */