r198650 - in /branches/google/gcc-4_8/gcc: conf...

shenhan@gcc.gnu.org shenhan@gcc.gnu.org
Mon May 6 21:18:00 GMT 2013


Author: shenhan
Date: Mon May  6 21:18:22 2013
New Revision: 198650

URL: http://gcc.gnu.org/viewcvs?rev=198650&root=gcc&view=rev
Log:
ARM build (on chrome) is broken. This patch fixed the problem. Tested
by building arm cross compiler successfully.

    * gcc/config/config.cc: Removed duplicated header files which
    causes error in generating gtyp-input.list.

    * gcc/config/arm.md: Most of define_c_enum "unspec" entries
    already defined in undefs.md; all define_c_enum "unspecv" entries
    already defined in undefs.md; merged these 2 enum definitions with
    unspecs.md and removed them from arm.md.

    * gcc/config/unspecs.md: Merged several define_c_enum "unspec"
    entries from arm.md.


Modified:
    branches/google/gcc-4_8/gcc/config.gcc
    branches/google/gcc-4_8/gcc/config/arm/arm.md
    branches/google/gcc-4_8/gcc/config/arm/unspecs.md



More information about the Gcc-cvs mailing list