bsp/pc386: Remove support for obsolete Binutils

Update #3818.
This commit is contained in:
Sebastian Huber
2020-09-15 15:14:38 +02:00
parent 8f424e4580
commit 2a4ccc4f8d
+1 -11
View File
@@ -35,9 +35,6 @@
* http://www.rtems.org/license/LICENSE.
*/
#include <bspopts.h>
/*---------------------------------------------------------------------------+
| Constants
+----------------------------------------------------------------------------*/
@@ -49,13 +46,6 @@
.set HDROFF, 0x24 # offset into bin2boot header of start32 addr
.set STACKOFF, 0x200-0x10 # offset to load into %esp, from start of image
/* #define NEW_GAS */
#ifdef NEW_GAS
#define LJMPL ljmpl
#else
#define LJMPL ljmp
#endif
/*----------------------------------------------------------------------------+
| CODE section
+----------------------------------------------------------------------------*/
@@ -95,7 +85,7 @@ setup_processor:
movl %cr0, %eax
orl $CR0_PE, %eax
movl %eax, %cr0 # turn on protected mode
LJMPL $PROT_CODE_SEG, $start_32bit # flush prefetch queue, and reload %cs
ljmpl $PROT_CODE_SEG, $start_32bit # flush prefetch queue, and reload %cs
.code32
start_32bit: