]> git.ipfire.org Git - thirdparty/gcc.git/commit
* gcc-interface/utils.c: Do not include function.h, pointer-set.h,
authorsteven <steven@138bc75d-0d04-0410-961f-82ee72b054a4>
Tue, 25 May 2010 21:07:40 +0000 (21:07 +0000)
committersteven <steven@138bc75d-0d04-0410-961f-82ee72b054a4>
Tue, 25 May 2010 21:07:40 +0000 (21:07 +0000)
commitf70a50e703363936934dea49045d00f6501a590b
treed951c6e1fbed1de2e618e68b5f954a91e8a9ea2e
parentd817d01d7fc755bdccd5d40f679be086b9ebf592
* gcc-interface/utils.c: Do not include function.h, pointer-set.h,
and gimple.h.  Explain why rtl.h has to be included.
(handle_vector_size_attribute): Call reconstruct_complex_type directly.
* gcc-interface/targtyps.c: Do not include tm_p.h
* gcc-interface/utils2.c: Do not include flags.h.
* gcc-interface/trans.c: Do not include expr.h.  Include rtl.h instead,
and explain why it has to be included.
* gcc-interface/misc.c: Do not include expr.h, libfuncs.h, cgraph.h,
and optabs.h.
Include function.h and explain why.  Explain why except.h is included.
(enumerate_modes): Remove unused function.
* gcc-interface/gigi.h (enumerate_modes): Remove prototype.
* gcc-interface/Make-lang.in: Update dependencies.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@159844 138bc75d-0d04-0410-961f-82ee72b054a4
gcc/ada/ChangeLog
gcc/ada/gcc-interface/Make-lang.in
gcc/ada/gcc-interface/gigi.h
gcc/ada/gcc-interface/misc.c
gcc/ada/gcc-interface/targtyps.c
gcc/ada/gcc-interface/trans.c
gcc/ada/gcc-interface/utils.c
gcc/ada/gcc-interface/utils2.c