diff options
author | Jessica Clarke <jrtc27@FreeBSD.org> | 2025-07-10 22:58:06 +0000 |
---|---|---|
committer | Jessica Clarke <jrtc27@FreeBSD.org> | 2025-07-10 22:58:06 +0000 |
commit | d26f481bcdfec9354614ccc0f7f694bd7bcc5a6c (patch) | |
tree | 6b3b07caf9d899ec193a01bee3b0522f3ddc7e35 | |
parent | d7baf5f70802a9045f5792a7063b2614bf17356a (diff) |
-rw-r--r-- | sys/sys/elf_common.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/sys/sys/elf_common.h b/sys/sys/elf_common.h index 87460aae2dd4..61e1afdfe5c4 100644 --- a/sys/sys/elf_common.h +++ b/sys/sys/elf_common.h @@ -1352,7 +1352,6 @@ typedef struct { * RISC-V relocation types. */ -/* Relocation types used by the dynamic linker. */ #define R_RISCV_NONE 0 #define R_RISCV_32 1 #define R_RISCV_64 2 @@ -1365,8 +1364,6 @@ typedef struct { #define R_RISCV_TLS_DTPREL64 9 #define R_RISCV_TLS_TPREL32 10 #define R_RISCV_TLS_TPREL64 11 - -/* Relocation types not used by the dynamic linker. */ #define R_RISCV_BRANCH 16 #define R_RISCV_JAL 17 #define R_RISCV_CALL 18 |