Re: [PATCH] x86, build: remove -m16 workaround for unsupported versions of GCC

2020-12-01 Thread hpa
On November 30, 2020 5:13:06 PM PST, Nick Desaulniers wrote: >A revert of the following two commits. >commit de3accdaec88 ("x86, build: Build 16-bit code with -m16 where >possible") >commit a9cfccee6604 ("x86, build: Change code16gcc.h from a C header to >an assembly header") > >Since commit

Re: [PATCH] x86, build: remove -m16 workaround for unsupported versions of GCC

2020-12-01 Thread David Woodhouse
On Mon, 2020-11-30 at 17:13 -0800, Nick Desaulniers wrote: > A revert of the following two commits. > commit de3accdaec88 ("x86, build: Build 16-bit code with -m16 where > possible") > commit a9cfccee6604 ("x86, build: Change code16gcc.h from a C header to > an assembly header") > > Since commit

Re: [PATCH] x86, build: remove -m16 workaround for unsupported versions of GCC

2020-11-30 Thread Nathan Chancellor
On Mon, Nov 30, 2020 at 05:13:06PM -0800, 'Nick Desaulniers' via Clang Built Linux wrote: > A revert of the following two commits. > commit de3accdaec88 ("x86, build: Build 16-bit code with -m16 where > possible") > commit a9cfccee6604 ("x86, build: Change code16gcc.h from a C header to > an

[PATCH] x86, build: remove -m16 workaround for unsupported versions of GCC

2020-11-30 Thread Nick Desaulniers
A revert of the following two commits. commit de3accdaec88 ("x86, build: Build 16-bit code with -m16 where possible") commit a9cfccee6604 ("x86, build: Change code16gcc.h from a C header to an assembly header") Since commit 0bddd227f3dc ("Documentation: update for gcc 4.9 requirement") the