4
0
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:
Richard Sandiford 2003-06-24 18:13:35 +00:00
parent c72bff5073
commit 6d7ea52a26
2 changed files with 7 additions and 2 deletions

View File

@ -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.

View File

@ -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