Parcourir la source

We don't refer to _bss and _ebss any more.

tags/v0.9.3
Michael Brown il y a 19 ans
Parent
révision
8e27e50316
1 fichiers modifiés avec 0 ajouts et 4 suppressions
  1. 0
    4
      src/arch/i386/core/hooks.c

+ 0
- 4
src/arch/i386/core/hooks.c Voir le fichier

@@ -1,11 +1,7 @@
1 1
 #include "registers.h"
2 2
 #include "main.h"
3
-#include "etherboot.h"
4 3
 #include "hooks.h"
5 4
 
6
-/* Symbols defined by the linker */
7
-extern char _bss[], _ebss[];
8
-
9 5
 /*
10 6
  * This file provides the basic entry points from assembly code.  See
11 7
  * README.i386 for a description of the entry code path.

Chargement…
Annuler
Enregistrer