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....@citrix.com> > > * x86-64.h: append --32 to the assembler options when -m16 is used > even on non-glibc OSes. > > --- > Cc: h...@gcc.gnu.org > Cc: ger...@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? Roger.