public inbox for newlib@sourceware.org
 help / color / mirror / Atom feed
From: Yeting Kuo <eddiekuo@andestech.com>
To: <newlib@sourceware.org>
Subject: [PATCH 1/1] RISC-V: Use __bss_start for the starting point of .bss.
Date: Thu, 4 Feb 2021 15:34:00 +0800	[thread overview]
Message-ID: <20210204073400.14458-1-eddiekuo@andestech.com> (raw)

From: Yeting Kuo <fakepaper56@gmail.com>

It's more flexible for the positions of .bss and .data.
---
 libgloss/riscv/crt0.S | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/libgloss/riscv/crt0.S b/libgloss/riscv/crt0.S
index 160c07853..7a4e4e32c 100644
--- a/libgloss/riscv/crt0.S
+++ b/libgloss/riscv/crt0.S
@@ -27,7 +27,7 @@ _start:
 .option pop
 
   # Clear the bss segment
-  la      a0, _edata
+  la      a0, __bss_start
   la      a2, _end
   sub     a2, a2, a0
   li      a1, 0
-- 
2.17.0


             reply	other threads:[~2021-02-04  7:34 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-02-04  7:34 Yeting Kuo [this message]
2021-02-04  8:18 ` Kito Cheng
2021-02-05  9:36 ` Corinna Vinschen

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=20210204073400.14458-1-eddiekuo@andestech.com \
    --to=eddiekuo@andestech.com \
    --cc=newlib@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).