[PATCH] add includes in config/tilepro/mul-tables.c and config/tilegx/mul-tables.c

Prathamesh Kulkarni prathamesh.kulkarni@linaro.org
Tue Jan 20 07:14:00 GMT 2015


Hi,
When I committed r219655, I didn't check in tilepro/mul-tables.c since it
was auto-generated from config/tilepro/gen-mul-tables.cc.
Andrew pointed out to me that this causes the files
confi/tilepro/mul-tables.c and config/tilegx/mul-tables.c to show up
in svn diff. The attached patch fixes that by
putting includes in config/tilepro/mul-tables.c in the order they are
present in
config/tilepro/gen-mul-tables.cc.

The patch won't affect the build since they are generated from
gen-mul-tables.cc, the sole point of this patch is to avoid noise in
svn diff, so could this be
considered similar to a doc-fix ?
OK to commit ?

Thanks,
Prathamesh
-------------- next part --------------
2015-01-20  Prathamesh Kulkarni  <prathamesh.kulkarni@linaro.org>

	* config/tilegx/mul-tables.c: Move symtab.h include after coretypes.h include.
	* config/tilepro/mul-tables.c: Add includes hashtab.h, hash-set.h, vec.h,
	machmode.h, tm.h, hard-reg-set.h, input.h, function.h, rtl.h, flags.h, statistics.h,
	double-int.h, real.h, fixed-value.h, alias.h, wide-int.h, inchash.h, tree.h,
	insn-config.h, expmed.h, dojump.h, explow.h, calls.h, emit-rtl.h, varasm.h, stmt.h.
-------------- next part --------------
A non-text attachment was scrubbed...
Name: foo.patch
Type: text/x-patch
Size: 1490 bytes
Desc: not available
URL: <http://gcc.gnu.org/pipermail/gcc-patches/attachments/20150120/8a992882/attachment.bin>


More information about the Gcc-patches mailing list