Re: [PATCH, i386] Move common definitions of gnu-user.h and gnu-user64.h to separate file

2012-04-13 Thread Uros Bizjak
Hello! Here is a patch which creates new gnu-user-common.h file and moves all common gnu-user.h and gnu-user64.h definitions to this new file. New file is required to avoid duplication of Android specific changes in gnu-user.h and gnu-user64.h. This patch is actually a non Android specific

Re: [PATCH, i386] Move common definitions of gnu-user.h and gnu-user64.h to separate file

2012-04-13 Thread Ilya Enkovich
Hello! Here is a patch which creates new gnu-user-common.h file and moves all common gnu-user.h and gnu-user64.h definitions to this new file. New file is required to avoid duplication of Android specific changes in gnu-user.h and gnu-user64.h. This patch is actually a non Android specific

Re: [PATCH, i386] Move common definitions of gnu-user.h and gnu-user64.h to separate file

2012-04-13 Thread Richard Guenther
On Fri, Apr 13, 2012 at 12:37 PM, Ilya Enkovich enkovich@gmail.com wrote: Hello! Here is a patch which creates new gnu-user-common.h file and moves all common gnu-user.h and gnu-user64.h definitions to this new file. New file is required to avoid duplication of Android specific changes in

Re: [PATCH, i386] Move common definitions of gnu-user.h and gnu-user64.h to separate file

2012-04-13 Thread Uros Bizjak
On Fri, Apr 13, 2012 at 12:37 PM, Ilya Enkovich enkovich@gmail.com wrote: 2012-04-13  Enkovich Ilya  ilya.enkov...@intel.com        * config/i386/gnu-user-common.h: New.        * config/i386/gnu-user.h (CPP_SPEC): Moved to        gnu-user-common.h.        (CC1_SPEC): Likewise.        

Re: [PATCH, i386] Move common definitions of gnu-user.h and gnu-user64.h to separate file

2012-04-13 Thread H.J. Lu
On Fri, Apr 13, 2012 at 7:02 AM, Uros Bizjak ubiz...@gmail.com wrote: On Fri, Apr 13, 2012 at 12:37 PM, Ilya Enkovich enkovich@gmail.com wrote: 2012-04-13  Enkovich Ilya  ilya.enkov...@intel.com        * config/i386/gnu-user-common.h: New.        * config/i386/gnu-user.h (CPP_SPEC):

Re: [PATCH, i386] Move common definitions of gnu-user.h and gnu-user64.h to separate file

2012-04-13 Thread H.J. Lu
On Fri, Apr 13, 2012 at 7:34 AM, H.J. Lu hjl.to...@gmail.com wrote: On Fri, Apr 13, 2012 at 7:02 AM, Uros Bizjak ubiz...@gmail.com wrote: On Fri, Apr 13, 2012 at 12:37 PM, Ilya Enkovich enkovich@gmail.com wrote: 2012-04-13  Enkovich Ilya  ilya.enkov...@intel.com        *

Re: [PATCH, i386] Move common definitions of gnu-user.h and gnu-user64.h to separate file

2012-04-13 Thread Ilya Enkovich
On Fri, Apr 13, 2012 at 7:34 AM, H.J. Lu hjl.to...@gmail.com wrote: On Fri, Apr 13, 2012 at 7:02 AM, Uros Bizjak ubiz...@gmail.com wrote: On Fri, Apr 13, 2012 at 12:37 PM, Ilya Enkovich enkovich@gmail.com wrote: 2012-04-13  Enkovich Ilya  ilya.enkov...@intel.com        *