public inbox for libc-alpha@sourceware.org
 help / color / mirror / Atom feed
From: Adhemerval Zanella <adhemerval.zanella@linaro.org>
To: libc-alpha@sourceware.org
Subject: [COMMITTED 3/7] ia64: Fix brk call on statup
Date: Thu, 28 Jan 2021 14:07:41 -0300	[thread overview]
Message-ID: <20210128170745.1250260-3-adhemerval.zanella@linaro.org> (raw)
In-Reply-To: <20210128170745.1250260-1-adhemerval.zanella@linaro.org>

brk used by statup before TCB is properly set, so we can't use
IA64_USE_NEW_STUB.

This patch fixes a regression introduced by 720480934ab910.

Checked on ia64-linux-gnu.
---
 sysdeps/unix/sysv/linux/ia64/brk.c | 22 ++++++++++++++++++++++
 1 file changed, 22 insertions(+)
 create mode 100644 sysdeps/unix/sysv/linux/ia64/brk.c

diff --git a/sysdeps/unix/sysv/linux/ia64/brk.c b/sysdeps/unix/sysv/linux/ia64/brk.c
new file mode 100644
index 0000000000..cf2c5bd667
--- /dev/null
+++ b/sysdeps/unix/sysv/linux/ia64/brk.c
@@ -0,0 +1,22 @@
+/* brk system call for Linux/ia64.
+   Copyright (C) 2021 Free Software Foundation, Inc.
+   This file is part of the GNU C Library.
+
+   The GNU C Library is free software; you can redistribute it and/or
+   modify it under the terms of the GNU Lesser General Public
+   License as published by the Free Software Foundation; either
+   version 2.1 of the License, or (at your option) any later version.
+
+   The GNU C Library is distributed in the hope that it will be useful,
+   but WITHOUT ANY WARRANTY; without even the implied warranty of
+   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
+   Lesser General Public License for more details.
+
+   You should have received a copy of the GNU Lesser General Public
+   License along with the GNU C Library; if not, see
+   <https://www.gnu.org/licenses/>.  */
+
+#include <dl-sysdep.h>
+/* brk is used by statup before TCB is properly set.  */
+#undef USE_DL_SYSINFO
+#include <sysdeps/unix/sysv/linux/brk.c>
-- 
2.25.1


  parent reply	other threads:[~2021-01-28 17:07 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-01-28 17:07 [COMMITTED 1/7] Update alpha libm-test-ulps Adhemerval Zanella
2021-01-28 17:07 ` [COMMITTED 2/7] Update sparc libm-test-ulps Adhemerval Zanella
2021-01-28 17:07 ` Adhemerval Zanella [this message]
2021-01-28 17:07 ` [COMMITTED 4/7] sh: Update libm-tests-ulps Adhemerval Zanella
2021-01-28 17:07 ` [COMMITTED 5/7] Update ia64 libm-test-ulps Adhemerval Zanella
2021-01-28 17:07 ` [COMMITTED 6/7] Update libc.pot for 2.33 release Adhemerval Zanella
2021-01-28 17:07 ` [COMMITTED 7/7] Update translations Adhemerval Zanella

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20210128170745.1250260-3-adhemerval.zanella@linaro.org \
    --to=adhemerval.zanella@linaro.org \
    --cc=libc-alpha@sourceware.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).