summaryrefslogtreecommitdiff
path: root/gpxe/src/arch/i386/core/stack16.S
diff options
context:
space:
mode:
Diffstat (limited to 'gpxe/src/arch/i386/core/stack16.S')
-rw-r--r--gpxe/src/arch/i386/core/stack16.S15
1 files changed, 0 insertions, 15 deletions
diff --git a/gpxe/src/arch/i386/core/stack16.S b/gpxe/src/arch/i386/core/stack16.S
deleted file mode 100644
index 523f0288..00000000
--- a/gpxe/src/arch/i386/core/stack16.S
+++ /dev/null
@@ -1,15 +0,0 @@
-FILE_LICENCE ( GPL2_OR_LATER )
-
- .arch i386
-
-/****************************************************************************
- * Internal stack
- ****************************************************************************
- */
- .section ".stack16", "aw", @nobits
- .align 8
- .globl _stack16
-_stack16:
- .space 4096
- .globl _estack16
-_estack16: