Skip to content

Commit

Permalink
Fix -Wl,--wrap instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
randomPoison committed Dec 13, 2024
1 parent 49a135b commit 3edb8a1
Showing 1 changed file with 16 additions and 16 deletions.
32 changes: 16 additions & 16 deletions docs/usage.md
Original file line number Diff line number Diff line change
Expand Up @@ -158,22 +158,22 @@ are also required:
-I $IA2_PATH/runtime/libia2/include
-I $IA2_PATH/runtime/partition-alloc/include
-Werror=incompatible-pointer-types
-Wl,--wrap,pthread_create
-Wl,--wrap,calloc
-Wl,--wrap,free
-Wl,--wrap,malloc
-Wl,--wrap,memalign
-Wl,--wrap,posix_memalign
-Wl,--wrap,pvalloc
-Wl,--wrap,realloc
-Wl,--wrap,valloc
-Wl,--wrap,malloc_usable_size
-Wl,--wrap,realpath
-Wl,--wrap,strdup
-Wl,--wrap,strndup
-Wl,--wrap,getcwd
-Wl,--wrap,asprintf
-Wl,--wrap,vasprintf
-Wl,--wrap=pthread_create
-Wl,--wrap=calloc
-Wl,--wrap=free
-Wl,--wrap=malloc
-Wl,--wrap=memalign
-Wl,--wrap=posix_memalign
-Wl,--wrap=pvalloc
-Wl,--wrap=realloc
-Wl,--wrap=valloc
-Wl,--wrap=malloc_usable_size
-Wl,--wrap=realpath
-Wl,--wrap=strdup
-Wl,--wrap=strndup
-Wl,--wrap=getcwd
-Wl,--wrap=asprintf
-Wl,--wrap=vasprintf
-pthread
-Wl,-z,now
-Wl,-z,relro
Expand Down

0 comments on commit 3edb8a1

Please sign in to comment.