On Wed, Feb 12, 2014 at 12:20 AM, Uros Bizjak <ubiz...@gmail.com> wrote: > On Tue, Feb 11, 2014 at 9:41 PM, H.J. Lu <hjl.to...@gmail.com> wrote: > >>>>>> HAVE_AS_GOTOFF_IN_DATA defines a 32-bit assembler feature, we need to >>>>>> pass --32 to assembler. Otherwise, we get the wrong result on x86-64. >>>>>> We already pass --32 to assembler on x86. It should be OK to do it >>>>>> in configure. OK for trunk? >>>>> >>>>> This would break Solaris/x86 with as configurations, where this test >>>>> currently passes, but would fail since as doesn't understand --32. >>>>> >>>> >>>> How about passing --32 to as only for Linux? OK to install? >>> >>> I'd rather do it for gas instead, which can be used on non-Linux >>> systems, too. >>> >> >> Sure. Here is the new patch. OK to install? > > Attached is slightly changed patch that follows established > configure.ac code formatting. Please check if this version works for > you. > > The patch is OK for mainline and release branches. >
I checked it into trunk and will backport it later. Thanks. -- H.J.