PATCH: Check ia32 instead of ilp32

2011-11-14 Thread H.J. Lu
Hi, ilp32 includes both x32 and ia32. -march=i486 only applies to ia32. I checked in this patch to check ia32 instead of ilp32. H.J. --- Index: ChangeLog === --- ChangeLog (revision 181359) +++ ChangeLog (working copy) @@ -1,3

PATCH: Check ia32 instead of ilp32

2011-09-10 Thread H.J. Lu
Hi, On x86, x32 PIC is the same as 64bit PIC. This patch checks ia32 instead of ilp32. Tested on Linux/x86-64 with -m32, -m64 and -mx32. OK for trunk? Thanks. H.J. --- 2011-09-10 H.J. Lu hongjiu...@intel.com * gcc.dg/sibcall-6.c: Check ia32 instead of ilp32. diff --git

Re: PATCH: Check ia32 instead of ilp32

2011-09-10 Thread Uros Bizjak
On Sat, Sep 10, 2011 at 9:02 PM, H.J. Lu hongjiu...@intel.com wrote: On x86, x32 PIC is the same as 64bit PIC.  This patch checks ia32 instead of ilp32.  Tested on Linux/x86-64 with -m32, -m64 and -mx32.  OK for trunk? Thanks. H.J. --- 2011-09-10  H.J. Lu  hongjiu...@intel.com