OSDN Git Service

PR c++/14607
[pf3gnuchains/gcc-fork.git] / gcc / config / pa / pa.h
index 9e259f3..80f70de 100644 (file)
@@ -430,6 +430,12 @@ do {                                                               \
 #define CAN_DEBUG_WITHOUT_FP
 \f
 /* target machine storage layout */
+typedef struct machine_function GTY(())
+{
+  /* Flag indicating that a .NSUBSPA directive has been output for
+     this function.  */
+  int in_nsubspa;
+} machine_function;
 
 /* Define this macro if it is advisable to hold scalars in registers
    in a wider mode than that declared by the program.  In such cases,