]> git.ipfire.org Git - thirdparty/glibc.git/commitdiff
Remove last remnants of have-protected
authorAndreas Schwab <schwab@suse.de>
Mon, 8 May 2023 13:40:46 +0000 (15:40 +0200)
committerAndreas Schwab <schwab@suse.de>
Mon, 22 May 2023 11:31:04 +0000 (13:31 +0200)
sysdeps/hppa/Makefile
sysdeps/powerpc/powerpc32/Makefile
sysdeps/powerpc/powerpc32/libgcc-compat.S

index 9531504c4bed6d7b52977870bd42c0bfba82a95e..b7765c31ecec351180096d419f58cefcac45f21c 100644 (file)
@@ -30,9 +30,6 @@ endif
 ifeq ($(subdir),csu)
 ifeq (yes,$(build-shared))
 # Compatibility
-ifeq (yes,$(have-protected))
-CPPFLAGS-libgcc-compat.c = -DHAVE_DOT_HIDDEN
-endif
 sysdep_routines += libgcc-compat
 shared-only-routines += libgcc-compat
 endif
index cf620c8269e1acac5805cb8bafaa7f9deb7a26d3..1fff5b83bff6b1e1d53cc7fa248658d24534b7bf 100644 (file)
@@ -35,9 +35,6 @@ CFLAGS-gmon-start.o = -G0
 
 ifeq (yes,$(build-shared))
 # Compatibility
-ifeq (yes,$(have-protected))
-CPPFLAGS-libgcc-compat.S = -DHAVE_DOT_HIDDEN
-endif
 sysdep_routines += libgcc-compat
 shared-only-routines += libgcc-compat
 endif
index ffa8f0a44a07851701195d79184d67a0196d1cef..6beac240391bc9724dcf1902dceb5a60e1b4db2f 100644 (file)
        .symver __floatdisf_v_glibc20,__floatdisf@GLIBC_2.0
 #endif
 
-#ifdef HAVE_DOT_HIDDEN
        .hidden __ashldi3
        .hidden __ashrdi3
        .hidden __lshrdi3
        .hidden __cmpdi2
        .hidden __ucmpdi2
-# if !defined _SOFT_FLOAT && !defined __NO_FPRS__
+#if !defined _SOFT_FLOAT && !defined __NO_FPRS__
        .hidden __fixdfdi
        .hidden __fixsfdi
        .hidden __fixunsdfdi
        .hidden __fixunssfdi
        .hidden __floatdidf
        .hidden __floatdisf
-# endif
 #endif
 
        .section        ".text"