This is the mail archive of the newlib-cvs@sourceware.org mailing list for the newlib project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[newlib-cygwin] * msp430/crt0.S: Remove watchdog disabling code.


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

commit 23066e1b6469a35dd8627b209e50bcf6745765de
Author: Nick Clifton <nickc@redhat.com>
Date:   Thu Aug 20 17:19:49 2015 +0100

    	* msp430/crt0.S: Remove watchdog disabling code.

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

diff --git a/libgloss/ChangeLog b/libgloss/ChangeLog
index 806205a..7c1be75 100644
--- a/libgloss/ChangeLog
+++ b/libgloss/ChangeLog
@@ -1,3 +1,7 @@
+2015-08-20  Nick Clifton  <nickc@redhat.com>
+
+	* msp430/crt0.S: Remove watchdog disabling code.
+
 2015-08-07 Stefan Wallentowitz <stefan.wallentowitz@tum.de>
 
 	* or1k/boards/optimsoc.S: Fix symbol name
diff --git a/libgloss/msp430/crt0.S b/libgloss/msp430/crt0.S
index 375d476..5c84e7c 100644
--- a/libgloss/msp430/crt0.S
+++ b/libgloss/msp430/crt0.S
@@ -59,8 +59,6 @@ START_CRT_FUNC 0000 start
 #endif
 	mov_	#__stack, R1
 
-	;; Disable watchdog timer.
-	MOV	#0x5a80, &0x15C
 END_CRT_FUNC	start
 #endif


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]