[PATCH 1/8] or1k: Callee-saved registers for permanent data

Jeff Johnston jjohnstn@redhat.com
Wed May 27 02:11:00 GMT 2015


All 8 patches have been pushed to master.

Regards,

-- Jeff J.

----- Original Message -----
From: "Stefan Wallentowitz" <stefan.wallentowitz@tum.de>
To: newlib@sourceware.org
Sent: Sunday, May 17, 2015 10:53:29 AM
Subject: [PATCH 1/8] or1k: Callee-saved registers for permanent data

Hi all,

this is the first of a set of patches for the or1k libgloss, essentially
some small bug fixes.

Thanks in advance!

Best,
Stefan

During interrupt handling the PICSR, table pointers and current
interrupt line have been saved in incorrect registers and/or stored on
the stack.

Save the pointer in r16/r18, PICSR in r20 and the current interrupt
line in r22. Those are callee-saved registers, so that the register
values will be preserved.

libgloss/Changelog:
    * or1k/interruts-asm.S: Change registers to callee-saved



More information about the Newlib mailing list