* libc/sys/h8300hms/crt0.S (_start): Fix register sizes in call
to atexit().
This commit is contained in:
parent
c72bff5073
commit
6d7ea52a26
@ -1,3 +1,8 @@
|
|||||||
|
2003-06-24 Richard Sandiford <rsandifo@redhat.com>
|
||||||
|
|
||||||
|
* libc/sys/h8300hms/crt0.S (_start): Fix register sizes in call
|
||||||
|
to atexit().
|
||||||
|
|
||||||
2003-06-20 Jeff Johnston <jjohnstn@redhat.com>
|
2003-06-20 Jeff Johnston <jjohnstn@redhat.com>
|
||||||
|
|
||||||
* configure.host (iq2000): Add tabs.
|
* configure.host (iq2000): Add tabs.
|
||||||
|
@ -50,7 +50,7 @@ _start:
|
|||||||
cmp.l er1,er0
|
cmp.l er1,er0
|
||||||
blo .Loop
|
blo .Loop
|
||||||
#ifdef __ELF__
|
#ifdef __ELF__
|
||||||
mov.l #__fini,r0
|
mov.l #__fini,er0
|
||||||
jsr @_atexit
|
jsr @_atexit
|
||||||
#ifdef __SIMULATOR__
|
#ifdef __SIMULATOR__
|
||||||
jsr @0xcc
|
jsr @0xcc
|
||||||
@ -84,7 +84,7 @@ _start:
|
|||||||
cmp.l er1,er0
|
cmp.l er1,er0
|
||||||
blo .Loop
|
blo .Loop
|
||||||
#ifdef __ELF__
|
#ifdef __ELF__
|
||||||
mov.l #__fini,r0
|
mov.l #__fini,er0
|
||||||
jsr @_atexit
|
jsr @_atexit
|
||||||
#ifdef __SIMULATOR__
|
#ifdef __SIMULATOR__
|
||||||
jsr @0xcc
|
jsr @0xcc
|
||||||
|
Loading…
x
Reference in New Issue
Block a user