summaryrefslogtreecommitdiffstats
path: root/aclocal
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>1998-10-05 13:50:53 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>1998-10-05 13:50:53 +0000
commitbf1ef5ba1d8fda9bfcd7c21b3ae5444a22479641 (patch)
tree1cb48cc38d5db8192496feeba6af96106a7dce8a /aclocal
parentModifed i386 gas test to put each directive on its own line per (diff)
downloadrtems-bf1ef5ba1d8fda9bfcd7c21b3ae5444a22479641.tar.bz2
Regenerated after fixing a typo.
Diffstat (limited to 'aclocal')
-rw-r--r--aclocal/i386-gas-code16.m43
1 files changed, 1 insertions, 2 deletions
diff --git a/aclocal/i386-gas-code16.m4 b/aclocal/i386-gas-code16.m4
index 928e3b270b..507d18d80e 100644
--- a/aclocal/i386-gas-code16.m4
+++ b/aclocal/i386-gas-code16.m4
@@ -13,8 +13,7 @@ AC_DEFUN(RTEMS_I386_GAS_CODE16,
.code16
data32
addr32
- lgdt
- 0
+ lgdt 0
EOF
if AC_TRY_COMMAND($AS_FOR_TARGET -o conftest.o conftest.s); then
rtems_cv_prog_gas_code16=yes