mirror of
git://sourceware.org/git/glibc.git
synced 2025-03-06 20:58:33 +01:00
Remove last remnants of have-protected
This commit is contained in:
parent
368b7c614b
commit
ea08d8dcea
3 changed files with 1 additions and 9 deletions
|
@ -30,9 +30,6 @@ endif
|
||||||
ifeq ($(subdir),csu)
|
ifeq ($(subdir),csu)
|
||||||
ifeq (yes,$(build-shared))
|
ifeq (yes,$(build-shared))
|
||||||
# Compatibility
|
# Compatibility
|
||||||
ifeq (yes,$(have-protected))
|
|
||||||
CPPFLAGS-libgcc-compat.c = -DHAVE_DOT_HIDDEN
|
|
||||||
endif
|
|
||||||
sysdep_routines += libgcc-compat
|
sysdep_routines += libgcc-compat
|
||||||
shared-only-routines += libgcc-compat
|
shared-only-routines += libgcc-compat
|
||||||
endif
|
endif
|
||||||
|
|
|
@ -35,9 +35,6 @@ CFLAGS-gmon-start.o = -G0
|
||||||
|
|
||||||
ifeq (yes,$(build-shared))
|
ifeq (yes,$(build-shared))
|
||||||
# Compatibility
|
# Compatibility
|
||||||
ifeq (yes,$(have-protected))
|
|
||||||
CPPFLAGS-libgcc-compat.S = -DHAVE_DOT_HIDDEN
|
|
||||||
endif
|
|
||||||
sysdep_routines += libgcc-compat
|
sysdep_routines += libgcc-compat
|
||||||
shared-only-routines += libgcc-compat
|
shared-only-routines += libgcc-compat
|
||||||
endif
|
endif
|
||||||
|
|
|
@ -36,20 +36,18 @@
|
||||||
.symver __floatdisf_v_glibc20,__floatdisf@GLIBC_2.0
|
.symver __floatdisf_v_glibc20,__floatdisf@GLIBC_2.0
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#ifdef HAVE_DOT_HIDDEN
|
|
||||||
.hidden __ashldi3
|
.hidden __ashldi3
|
||||||
.hidden __ashrdi3
|
.hidden __ashrdi3
|
||||||
.hidden __lshrdi3
|
.hidden __lshrdi3
|
||||||
.hidden __cmpdi2
|
.hidden __cmpdi2
|
||||||
.hidden __ucmpdi2
|
.hidden __ucmpdi2
|
||||||
# if !defined _SOFT_FLOAT && !defined __NO_FPRS__
|
#if !defined _SOFT_FLOAT && !defined __NO_FPRS__
|
||||||
.hidden __fixdfdi
|
.hidden __fixdfdi
|
||||||
.hidden __fixsfdi
|
.hidden __fixsfdi
|
||||||
.hidden __fixunsdfdi
|
.hidden __fixunsdfdi
|
||||||
.hidden __fixunssfdi
|
.hidden __fixunssfdi
|
||||||
.hidden __floatdidf
|
.hidden __floatdidf
|
||||||
.hidden __floatdisf
|
.hidden __floatdisf
|
||||||
# endif
|
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
.section ".text"
|
.section ".text"
|
||||||
|
|
Loading…
Add table
Reference in a new issue