From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-ot1-x32e.google.com (mail-ot1-x32e.google.com [IPv6:2607:f8b0:4864:20::32e]) by sourceware.org (Postfix) with ESMTPS id 1935B3858405 for ; Tue, 9 Nov 2021 23:14:52 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.1 sourceware.org 1935B3858405 Received: by mail-ot1-x32e.google.com with SMTP id u18-20020a9d7212000000b00560cb1dc10bso1032278otj.11 for ; Tue, 09 Nov 2021 15:14:52 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:content-transfer-encoding:from:mime-version :subject:date:message-id:references:cc:in-reply-to:to; bh=zag6dv3tMEogw7C4MvdCvNuLobpQ+f/97cnmW3kHvl0=; b=qr8evMtgY3JtSSKZSV7uMb9AiMk/R1m9LfBKjp6q3qGarx9KZA3mSUwp28mwQ7DkUi WS+hyv6UvofvbUuWmPP5OF5LeJ6yzQZUZVrXAWDs90xvI3fjjnCB47oFbXh9zu5v5TxW xfVDDLDU/4alZqhpQnjqdbBlixBclE6mvHidjZPQxw8dcmyp/5dwS1ftIvypekizq0yM Z6On4sD/0+avnJqoYojQVdnwfWcPA9qOhszF7CGQpkZvuy/ZYW7kGN2R9yGO0sKv0DaF UJ1UqxxUcmUkOpOmlhT9SD61j3DAdS+TzFUioem36jzGfcAqxs1AZCmRVMHUG8+TLb/6 8q/Q== X-Gm-Message-State: AOAM533+bJEDMuLgNa59ly+2CEDmMnt/zwRDEilgHyifHSHwMc/kMWOl P1mq5ekDor/sbT+nb4BXbCtibp9V4ZTDkw== X-Google-Smtp-Source: ABdhPJy4JrfAeaaye06gjBSzJ80RP14YBmHxTXcmK+vBeL66ivfoGxlSiA6JUdCXk30A5i1EDL/lng== X-Received: by 2002:a9d:37a5:: with SMTP id x34mr9641992otb.2.1636499691277; Tue, 09 Nov 2021 15:14:51 -0800 (PST) Received: from smtpclient.apple ([2804:431:c7cb:55a:fc4f:f7cc:20bb:4f3b]) by smtp.gmail.com with ESMTPSA id w71sm2246334oiw.6.2021.11.09.15.14.50 (version=TLS1_3 cipher=TLS_AES_128_GCM_SHA256 bits=128/128); Tue, 09 Nov 2021 15:14:51 -0800 (PST) Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable From: Adhemerval Zanella Mime-Version: 1.0 (1.0) Subject: Re: [PATCH v2] elf: Use the minimal malloc on tunables_strdup Date: Tue, 9 Nov 2021 20:14:49 -0300 Message-Id: <3BE00DFC-A725-4B79-9DC5-0BDB4DFA59CD@linaro.org> References: Cc: Siddhesh Poyarekar , libc-alpha@sourceware.org, DJ Delorie In-Reply-To: To: Joseph Myers X-Mailer: iPhone Mail (19A404) X-Spam-Status: No, score=-5.3 required=5.0 tests=BAYES_00, DKIM_SIGNED, DKIM_VALID, DKIM_VALID_AU, DKIM_VALID_EF, RCVD_IN_DNSWL_NONE, SPF_HELO_NONE, SPF_PASS, TXREP, T_FILL_THIS_FORM_SHORT autolearn=unavailable autolearn_force=no version=3.4.4 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on server2.sourceware.org X-BeenThere: libc-alpha@sourceware.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Libc-alpha mailing list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 09 Nov 2021 23:14:55 -0000 > On 9 Nov 2021, at 20:09, Joseph Myers wrote: >=20 > =EF=BB=BFThis seems to have caused build failures for many architectures (= plus a=20 > localplt test failure for i686-gnu, "Missing required PLT reference:=20 > ld.so: __sbrk"). >=20 > https://sourceware.org/pipermail/libc-testresults/2021q4/008843.html >=20 > alpha-linux-gnu seems representative of the build failures: >=20 > dl-minimal.c: In function '__chk_fail': > dl-minimal.c:168:3: error: implicit declaration of function '_exit' [-Werr= or=3Dimplicit-function-declaration] > 168 | _exit (127); > | ^~~~~ > dl-minimal.c:168:3: error: incompatible implicit declaration of built-in f= unction '_exit' [-Werror=3Dbuiltin-declaration-mismatch] > In file included from : > dl-minimal.c: At top level: > ./../include/libc-symbols.h:549:33: error: '__EI___libc_fatal' aliased to u= ndefined symbol '__GI___libc_fatal' > 549 | extern thread __typeof (name) __EI_##name \ > | ^~~~~ > ./../include/libc-symbols.h:545:3: note: in expansion of macro '__hidden_v= er2' > 545 | __hidden_ver2 (, local, internal, name) > | ^~~~~~~~~~~~~ > ./../include/libc-symbols.h:554:41: note: in expansion of macro '__hidden_= ver1' > 554 | # define hidden_def(name) __hidden_ver1(__GI_##name, n= ame, name); > | ^~~~~~~~~~~~~ > ./../include/libc-symbols.h:646:32: note: in expansion of macro 'hidden_de= f' > 646 | # define rtld_hidden_def(name) hidden_def (name) > | ^~~~~~~~~~ > dl-minimal.c:162:1: note: in expansion of macro 'rtld_hidden_def' > 162 | rtld_hidden_def (__libc_fatal) > | ^~~~~~~~~~~~~~~ >=20 I will take care of it.=