[PATCH] MIPS: provide __bss_stop in linker script

Antony Pavlov antonynpavlov at gmail.com
Tue Dec 6 05:17:11 EST 2011


Signed-off-by: Antony Pavlov <antonynpavlov at gmail.com>
---
 arch/mips/lib/barebox.lds.S |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/arch/mips/lib/barebox.lds.S b/arch/mips/lib/barebox.lds.S
index 7746ea0..a607284 100644
--- a/arch/mips/lib/barebox.lds.S
+++ b/arch/mips/lib/barebox.lds.S
@@ -71,6 +71,6 @@ SECTIONS
 	. = ALIGN(4);
 	__bss_start = .;
 	.bss : { *(.bss*) }
-	__bss_end = .;
+	__bss_stop = .;
 	_end = .;
 }
-- 
1.7.7.3




More information about the barebox mailing list