mirror of
git://sourceware.org/git/newlib-cygwin.git
synced 2025-02-20 16:01:10 +08:00
* m32c/exit.S: Preserve r1.
This commit is contained in:
parent
7b8b467def
commit
dff8cd7700
@ -1,3 +1,7 @@
|
||||
2006-03-02 DJ Delorie <dj@redhat.com>
|
||||
|
||||
* m32c/exit.S: Preserve r1.
|
||||
|
||||
2006-02-24 Paul Brook <paul@codesourcery.com>
|
||||
|
||||
* arm/redboot-crt0.S: Use cps in Thumb-2 mode.
|
||||
|
@ -34,5 +34,7 @@ SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
|
||||
.global __exit
|
||||
__exit:
|
||||
push.w r1
|
||||
jsr.a __m32c_fini
|
||||
pop.w r1
|
||||
SYSCALL(SYS_exit)
|
||||
|
Loading…
x
Reference in New Issue
Block a user