From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from smtp-out1.suse.de (smtp-out1.suse.de [IPv6:2001:67c:2178:6::1c]) by sourceware.org (Postfix) with ESMTPS id 5DFE53858D32 for ; Mon, 8 May 2023 14:02:47 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.2 sourceware.org 5DFE53858D32 Authentication-Results: sourceware.org; dmarc=pass (p=none dis=none) header.from=suse.de Authentication-Results: sourceware.org; spf=pass smtp.mailfrom=suse.de Received: from relay2.suse.de (relay2.suse.de [149.44.160.134]) by smtp-out1.suse.de (Postfix) with ESMTP id 8FC4E21F94 for ; Mon, 8 May 2023 14:02:46 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=suse.de; s=susede2_rsa; t=1683554566; h=from:from:reply-to:date:date:message-id:message-id:to:to:cc: mime-version:mime-version:content-type:content-type; bh=fLTocCztVYVSxHuyYuBOvJZvmWi/MYoSXZ7l+kerhyo=; b=0edI+rQDVsNq3QLNeBK3gvE16seADZTsyO/zaN+LFCVP6waFy0zUmZYv2Ig+h/pBIGYwEy 8wpMJQ9rR6ctUVObE7S9OPpoIjijY5vDSnzpO2VdoAXBUpZNA1pQzQQ1l8UgRsUMcvcioi mt4wId1E7R6REwWhgSgHRNzYPEb4xX0= DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=suse.de; s=susede2_ed25519; t=1683554566; h=from:from:reply-to:date:date:message-id:message-id:to:to:cc: mime-version:mime-version:content-type:content-type; bh=fLTocCztVYVSxHuyYuBOvJZvmWi/MYoSXZ7l+kerhyo=; b=43XwDnFVc+mBp0cBhLvVPGNoAttQWEunE8CIWIZSU4tm/aedKO8dIxgapoMuWA6SuGF4GF LLipHCwJnMboXYCw== Received: from hawking.suse.de (unknown [10.168.4.11]) by relay2.suse.de (Postfix) with ESMTP id 8206F2C141 for ; Mon, 8 May 2023 14:02:46 +0000 (UTC) Received: by hawking.suse.de (Postfix, from userid 17005) id 7372B4A039C; Mon, 8 May 2023 16:02:46 +0200 (CEST) From: Andreas Schwab To: libc-alpha@sourceware.org Subject: [PATCH] Remove last remnants of have-protected X-Yow: I'm meditating on the FORMALDEHYDE and the ASBESTOS leaking into my PERSONAL SPACE!! Date: Mon, 08 May 2023 16:02:46 +0200 Message-ID: User-Agent: Gnus/5.13 (Gnus v5.13) MIME-Version: 1.0 Content-Type: text/plain X-Spam-Status: No, score=-9.1 required=5.0 tests=BAYES_00,DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,DKIM_VALID_EF,GIT_PATCH_0,SPF_HELO_NONE,SPF_PASS,TXREP,T_SCC_BODY_TEXT_LINE autolearn=ham autolearn_force=no version=3.4.6 X-Spam-Checker-Version: SpamAssassin 3.4.6 (2021-04-09) on server2.sourceware.org List-Id: --- sysdeps/hppa/Makefile | 3 --- sysdeps/powerpc/powerpc32/Makefile | 3 --- sysdeps/powerpc/powerpc32/libgcc-compat.S | 4 +--- 3 files changed, 1 insertion(+), 9 deletions(-) diff --git a/sysdeps/hppa/Makefile b/sysdeps/hppa/Makefile index 9531504c4b..b7765c31ec 100644 --- a/sysdeps/hppa/Makefile +++ b/sysdeps/hppa/Makefile @@ -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 diff --git a/sysdeps/powerpc/powerpc32/Makefile b/sysdeps/powerpc/powerpc32/Makefile index cf620c8269..1fff5b83bf 100644 --- a/sysdeps/powerpc/powerpc32/Makefile +++ b/sysdeps/powerpc/powerpc32/Makefile @@ -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 diff --git a/sysdeps/powerpc/powerpc32/libgcc-compat.S b/sysdeps/powerpc/powerpc32/libgcc-compat.S index ffa8f0a44a..6beac24039 100644 --- a/sysdeps/powerpc/powerpc32/libgcc-compat.S +++ b/sysdeps/powerpc/powerpc32/libgcc-compat.S @@ -36,20 +36,18 @@ .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" -- 2.40.1 -- Andreas Schwab, SUSE Labs, schwab@suse.de GPG Key fingerprint = 0196 BAD8 1CE9 1970 F4BE 1748 E4D4 88E3 0EEA B9D7 "And now for something completely different."