Hello,

m32c-pragma.c doesn't need the includes that the patch below removes.

Tested with a cross from powerpc64-unknown-linux-gnu to m32c-elf.
Will commit as obvious unless someone objects.

Ciao!
Steven

        * config/m32c/m32c-pragma.c: Remove unnecessary includes.

Index: config/m32c/m32c-pragma.c
===================================================================
--- config/m32c/m32c-pragma.c   (revision 188820)
+++ config/m32c/m32c-pragma.c   (working copy)
@@ -27,13 +27,7 @@
 #include "c-family/c-common.h"
 #include "diagnostic-core.h"
 #include "cpplib.h"
-#include "hard-reg-set.h"
-#include "output.h"
 #include "m32c-protos.h"
-#include "function.h"
-#define MAX_RECOG_OPERANDS 10
-#include "reload.h"
-#include "target.h"

 /* Implements the "GCC memregs" pragma.  This pragma takes only an
    integer, and is semantically identical to the -memregs= command

Reply via email to