Skip to content

Commit 83c71a0

Browse files
committed
Fix bela redefined STT_GNU_IFUNC
1 parent 2bca184 commit 83c71a0

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

vendor/bela.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
https://github.com/fcharlie/bela/tree/f1f667f1be8ff5468b62df3a2739563126c760f8
1+
https://github.com/fcharlie/bela/tree/96686cfb2173c52baad010be6832e0059824f7f8

vendor/bela/include/hazel/details/elf.h

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1190,7 +1190,6 @@ enum {
11901190
STT_RELC = 8, // Complex relocation expression.
11911191
STT_SRELC = 9, // Signed complex relocation expression.
11921192
STT_GNU_IFUNC = 10, // Indirect code object.
1193-
STT_GNU_IFUNC = 10, // GNU indirect function
11941193
STT_LOOS = 10, // Lowest operating system-specific symbol type
11951194
STT_HIOS = 12, // Highest operating system-specific symbol type
11961195
STT_LOPROC = 13, // Lowest processor-specific symbol type

0 commit comments

Comments
 (0)