Skip to content

Commit

Permalink
ifunc_late demo doesn't make any sense.
Browse files Browse the repository at this point in the history
RELRO forces everything to run up front anyhow
  • Loading branch information
robertdfrench committed Jul 24, 2024
1 parent 50ce4b7 commit a39883a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 57 deletions.
6 changes: 3 additions & 3 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,6 @@ cpu_demo: cpu_demo.exe #: Detect CPU features
$(call banner, $@)
./$<

ifunc_late: ifunc_late.exe #:
./$<

%.dylibs: %.exe
objdump -p $< | grep NEEDED

Expand Down Expand Up @@ -89,6 +86,9 @@ tty_demo: tty_demo.exe #: Print color for tty, plaintext for file
$(call banner, Timing $<)
time -p ./$<

vector_add.exe: code/vector_add.c
gcc -Wpsabi -o $@ $<

plt_example.exe: code/plt_example.c
gcc -fPIC -no-pie -o $@ $<

Expand Down
54 changes: 0 additions & 54 deletions code/ifunc_late.c

This file was deleted.

0 comments on commit a39883a

Please sign in to comment.