* [PATCH] nios2: remove one "_" from etext an stext
@ 2011-12-10 13:22 franck.jullien
0 siblings, 0 replies; only message in thread
From: franck.jullien @ 2011-12-10 13:22 UTC (permalink / raw)
To: barebox
From: Franck Jullien <franck.jullien@gmail.com>
common/memory.c now uses _etext and _stext. The nios2 linker
script defines __stext and __etext...
Signed-off-by: Franck Jullien <franck.jullien@gmail.com>
---
arch/nios2/cpu/barebox.lds.S | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/arch/nios2/cpu/barebox.lds.S b/arch/nios2/cpu/barebox.lds.S
index 934eaf7..04bfdf8 100644
--- a/arch/nios2/cpu/barebox.lds.S
+++ b/arch/nios2/cpu/barebox.lds.S
@@ -41,7 +41,7 @@ SECTIONS
. = ALIGN(4);
.text :
{
- __stext = .;
+ _stext = .;
__text = .;
_text = .;
*(.text_entry)
@@ -68,7 +68,7 @@ SECTIONS
__usymtab : { BAREBOX_SYMS }
___usymtab_end = .;
- __etext = .; /* End of text and rodata section */
+ _etext = .; /* End of text and rodata section */
/* INIT DATA sections - "Small" data (see the gcc -G option)
* is always gp-relative. Here we make all init data sections
--
1.7.7
_______________________________________________
barebox mailing list
barebox@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/barebox
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2011-12-10 13:22 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2011-12-10 13:22 [PATCH] nios2: remove one "_" from etext an stext franck.jullien
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox