Skip to content

Commit

Permalink
Fix bela redefined STT_GNU_IFUNC
Browse files Browse the repository at this point in the history
  • Loading branch information
fcharlie committed Sep 21, 2024
1 parent 2bca184 commit 83c71a0
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion vendor/bela.lock
Original file line number Diff line number Diff line change
@@ -1 +1 @@
https://github.com/fcharlie/bela/tree/f1f667f1be8ff5468b62df3a2739563126c760f8
https://github.com/fcharlie/bela/tree/96686cfb2173c52baad010be6832e0059824f7f8
1 change: 0 additions & 1 deletion vendor/bela/include/hazel/details/elf.h
Original file line number Diff line number Diff line change
Expand Up @@ -1190,7 +1190,6 @@ enum {
STT_RELC = 8, // Complex relocation expression.
STT_SRELC = 9, // Signed complex relocation expression.
STT_GNU_IFUNC = 10, // Indirect code object.
STT_GNU_IFUNC = 10, // GNU indirect function
STT_LOOS = 10, // Lowest operating system-specific symbol type
STT_HIOS = 12, // Highest operating system-specific symbol type
STT_LOPROC = 13, // Lowest processor-specific symbol type
Expand Down

0 comments on commit 83c71a0

Please sign in to comment.