Home | History | Annotate | Download | only in grub

Lines Matching refs:ADDR32

3941 echo "$as_me:$LINENO: checking whether addr32 must be in the same line as the instruction" >&5
3942 echo $ECHO_N "checking whether addr32 must be in the same line as the instruction... $ECHO_C" >&6
3948 l1: addr32 movb %al, l1
3967 grub_tmp_addr32="addr32"
3970 grub_tmp_addr32="addr32;"
3976 #define ADDR32 $grub_tmp_addr32
3990 echo "$as_me:$LINENO: checking for .code16 addr32 assembler support" >&5
3991 echo $ECHO_N "checking for .code16 addr32 assembler support... $ECHO_C" >&6
3997 l1: @ADDR32@ movb %al, l1
4001 sed -e s/@ADDR32@/addr32/ < conftest.s.in > conftest.s
4003 sed -e s/@ADDR32@/addr32\;/ < conftest.s.in > conftest.s
4024 { { echo "$as_me:$LINENO: error: GRUB requires GAS .code16 addr32 support; upgrade your binutils" >&5
4025 echo "$as_me: error: GRUB requires GAS .code16 addr32 support; upgrade your binutils" >&2;}