From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 2178) id 371C43858034; Tue, 2 Mar 2021 10:58:18 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 371C43858034 Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: Florian Weimer To: glibc-cvs@sourceware.org Subject: [glibc] elf: Build __dl_iterate_phdr with unwinding support [BZ #27498] X-Act-Checkin: glibc X-Git-Author: Florian Weimer X-Git-Refname: refs/heads/master X-Git-Oldrev: 97e42bd482b62d7b74889be11c98b0bbb4059dcd X-Git-Newrev: e7b2a56192d6852f0a6656b8e1cd8fe23f91d89c Message-Id: <20210302105818.371C43858034@sourceware.org> Date: Tue, 2 Mar 2021 10:58:18 +0000 (GMT) X-BeenThere: glibc-cvs@sourceware.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Glibc-cvs mailing list List-Unsubscribe: , List-Archive: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 02 Mar 2021 10:58:18 -0000 https://sourceware.org/git/gitweb.cgi?p=glibc.git;h=e7b2a56192d6852f0a6656b8e1cd8fe23f91d89c commit e7b2a56192d6852f0a6656b8e1cd8fe23f91d89c Author: Florian Weimer Date: Tue Mar 2 10:46:45 2021 +0100 elf: Build __dl_iterate_phdr with unwinding support [BZ #27498] Diff: --- elf/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/elf/Makefile b/elf/Makefile index 16c89b6d07..6f883c2586 100644 --- a/elf/Makefile +++ b/elf/Makefile @@ -71,7 +71,7 @@ all-rtld-routines = $(rtld-routines) $(sysdep-rtld-routines) CFLAGS-dl-runtime.c += -fexceptions -fasynchronous-unwind-tables CFLAGS-dl-lookup.c += -fexceptions -fasynchronous-unwind-tables -CFLAGS-dl-iterate-phdr.c += $(uses-callbacks) +CFLAGS-dl-iteratephdr.c += $(uses-callbacks) # On targets without __builtin_memset, rtld.c uses a hand-coded loop # in _dl_start. Make sure this isn't turned into a call to regular memset.