blob: e19fd75363073236b71f7bce2de2d716e9247d8c [file] [log] [blame]
Greg Kroah-Hartmanb2441312017-11-01 15:07:57 +01001/* SPDX-License-Identifier: GPL-2.0 */
H. Peter Anvina9cfcce2014-06-04 13:16:48 -07002#
3# code16gcc.h
4#
5# This file is added to the assembler via -Wa when compiling 16-bit C code.
6# This is done this way instead via asm() to make sure gcc does not reorder
7# things around us.
8#
9# gcc 4.9+ has a real -m16 option so we can drop this hack long term.
10#
H. Peter Anvinf7f4a5f2007-07-11 12:18:38 -070011
H. Peter Anvina9cfcce2014-06-04 13:16:48 -070012 .code16gcc