mirror of
git://sourceware.org/git/newlib-cygwin.git
synced 2025-01-30 02:50:25 +08:00
* 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>
|
||||
|
||||
* configure.host (iq2000): Add tabs.
|
||||
|
@ -50,7 +50,7 @@ _start:
|
||||
cmp.l er1,er0
|
||||
blo .Loop
|
||||
#ifdef __ELF__
|
||||
mov.l #__fini,r0
|
||||
mov.l #__fini,er0
|
||||
jsr @_atexit
|
||||
#ifdef __SIMULATOR__
|
||||
jsr @0xcc
|
||||
@ -84,7 +84,7 @@ _start:
|
||||
cmp.l er1,er0
|
||||
blo .Loop
|
||||
#ifdef __ELF__
|
||||
mov.l #__fini,r0
|
||||
mov.l #__fini,er0
|
||||
jsr @_atexit
|
||||
#ifdef __SIMULATOR__
|
||||
jsr @0xcc
|
||||
|
Loading…
x
Reference in New Issue
Block a user