On Tue, Apr 24, 2012 at 3:44 PM, Ilya Enkovich <enkovich....@gmail.com> wrote: >> On Tue, Apr 24, 2012 at 2:54 PM, Ilya Enkovich <enkovich....@gmail.com> >> wrote: >>> Hello, >>> >>> here is a port of Android support patch >>> (http://gcc.gnu.org/ml/gcc-patches/2012-04/msg00944.html) for 4.7 >>> branch. Is it OK? >> >> This kind of re-org is not appropriate for the branch. > > Could you please specify what exactly is wrong with it? Do you mean > adding linux-common.h?
The 4.7 branch is restricted to fixing regression bugs. This does not appear to fix a bug nor a regression but adds a feature. Richard. > Ilya >> >> Thanks, >> Richard. >> >>> Bootstrap and check passed on linux-x86_64. >>> >>> Thanks, >>> Ilya >>> --- >>> 2012-04-24 Enkovich Ilya <ilya.enkov...@intel.com> >>> >>> * config/i386/linux-common.h: New. >>> >>> * config.gcc: Add i386/linux-common.h before >>> all i386/linux.h and i386/linux64.h usages. >>> >>> * config/i386/gnu-user.h (GNU_USER_TARGET_LINK_SPEC): New. >>> (LINK_SPEC): Use GNU_USER_TARGET_LINK_SPEC. >>> (GNU_USER_TARGET_CC1_SPEC): New. >>> (CC1_SPEC): Use GNU_USER_TARGET_CC1_SPEC. >>> (GNU_USER_TARGET_MATHFILE_SPEC): New. >>> (ENDFILE_SPEC): Use GNU_USER_TARGET_MATHFILE_SPEC. >>> >>> * config/i386/gnu-user64.h: Likewise.