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 wrote: >> On Fri, Apr 13, 2012 at 7:02 AM, Uros Bizjak wrote: >>> On Fri, Apr 13, 2012 at 12:37 PM, Ilya Enkovich >>> wrote: >>> 2012-04-13  Enkovich Ilya          * config/i386/gnu-user-common.h: New.        * config/i386/gnu-

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 wrote: > On Fri, Apr 13, 2012 at 7:02 AM, Uros Bizjak wrote: >> On Fri, Apr 13, 2012 at 12:37 PM, Ilya Enkovich >> wrote: >> >>> 2012-04-13  Enkovich Ilya   >>> >>>        * config/i386/gnu-user-common.h: New. >>> >>>        * config/i386/gnu-user.h (CPP

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 wrote: > On Fri, Apr 13, 2012 at 12:37 PM, Ilya Enkovich > wrote: > >> 2012-04-13  Enkovich Ilya   >> >>        * config/i386/gnu-user-common.h: New. >> >>        * config/i386/gnu-user.h (CPP_SPEC): Moved to >>        gnu-user-common.h. >>        (CC

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 wrote: > 2012-04-13  Enkovich Ilya   > >        * config/i386/gnu-user-common.h: New. > >        * config/i386/gnu-user.h (CPP_SPEC): Moved to >        gnu-user-common.h. >        (CC1_SPEC): Likewise. >        (ENDFILE_SPEC): Likewise. >        (DE

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 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 >>> gnu-u

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 >

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 > specif

[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 part of