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