diff options
author | Nicholas Piggin <npiggin@gmail.com> | 2016-10-13 01:42:55 -0400 |
---|---|---|
committer | Michael Ellerman <mpe@ellerman.id.au> | 2016-11-13 19:11:51 -0500 |
commit | 5b9ff027859868efd63cdbbff5d30182d4cca50a (patch) | |
tree | 244df148367705df8bb22c0706e2affcb5ce7552 /scripts/sortextable.c | |
parent | 61a92f703120daf7ed25e046275aa8a2d3085ad4 (diff) |
powerpc: Build-time sort the exception table
Signed-off-by: Nicholas Piggin <npiggin@gmail.com>
Signed-off-by: Michael Ellerman <mpe@ellerman.id.au>
Diffstat (limited to 'scripts/sortextable.c')
-rw-r--r-- | scripts/sortextable.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/scripts/sortextable.c b/scripts/sortextable.c index f453b7ce99d6..365a907f98b3 100644 --- a/scripts/sortextable.c +++ b/scripts/sortextable.c | |||
@@ -316,6 +316,8 @@ do_file(char const *const fname) | |||
316 | case EM_S390: | 316 | case EM_S390: |
317 | case EM_AARCH64: | 317 | case EM_AARCH64: |
318 | case EM_PARISC: | 318 | case EM_PARISC: |
319 | case EM_PPC: | ||
320 | case EM_PPC64: | ||
319 | custom_sort = sort_relative_table; | 321 | custom_sort = sort_relative_table; |
320 | break; | 322 | break; |
321 | case EM_ARCOMPACT: | 323 | case EM_ARCOMPACT: |