Explorar el Código

kbuild: warn about references from .init.text to .exit.text

The .exit.text section may be discarded either at build or at runtime.
So let modpost warn if this situation is detected.

Signed-off-by: Sam Ravnborg <sam@ravnborg.org>
Sam Ravnborg hace 18 años
padre
commit
6fc53bae3d
Se han modificado 1 ficheros con 0 adiciones y 1 borrados
  1. 0 1
      scripts/mod/modpost.c

+ 0 - 1
scripts/mod/modpost.c

@@ -1214,7 +1214,6 @@ static int exit_section_ref_ok(const char *name)
 		".exit.data",
 		".exit.text",
 		".exitcall.exit",
-		".init.text",
 		".rodata",
 		NULL
 	};