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.
This commit is contained in:
parent
1ed3c86dd7
commit
59a758bd31
|
@ -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>
|
2002-09-27 Jeff Johnston <jjohnstn@redhat.com>
|
||||||
|
|
||||||
* libc/ctype/jp2uc.c: Change to use multiple arrays in jp2uc.h.
|
* libc/ctype/jp2uc.c: Change to use multiple arrays in jp2uc.h.
|
||||||
|
|
|
@ -35,3 +35,4 @@ These are users with general write privileges after getting approval:
|
||||||
|
|
||||||
DJ Delorie dj@redhat.com
|
DJ Delorie dj@redhat.com
|
||||||
Christopher G. Faylor cgf@redhat.com
|
Christopher G. Faylor cgf@redhat.com
|
||||||
|
Jim Wilson wilson@redhat.com
|
||||||
|
|
|
@ -42,16 +42,6 @@ _start:
|
||||||
movhi hi(__gp), r0, gp
|
movhi hi(__gp), r0, gp
|
||||||
movea lo(__gp), gp, 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
|
movhi hi(_edata), r0, r6
|
||||||
movea lo(_edata), r6, r6
|
movea lo(_edata), r6, r6
|
||||||
movhi hi(_end), r0, r7
|
movhi hi(_end), r0, r7
|
||||||
|
|
Loading…
Reference in New Issue