Skip to content
Commit a9cfccee authored by H. Peter Anvin's avatar H. Peter Anvin
Browse files

x86, build: Change code16gcc.h from a C header to an assembly header



By changing code16gcc.h from a C header to an assembly header and use
the -Wa,... option to gcc to force it to be added to the assembly
input, we can avoid the problems with gcc reordering code bits on us.

If we have -m16, we still use it, of course.

Suggested-by: default avatarKevin O'Connor <kevin@koconnor.net>
Signed-off-by: default avatarH. Peter Anvin <hpa@linux.intel.com>
Link: http://lkml.kernel.org/n/tip-xw8ibgdemucl9fz3i1bymu6w@git.kernel.org
parent a9358bc3
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment