]> git.ipfire.org Git - thirdparty/glibc.git/commitdiff
powerpc: Remove unintended __longjmp symbol from ABI
authorFlorian Weimer <fweimer@redhat.com>
Tue, 29 Nov 2016 09:08:06 +0000 (10:08 +0100)
committerFlorian Weimer <fweimer@redhat.com>
Tue, 29 Nov 2016 09:08:07 +0000 (10:08 +0100)
The __longjmp symbol was left in accidentally.  It is not exported
through a Versions file, but through a .symver assembler directive.

The corresponding exported symbol was removed from the non-fpu
powerpc64 targets in commit 9b9ef823581ecee546653d6ac3fd335f7b79faca.

ChangeLog
sysdeps/powerpc/powerpc32/fpu/__longjmp.S
sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/libc.abilist

index 2d1964573fb79aaa98ed07e27501a157243f0adf..a35e3f9b7116730cc58900903ca00fe09fc6b0d4 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,11 @@
+2016-11-29  Florian Weimer  <fweimer@redhat.com>
+
+       * sysdeps/powerpc/powerpc32/fpu/__longjmp.S (__longjmp): Remove
+       version and turn into strong alias.  Remove compat symbol.
+
+       * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/libc.abilist
+       (__longjmp): Remove.
+
 2016-11-29  Joseph Myers  <joseph@codesourcery.com>
 
        * bits/fp-fast.h: New file.
index 529e0956cc5eb7365cc8b11bdae52146998d233b..c233b8812ecbbb621b1a7056f8855375665fffff 100644 (file)
 # include "__longjmp-common.S"
 
 #else /* IS_IN (libc) */
-/* Build a versioned object for libc.  */
-versioned_symbol (libc, __vmx__longjmp, __longjmp, GLIBC_2_3_4);
+strong_alias (__vmx__longjmp, __longjmp)
 # define __longjmp_symbol  __vmx__longjmp
 # include "__longjmp-common.S"
 
 # if defined SHARED && SHLIB_COMPAT (libc, GLIBC_2_0, GLIBC_2_3_4)
 #  define __NO_VMX__
 #  undef JB_SIZE
-compat_symbol (libc, __novmx__longjmp, __longjmp, GLIBC_2_0);
 #  undef __longjmp_symbol
 #  define __longjmp_symbol  __novmx__longjmp
 #  include "__longjmp-common.S"
index 4b0cde8fafb81e9a38937ecf35aa3d7fe21bd917..4ba31469027910e2dd27547564916ec0d4449498 100644 (file)
@@ -2112,7 +2112,6 @@ GLIBC_2.3.4 GLIBC_2.3.4 A
 GLIBC_2.3.4 __chk_fail F
 GLIBC_2.3.4 __fprintf_chk F
 GLIBC_2.3.4 __gets_chk F
-GLIBC_2.3.4 __longjmp F
 GLIBC_2.3.4 __memcpy_chk F
 GLIBC_2.3.4 __memmove_chk F
 GLIBC_2.3.4 __mempcpy_chk F