system: Build using public elf.h header
Reduce duplication of code by * Removing from elf_common.h definitions available in os/kernel/elf.h * Deleting elf32.h and elf64.h * Renaming elf_common.h to elf_private.h * Updating source to build using public and private ELF header files together Signed-off-by: Jessica Hamilton <[email protected]>
This commit is contained in:
committed by
Jessica Hamilton
parent
e3616ca108
commit
75c31ae28d
@@ -8,7 +8,7 @@
|
||||
|
||||
#include <stdio.h>
|
||||
|
||||
#include <elf_common.h>
|
||||
#include <elf_private.h>
|
||||
#include <image.h>
|
||||
#include <OS.h>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user