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 + + * libc/sys/sysnecv850/crt0.S (start): Delete v850 code for initializing + the ctbp register. + 2002-09-27 Jeff Johnston * libc/ctype/jp2uc.c: Change to use multiple arrays in jp2uc.h. diff --git a/newlib/MAINTAINERS b/newlib/MAINTAINERS index 6e2e9f0e2..2cd300d6a 100644 --- a/newlib/MAINTAINERS +++ b/newlib/MAINTAINERS @@ -35,3 +35,4 @@ These are users with general write privileges after getting approval: DJ Delorie dj@redhat.com Christopher G. Faylor cgf@redhat.com +Jim Wilson wilson@redhat.com diff --git a/newlib/libc/sys/sysnecv850/crt0.S b/newlib/libc/sys/sysnecv850/crt0.S index 15d94dc3c..e988bad46 100644 --- a/newlib/libc/sys/sysnecv850/crt0.S +++ b/newlib/libc/sys/sysnecv850/crt0.S @@ -42,16 +42,6 @@ _start: movhi hi(__gp), r0, gp movea lo(__gp), gp, gp - /* Initialise the call table base pointer. - We do this even though we are supposedly - assembling this file for the v850 as this - allows us to use the same binary for all - versions of the v850 architecture. */ - - movhi hi(__ctbp), r0, r6 - movea lo(__ctbp), r6, r6 - ldsr r6, ctbp - movhi hi(_edata), r0, r6 movea lo(_edata), r6, r6 movhi hi(_end), r0, r7