On 2013-04-24 19:11 , Han Shen(沈涵) wrote:
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.
Ok for branch google/gcc-4_8?
OK. The ChangeLog entry is not necessary. Please add that content in
the svn commit message.
Diego.