This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


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

Re: altivec patches


Geoff Keating wrote:
> 
> > Our GCC just sets DWARF_FRAME_REGISTERS to FIRST_PSEUDO_REGISTERS
> > unconditionally, seems to work well enough for non-AltiVec code.
> 
> Can't do that; breaks backwards binary compatibility.  That's why
> DWARF_FRAME_REGISTERS was invented, so people could add registers
> without breaking binary compatibility.

Ah, I see what you're getting at.  So we'll move our definition
to darwin.h.

Stan


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