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: [ARM] Fix DWARF unwinding breakage


On Oct 17, 2014, at 1:21 AM, Eric Botcazou <ebotcazou@adacore.com> wrote:
> This nevertheless used to work because the blockage insn emitted by the RTL 
> epilogue was acting as a "wild load" but this got broken by Richard's patch

> which removed the "wild load" trick.

> The attached patch fixes the breakage by marking the stores as frame related.

[ thinking out loud ] So, I can’t help but wonder if c6x, mips, nios2 and sh now have the exact same problem (or could if they switched code-gen some)...

> 2014-10-17  Eric Botcazou  <ebotcazou@adacore.com>
> 
> 	* config/arm/arm.c (arm_set_return_address): Mark the store as frame
> 	related, if any.
> 	(thumb_set_return_address): Likewise.


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