public inbox for newlib-cvs@sourceware.org
help / color / mirror / Atom feed
* [newlib-cygwin] Fix relocation type for _bsssize being R_MSP430X_ABS16 when large memory model is used
@ 2017-04-19 13:04 Corinna Vinschen
  0 siblings, 0 replies; only message in thread
From: Corinna Vinschen @ 2017-04-19 13:04 UTC (permalink / raw)
  To: newlib-cvs

https://sourceware.org/git/gitweb.cgi?p=newlib-cygwin.git;h=161b4ff037fa62a3d9d338333d2ad198b98223e5

commit 161b4ff037fa62a3d9d338333d2ad198b98223e5
Author: Jozef Lawrynowicz <jozef.l@somniumtech.com>
Date:   Wed Apr 19 11:47:13 2017 +0000

    Fix relocation type for _bsssize being R_MSP430X_ABS16 when large memory model is used

Diff:
---
 libgloss/msp430/crt0.S | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/libgloss/msp430/crt0.S b/libgloss/msp430/crt0.S
index 5c84e7c..f5ab8d3 100644
--- a/libgloss/msp430/crt0.S
+++ b/libgloss/msp430/crt0.S
@@ -72,9 +72,9 @@ START_CRT_FUNC 0100 init_bss
 
 	mov_	#__bssstart, R12
 	clr.w	R13
-	mov.w	#__bsssize, R14
+	mov_	#__bsssize, R14
 #ifdef __MSP430X_LARGE__
-	clr.w	R15		; We assume that __bsssize is never > 64M
+	clr.w	R15		; We assume that __bsssize is never > 64K
 #endif
 	call_	#memset


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2017-04-19 13:04 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-04-19 13:04 [newlib-cygwin] Fix relocation type for _bsssize being R_MSP430X_ABS16 when large memory model is used Corinna Vinschen

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).