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]
Other format: [Raw text]

Re: Frame-related delay slot insns


On Tue, May 06, 2003 at 04:23:24PM +0100, Richard Sandiford wrote:
> With my patch we generated:
> 
>         ...some stuff...
> LD1:
> ...
> LDn:
> LB:
>         B
>         D1
>         ...
>         Dn
> 
> but it sounds from what you say like the PA needs:
> 
>         ...some stuff...
> LB:
> LD1:
> ...
> LDn:
>         B
>         D1
>         ...
>         Dn
> 
> instead.

Note that these are equivalent as far as unwind info is concerned,
because all of the L labels are at the same address.



r~


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