mail archive of the barebox mailing list
 help / color / mirror / Atom feed
From: Antony Pavlov <antonynpavlov@gmail.com>
To: barebox@lists.infradead.org
Subject: [PATCH 4/5] MIPS: barebox.lds.S: put .text_entry contents after _stext and _text
Date: Fri,  5 May 2017 14:34:34 +0300	[thread overview]
Message-ID: <20170505113435.19928-5-antonynpavlov@gmail.com> (raw)
In-Reply-To: <20170505113435.19928-1-antonynpavlov@gmail.com>

Signed-off-by: Antony Pavlov <antonynpavlov@gmail.com>
---
 arch/mips/lib/barebox.lds.S | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/arch/mips/lib/barebox.lds.S b/arch/mips/lib/barebox.lds.S
index cc214920e3..899f62b968 100644
--- a/arch/mips/lib/barebox.lds.S
+++ b/arch/mips/lib/barebox.lds.S
@@ -27,9 +27,9 @@ SECTIONS
 	. = ALIGN(4);
 	.text      :
 	{
-		*(.text_entry*)
 		_stext = .;
 		_text = .;
+		*(.text_entry*)
 		__bare_init_start = .;
 		*(.text_bare_init*)
 		__bare_init_end = .;
-- 
2.11.0


_______________________________________________
barebox mailing list
barebox@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/barebox

  parent reply	other threads:[~2017-05-05 11:35 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-05-05 11:34 [PATCH 0/5] MIPS: start*.S and barebox.lds.S fixups Antony Pavlov
2017-05-05 11:34 ` [PATCH 1/5] MIPS: start*.S: drop redundant .text Antony Pavlov
2017-05-05 11:34 ` [PATCH 2/5] MIPS: barebox.lds.S: drop unneeded '_start = .' Antony Pavlov
2017-05-05 11:34 ` [PATCH 3/5] MIPS: barebox.lds.S: remove unused got Antony Pavlov
2017-05-05 11:34 ` Antony Pavlov [this message]
2017-05-05 11:34 ` [PATCH 5/5] MIPS: start.S: put entry code into the ".text_entry" section Antony Pavlov
2017-05-08 11:41 ` [PATCH 0/5] MIPS: start*.S and barebox.lds.S fixups Sascha Hauer

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=20170505113435.19928-5-antonynpavlov@gmail.com \
    --to=antonynpavlov@gmail.com \
    --cc=barebox@lists.infradead.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