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:
authorJim Wilson <wilson@redhat.com>2002-09-28 00:26:00 +0400
committerJim Wilson <wilson@redhat.com>2002-09-28 00:26:00 +0400
commit59a758bd3193a83d08ad78e289fbe3266bff09af (patch)
treeba8e09e867b5b434bc5d4f9ed2f3657ff4c48838 /newlib/ChangeLog
parent1ed3c86dd72ba76b9a1048bbd4b756899f803302 (diff)
The v850 does not have a ctbp register.
Add myself to write-after-approval section of MAINTAINERS file. * libc/sys/sysnecv850/crt0.S (start): Delete v850 code for initializing the ctbp register.
Diffstat (limited to 'newlib/ChangeLog')
-rw-r--r--newlib/ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/newlib/ChangeLog b/newlib/ChangeLog
index faab582f2..052e3724e 100644
--- a/newlib/ChangeLog
+++ b/newlib/ChangeLog
@@ -1,3 +1,8 @@
+2002-09-27 Jim Wilson <wilson@redhat.com>
+
+ * libc/sys/sysnecv850/crt0.S (start): Delete v850 code for initializing
+ the ctbp register.
+
2002-09-27 Jeff Johnston <jjohnstn@redhat.com>
* libc/ctype/jp2uc.c: Change to use multiple arrays in jp2uc.h.