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:
authorNick Clifton <nickc@redhat.com>2015-08-20 19:19:49 +0300
committerNick Clifton <nickc@redhat.com>2015-08-20 19:19:49 +0300
commit23066e1b6469a35dd8627b209e50bcf6745765de (patch)
treecbcf737409cc7e17db52e70b8ed6c503a5b214d6 /libgloss/msp430
parenta669484b81f1b1b26fbc74c74fba0f2c05b77f5d (diff)
* msp430/crt0.S: Remove watchdog disabling code.
Diffstat (limited to 'libgloss/msp430')
-rw-r--r--libgloss/msp430/crt0.S2
1 files changed, 0 insertions, 2 deletions
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