This is the mail archive of the crossgcc@sourceware.cygnus.com mailing list for the crossgcc project.

See the CrossGCC FAQ for lots more infromation.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: m68k attribute interrupt


On Wed, Jan 26, 2000 at 11:06:49AM +0200, Kai Ruottu wrote:
> 
>  Here are my patches, derived from the Michael's patches. I changed the save rules to
> follow those now used in the H8/300 port, to handle also the '__attribute__ ((noreturn))'
> and non-leaf functions in ISRs. The stack-pointer may be handled with the available macro 
> 'STACK_POINTER_REGNO (regno)' (I remember the name being this) if needed:

Hm. At least I can reproduce the problem here with my original patch on
egcs-1.1b. Looking at the code, it seems that the entries for the registers
which may be modified by a subroutine call are not set in regs_ever_live,
however, the code that does this is in the generic gcc part, so unless you
patched that, I would guess that you are using a newer gcc and it was fixed
there?

I don't have much time currently, so this may take another month or so until
I get enough time to look at this (and try it on a current gcc).

cu
Michael
-- 
Michael Schwingen, Ahornstrasse 36, 52074 Aachen

------
Want more information?  See the CrossGCC FAQ, http://www.objsw.com/CrossGCC/
Want to unsubscribe? Send a note to crossgcc-unsubscribe@sourceware.cygnus.com


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]