mirror of
https://github.com/RGBCube/serenity
synced 2025-07-25 23:17:45 +00:00
LibELF: Use MAP_PRIVATE for file-backed mmaps in ELFDynamicLoader
Clean up some unused code, clean up FIXMEs, and remove premature --dynamic-loader/-pie from LinkDemo (so it runs again on master)
This commit is contained in:
parent
c616eb6aaf
commit
c678b35043
2 changed files with 7 additions and 15 deletions
|
@ -4,6 +4,5 @@ OBJS = \
|
|||
PROGRAM = LinkDemo
|
||||
|
||||
SUBPROJECT_CXXFLAGS = -fPIC
|
||||
LDFLAGS = -pie -Wl,--dynamic-linker=/lib/ld-elf.so
|
||||
|
||||
include ../../../Makefile.common
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue