* mips.c: Don't include output.h twice.
* stormy16.c: Likewise.
* xtensa.c: Likewise.
* output.h: Protect against multiple inclusion.
From-SVN: r67330
+2003-06-02 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
+
+ * mips.c: Don't include output.h twice.
+ * stormy16.c: Likewise.
+ * xtensa.c: Likewise.
+ * output.h: Protect against multiple inclusion.
+
2003-06-02 J"orn Rennecke <joern.rennecke@superh.com>
* sh.h (OLD_ARG_MODE): New macro.
#include "expr.h"
#include "flags.h"
#include "reload.h"
-#include "output.h"
#include "tm_p.h"
#include "ggc.h"
#include "gstab.h"
#include "tree.h"
#include "expr.h"
#include "optabs.h"
-#include "output.h"
#include "except.h"
#include "function.h"
#include "target.h"
#include "function.h"
#include "toplev.h"
#include "optabs.h"
-#include "output.h"
#include "libfuncs.h"
#include "ggc.h"
#include "target.h"
Software Foundation, 59 Temple Place - Suite 330, Boston, MA
02111-1307, USA. */
+#ifndef GCC_OUTPUT_H
+#define GCC_OUTPUT_H
+
/* Compute branch alignments based on frequency information in the CFG. */
extern void compute_alignments PARAMS ((void));
struct rtx_def *));
extern int default_address_cost PARAMS ((rtx));
+
+#endif /* ! GCC_OUTPUT_H */