diff options
| author | Michael Brown | 2005-04-17 13:47:18 +0200 |
|---|---|---|
| committer | Michael Brown | 2005-04-17 13:47:18 +0200 |
| commit | 8e27e50316fc7914151dd04c83d9366551cb5050 (patch) | |
| tree | deed5b14e9440e7d24bf8a7d665c01260cfb677b /src | |
| parent | Re-add the "." progress indicator. (diff) | |
| download | ipxe-8e27e50316fc7914151dd04c83d9366551cb5050.tar.gz ipxe-8e27e50316fc7914151dd04c83d9366551cb5050.tar.xz ipxe-8e27e50316fc7914151dd04c83d9366551cb5050.zip | |
We don't refer to _bss and _ebss any more.
Diffstat (limited to 'src')
| -rw-r--r-- | src/arch/i386/core/hooks.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/arch/i386/core/hooks.c b/src/arch/i386/core/hooks.c index 230cc4010..b2c82a1e2 100644 --- a/src/arch/i386/core/hooks.c +++ b/src/arch/i386/core/hooks.c @@ -1,11 +1,7 @@ #include "registers.h" #include "main.h" -#include "etherboot.h" #include "hooks.h" -/* Symbols defined by the linker */ -extern char _bss[], _ebss[]; - /* * This file provides the basic entry points from assembly code. See * README.i386 for a description of the entry code path. |
