mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 15:47:45 +00:00
LibELF: Move validation methods to their own file
These validate_elf_* methods really had no business being static methods of ELF::Image. Now that the ELF namespace exists, it makes sense to just move them to be free functions in the namespace.
This commit is contained in:
parent
21b5909dc6
commit
61acca223f
7 changed files with 234 additions and 163 deletions
|
@ -64,7 +64,8 @@ ELF_OBJS = \
|
|||
../LibELF/DynamicObject.o \
|
||||
../LibELF/DynamicLoader.o \
|
||||
../LibELF/Loader.o \
|
||||
../LibELF/Image.o
|
||||
../LibELF/Image.o \
|
||||
../LibELF/Validation.o
|
||||
|
||||
OBJS = $(AK_OBJS) $(LIBC_OBJS) $(ELF_OBJS)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue