From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-oo1-xc44.google.com (mail-oo1-xc44.google.com [IPv6:2607:f8b0:4864:20::c44]) by sourceware.org (Postfix) with ESMTPS id 9CC663870854 for ; Tue, 24 Nov 2020 13:42:00 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.3.2 sourceware.org 9CC663870854 Received: by mail-oo1-xc44.google.com with SMTP id i30so2569435ooh.9 for ; Tue, 24 Nov 2020 05:42:00 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to:cc; bh=5RHP2GLxVvqJRiP85zK1Dm5o4o15CWWu2GB0RL8PKIA=; b=SWWS3i2x7Tlv0a6qIAbVM56hj/R5kwlaqj6FuqCt2elvR4tP6oZHezNlPlOa7GAS2x gPWnWjzNZteui82Am+ARaWarvLYGh9ajTa+epf6e9qQhHj82TiFTf4jI0H+MISyEMMei 6oRUPPxihQKO3zrRO+vZppSWwG2vt58K7bELHXnYgKKC6H+vLV90iVqWzXVDID0qy5Yr CbNKBcrX94yG89DscMwqLT1+ZqsM18u4hCNd5nUUXedmP1Nt6YR9QpuoLuC4mT21EsOy EA20O2B74APnUHJT03amafi7Ql+8XkgE2bDToJ9Dejs9UHn7vjuy2+SvSVpIgxZFqknV 7duw== X-Gm-Message-State: AOAM532zZtmaMu4CpwsM0EtxLRGs1Dzu+cFrcCCwMsJyUQsEF9lUc5rR JrCeeNh5PcfORB12I1HeNq8yJORpG28d3PTH/LgujC/lLf4= X-Google-Smtp-Source: ABdhPJw7BzseBVvvdgkkWvQxLEqMDZwJ/A5siWIIsWbHHf7xsEU+BFpCYbjUjk9KUAy6ipH8Ki4BjmLdV+AM0uvd8NI= X-Received: by 2002:a4a:6459:: with SMTP id d25mr3283892oof.35.1606225320057; Tue, 24 Nov 2020 05:42:00 -0800 (PST) MIME-Version: 1.0 References: In-Reply-To: From: "H.J. Lu" Date: Tue, 24 Nov 2020 05:41:24 -0800 Message-ID: Subject: Re: [PATCH] Turn ___brk_addr into a compat symbol To: Andreas Schwab Cc: GNU C Library Content-Type: text/plain; charset="UTF-8" X-Spam-Status: No, score=-3031.2 required=5.0 tests=BAYES_00, DKIM_SIGNED, DKIM_VALID, DKIM_VALID_AU, DKIM_VALID_EF, FREEMAIL_FROM, RCVD_IN_DNSWL_NONE, SPF_HELO_NONE, SPF_PASS, TXREP autolearn=ham autolearn_force=no version=3.4.2 X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) 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, 24 Nov 2020 13:42:01 -0000 On Tue, Nov 24, 2020 at 5:35 AM Andreas Schwab wrote: > > At least since GCC 2.95 the ___brk_addr symbol has only been needed on > i386-linux. The architectures added later do not need to define it any > more. This includes all current users of .../generic/brk.c, plus ia64 and > microblaze. GCC 3.1 finally removed that reference even for i386-linux. Do any targets, except for i386-linux, ever reference this symbol? -- H.J.