summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libbsp/i386/i386ex/start/start.s
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>1998-09-30 20:58:39 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>1998-09-30 20:58:39 +0000
commit2c3840b563a453eb6f311cdc20ff7dd1ef365665 (patch)
tree9fe548746c7441048412c0442489fd4967507fcf /c/src/lib/libbsp/i386/i386ex/start/start.s
parentCorrected TYPOs in the file (diff)
downloadrtems-2c3840b563a453eb6f311cdc20ff7dd1ef365665.tar.bz2
Added new autoconf test for i386 code16/code32 support. The guts of the
test were suggested by Ian Taylor <ian@airs.com> and Joel did the hard part of putting it in aclocal and editting all the offending Makefiles and source code which could use this feature.
Diffstat (limited to 'c/src/lib/libbsp/i386/i386ex/start/start.s')
-rw-r--r--c/src/lib/libbsp/i386/i386ex/start/start.s5
1 files changed, 1 insertions, 4 deletions
diff --git a/c/src/lib/libbsp/i386/i386ex/start/start.s b/c/src/lib/libbsp/i386/i386ex/start/start.s
index 55fcb1ae82..4fb50af7df 100644
--- a/c/src/lib/libbsp/i386/i386ex/start/start.s
+++ b/c/src/lib/libbsp/i386/i386ex/start/start.s
@@ -40,12 +40,9 @@ changes:
#include "80386ex.inc"
/*
- * Needed for binutils 2.9.1.0.7 and higher
- * #define NEXT_GAS
+ * NEXT_GAS Needed for binutils 2.9.1.0.7 and higher
*/
-#define NEXT_GAS
-
EXTERN (boot_card) /* exits to bspstart */
EXTERN (stack_start) /* defined in startup/linkcmds */
EXTERN (Clock_exit)