Commit 16702e19 by Nathan Froyd Committed by Nathan Froyd

ppc-asm.h: Protect auto-host.h inclusion and CFI_* definitions with IN_GCC.

	* config/rs6000/ppc-asm.h: Protect auto-host.h inclusion and
	CFI_* definitions with IN_GCC.

From-SVN: r148221
parent a735afd1
2009-06-05 Nathan Froyd <froydnj@codesourcery.com>
* config/rs6000/ppc-asm.h: Protect auto-host.h inclusion and
CFI_* definitions with IN_GCC.
2009-06-05 David Edelsohn <edelsohn@gnu.org>
* xcoffout.h (xcoffout_source_line): Update prototype.
......
......@@ -196,6 +196,7 @@ GLUE(.L,name): \
.size FUNC_NAME(name),GLUE(.L,name)-FUNC_NAME(name)
#endif
#ifdef IN_GCC
/* For HAVE_GAS_CFI_DIRECTIVE. */
#include "auto-host.h"
......@@ -212,6 +213,7 @@ GLUE(.L,name): \
# define CFI_DEF_CFA_REGISTER(reg)
# define CFI_RESTORE(reg)
#endif
#endif
#if defined __linux__ && !defined __powerpc64__
.section .note.GNU-stack
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment