diff options
| author | Xi Ruoyao <[email protected]> | 2023-08-29 21:14:22 +0800 |
|---|---|---|
| committer | Mark Wielaard <[email protected]> | 2023-08-29 15:21:04 +0200 |
| commit | 9c41344c968a9c4b9bf539b09ed522e5ada9deb1 (patch) | |
| tree | 5dee725fda4b30aec9603be5286db65a4eddca4f | |
| parent | 2ba424d65adca45b799a3973d43ccaf4002cb833 (diff) | |
backends: Update list of LoongArch relocations
* backends/loongarch_reloc.def: Add DELETE, ALIGN, PCREL20_S2,
CFA, ADD6, SUB6, ADD_ULEB128, SUB_ULEB128, 64_PCREL.
Signed-off-by: Xi Ruoyao <[email protected]>
| -rw-r--r-- | backends/loongarch_reloc.def | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/backends/loongarch_reloc.def b/backends/loongarch_reloc.def index fd204924..a39eefd9 100644 --- a/backends/loongarch_reloc.def +++ b/backends/loongarch_reloc.def @@ -119,3 +119,12 @@ RELOC_TYPE (TLS_GD_PC_HI20, REL) RELOC_TYPE (TLS_GD_HI20, REL) RELOC_TYPE (32_PCREL, REL) RELOC_TYPE (RELAX, REL) +RELOC_TYPE (DELETE, REL) +RELOC_TYPE (ALIGN, REL) +RELOC_TYPE (PCREL20_S2, REL) +RELOC_TYPE (CFA, REL) +RELOC_TYPE (ADD6, REL) +RELOC_TYPE (SUB6, REL) +RELOC_TYPE (ADD_ULEB128, REL) +RELOC_TYPE (SUB_ULEB128, REL) +RELOC_TYPE (64_PCREL, REL) |
