File tree 2 files changed +12
-0
lines changed
2 files changed +12
-0
lines changed Original file line number Diff line number Diff line change @@ -35,6 +35,11 @@ ELF Improvements
35
35
globally changing the semantics of section matching. It also independently
36
36
increases the expressive power of linker scripts.
37
37
(`#95323 <https://github.com/llvm/llvm-project/pull/95323 >`_)
38
+ * Supported relocation types for x86-64 target:
39
+ * ``R_X86_64_CODE_4_GOTPCRELX `` (`#109783 <https://github.com/llvm/llvm-project/pull/109783 >`_) (`#116737 <https://github.com/llvm/llvm-project/pull/116737 >`_)
40
+ * ``R_X86_64_CODE_4_GOTTPOFF `` (`#116634 <https://github.com/llvm/llvm-project/pull/116634 >`_)
41
+ * ``R_X86_64_CODE_4_GOTPC32_TLSDESC `` (`#116909 <https://github.com/llvm/llvm-project/pull/116909 >`_)
42
+ * ``R_X86_64_CODE_6_GOTTPOFF `` (`#117675 <https://github.com/llvm/llvm-project/pull/117675 >`_)
38
43
39
44
Breaking changes
40
45
----------------
Original file line number Diff line number Diff line change @@ -269,6 +269,13 @@ Changes to the X86 Backend
269
269
270
270
* Supported `` -mcpu=diamondrapids ``
271
271
272
+ * Supported emitting relocation types for x86-64 target:
273
+ * ` R_X86_64_CODE_4_GOTPCRELX `
274
+ * ` R_X86_64_CODE_4_GOTTPOFF `
275
+ * ` R_X86_64_CODE_4_GOTPC32_TLSDESC `
276
+ * ` R_X86_64_CODE_6_GOTTPOFF `
277
+
278
+
272
279
Changes to the OCaml bindings
273
280
-----------------------------
274
281
You can’t perform that action at this time.
0 commit comments