Instead of bumping ABI for powerpc, disable JUMP_LABEL for powerpc/powerpc64

svn path=/dists/sid/linux/; revision=21337
This commit is contained in:
Ben Hutchings 2014-05-14 00:33:02 +00:00
parent ca9468c09e
commit 99d726c577
6 changed files with 38793 additions and 9 deletions

12763
debian/abi/3.14-1/powerpc_none_powerpc vendored Normal file

File diff suppressed because it is too large Load Diff

12875
debian/abi/3.14-1/powerpc_none_powerpc-smp vendored Normal file

File diff suppressed because it is too large Load Diff

13148
debian/abi/3.14-1/powerpc_none_powerpc64 vendored Normal file

File diff suppressed because it is too large Load Diff

View File

@ -0,0 +1,3 @@
#. Temporary hack to maintain ABI as 3.14.2-1 was built with a compiler
#. version that had broken asm goto... though only with -m64!
# CONFIG_JUMP_LABEL is not set

View File

@ -1,5 +1,6 @@
[abi]
abiname: 1a
ignore-changes:
nf_hooks_needed
[base]
flavours:
@ -16,11 +17,6 @@ configs:
suggests: mkvmlinuz
install-stem: vmlinux
[relations]
# Some compiler change between 4.8.2-14 and -21 caused a ABI change
# for 64-bit kernels. Make sure we consistently build with the new ABI.
gcc-4.8: gcc-4.8 (>= 4.8.2-21)
[powerpc_description]
hardware: uniprocessor 32-bit PowerPC
@ -34,4 +30,4 @@ configs: powerpc/config.powerpc powerpc/config.powerpc-smp
hardware: 64-bit PowerPC
[powerpc64_image]
configs: kernelarch-powerpc/config-arch-64
configs: kernelarch-powerpc/config-arch-64 powerpc/config.powerpc64

View File

@ -12,8 +12,7 @@ suggests: mkvmlinuz
install-stem: vmlinux
[relations]
# Some compiler change between 4.8.2-14 and -21 caused a ABI change
# for 64-bit kernels. Make sure we consistently build with the new ABI.
# This ensures we get asm goto support and avoid an ABI change
gcc-4.8: gcc-4.8 (>= 4.8.2-21)
[powerpc64_description]