mirror of
https://github.com/Fishwaldo/Star64_linux.git
synced 2025-06-20 21:51:05 +00:00
powerpc: Build-time sort the exception table
Signed-off-by: Nicholas Piggin <npiggin@gmail.com> Signed-off-by: Michael Ellerman <mpe@ellerman.id.au>
This commit is contained in:
parent
61a92f7031
commit
5b9ff02785
3 changed files with 3 additions and 4 deletions
|
@ -316,6 +316,8 @@ do_file(char const *const fname)
|
|||
case EM_S390:
|
||||
case EM_AARCH64:
|
||||
case EM_PARISC:
|
||||
case EM_PPC:
|
||||
case EM_PPC64:
|
||||
custom_sort = sort_relative_table;
|
||||
break;
|
||||
case EM_ARCOMPACT:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue