]> git.ipfire.org Git - thirdparty/glibc.git/commitdiff
hurd: Remove duplicate symbol version
authorSamuel Thibault <samuel.thibault@ens-lyon.org>
Mon, 28 Aug 2017 12:19:55 +0000 (14:19 +0200)
committerSamuel Thibault <samuel.thibault@ens-lyon.org>
Mon, 28 Aug 2017 12:19:55 +0000 (14:19 +0200)
* hurd/Versions (GLIBC_2.4): Remove __stack_chk_fail.
* mach/Versions (GLIBC_2.4): Remove __stack_chk_fail.

ChangeLog
hurd/Versions
mach/Versions

index 5677c5eb46859ff6cd71da4affcdde3b664612de..2fae663af59ec157bc8f6dfed658a66a24615f07 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -39,8 +39,6 @@
        * hurd/stack_chk_fail_local.c: New file.
        * mach/Machrules ($(interface-library)-routines): Add
        stack_chk_fail_local.
-       * mach/Versions (GLIBC_2.4): Add __stack_chk_fail.
-       * hurd/Versions (GLIBC_2.4): Add __stack_chk_fail.
        * mach/Makefile (CFLAGS-mach_init.o, CFLAGS-RPC_vm_statistics.o,
        CFLAGS-RPC_vm_map.o, CFLAGS-RPC_vm_protect.o,
        CFLAGS-RPC_i386_set_gdt.o, CFLAGS-RPC_i386_set_ldt.o,
index 392b76444a9c5e41dca76a0c5904bf9e9a8ad6a9..77f5b4271e08a527e405f68421b51e7975ac1a40 100644 (file)
@@ -129,10 +129,6 @@ libc {
     # functions used in macros & inline functions
     __errno_location;
   }
-  GLIBC_2.4 {
-    # functions used by RPC stubs
-    __stack_chk_fail;
-  }
 
   HURD_CTHREADS_0.3 {
     # weak refs to libthreads functions that libc calls iff libthreads in use
index 2c0510e07e652c84e82eee919f29d6f544951753..0097aad59bb7ba67fc58b638654a381cc957b50d 100644 (file)
@@ -54,10 +54,6 @@ libc {
     # This was always there, but not exported as it should have been.
     mig_strncpy;
   }
-  GLIBC_2.4 {
-    # functions used by RPC stubs
-    __stack_chk_fail;
-  }
   GLIBC_2.23 {
     __mach_host_self_;
   }