summaryrefslogtreecommitdiff
path: root/Demos/DynamicLink
diff options
context:
space:
mode:
authorAndrew Kaster <andrewdkaster@gmail.com>2020-02-28 22:47:39 -0700
committerAndreas Kling <kling@serenityos.org>2020-02-29 10:58:45 +0100
commitc678b35043df34bf7fe76e15999a0e4a0f7943be (patch)
treec92c0663c203cd0fb476f8ee42048605daab4f65 /Demos/DynamicLink
parentc616eb6aaf2bf3333af298992d42c5a1e0e915f3 (diff)
downloadserenity-c678b35043df34bf7fe76e15999a0e4a0f7943be.zip
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)
Diffstat (limited to 'Demos/DynamicLink')
-rw-r--r--Demos/DynamicLink/LinkDemo/Makefile1
1 files changed, 0 insertions, 1 deletions
diff --git a/Demos/DynamicLink/LinkDemo/Makefile b/Demos/DynamicLink/LinkDemo/Makefile
index 3bc32984ec..c40469320d 100644
--- a/Demos/DynamicLink/LinkDemo/Makefile
+++ b/Demos/DynamicLink/LinkDemo/Makefile
@@ -4,6 +4,5 @@ OBJS = \
PROGRAM = LinkDemo
SUBPROJECT_CXXFLAGS = -fPIC
-LDFLAGS = -pie -Wl,--dynamic-linker=/lib/ld-elf.so
include ../../../Makefile.common