]> git.proxmox.com Git - mirror_ubuntu-bionic-kernel.git/blobdiff - scripts/sortextable.c
powerpc: Build-time sort the exception table
[mirror_ubuntu-bionic-kernel.git] / scripts / sortextable.c
index f453b7ce99d66a66ebd7d8981b6eeaa8269da442..365a907f98b3dac8653d1a6d3812fc2d7890ef29 100644 (file)
@@ -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: