Skip to content

Commit

Permalink
Fix ELF defined
Browse files Browse the repository at this point in the history
  • Loading branch information
fcharlie committed Sep 21, 2024
1 parent f1f667f commit 96686cf
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion 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 96686cf

Please sign in to comment.