On Sat, Jun 3, 2017 at 8:28 AM, Andreas Schwab wrote: > On Jun 03 2017, "H.J. Lu" wrote: > >> X32 inherits LO_HI_LONG from x86-64. If we change x86-64 >> LO_HI_LONG, x32 needs to redefine LO_HI_LONG. > > Your LO_HI_LONG_FLAGS doesn't work for x32 either. > My patch redefined LO_HI_LONG_FLAGS for x32. Here is an alternate patch which defines different LO_HI_LONGs for x86-64 and x32. Tested on x86-64 and x32. -- H.J.