[PATCH] Fix assembler arguments for -m16

Roger Pau Monne roger.pau@citrix.com
Thu Aug 25 09:36:00 GMT 2016


On Mon, Aug 08, 2016 at 05:28:29PM +0200, Roger Pau Monne wrote:
> On Wed, Jul 20, 2016 at 06:31:57PM +0200, Roger Pau Monne wrote:
> > On Wed, Jul 06, 2016 at 04:18:49PM +0200, Roger Pau Monne wrote:
> > > At the moment the -m16 option only passes the "--32" parameter to the
> > > assembler on glibc OSes, while on other OSes the assembler is called without
> > > any specific flag. This is wrong and causes the assembler to fail. Fix it
> > > by adding support for the -m16 option to x86-64.h.
> > > 
> > > 2016-07-06  Roger Pau Monné  <roger.pau@citrix.com>
> > > 
> > > 	* x86-64.h: append --32 to the assembler options when -m16 is used
> > > 	even on non-glibc OSes.
> > > 
> > > ---
> > > Cc: hjl@gcc.gnu.org
> > > Cc: gerald@FreeBSD.org
> > > ---
> > > This should be backported to all stable branches up to 4.9 (when -m16 was
> > > introduced).
> > > 
> > > Please keep me on Cc since I'm not subscribed to the list, thanks.
> > 
> > Ping?
> 
> Ping x2. Is there anything I'm missing in order to get this reviewed?
> 

And yet another ping (x3).

Thanks, Roger.



More information about the Gcc-patches mailing list