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: [PATCH] First attempt at unwind epilogue support for powerpc{,64} (take 2)


On Fri, Jun 05, 2009 at 12:05:14PM -0700, Michael Eager wrote:
> This causes the build of newlib for powerpc-eabi to fail.

Didn't know newlib uses this header.

> auto-host.h is included even when HAVE_GAS_CFI_DIRECTIVE
> is not defined.
>
> Here's a possible fix:

That's wrong, auto-host.h is included to get the HAVE_GAS_CFI_DIRECTIVE
definition (or not).

Nathan Froyd checked in a different fix (guard with IN_GCC), alternatively
we could move this stuff to a new, non-installed header and just include
it by the 6 .asm files.  All I wanted is avoid duplicating it
in all the 6 .asm files...

	Jakub


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