Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--libgloss/ChangeLog4
-rw-r--r--libgloss/msp430/crt0.S2
2 files changed, 4 insertions, 2 deletions
diff --git a/libgloss/ChangeLog b/libgloss/ChangeLog
index 806205a5a..7c1be7573 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 375d47639..5c84e7c0b 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