File tree Expand file tree Collapse file tree 2 files changed +12
-0
lines changed Expand file tree Collapse file tree 2 files changed +12
-0
lines changed Original file line number Diff line number Diff line change @@ -35,6 +35,11 @@ ELF Improvements
3535 globally changing the semantics of section matching. It also independently
3636 increases the expressive power of linker scripts.
3737 (`#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 >`_)
3843
3944Breaking changes
4045----------------
Original file line number Diff line number Diff line change @@ -269,6 +269,13 @@ Changes to the X86 Backend
269269
270270* Supported `` -mcpu=diamondrapids ``
271271
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+
272279Changes to the OCaml bindings
273280-----------------------------
274281
You can’t perform that action at this time.
0 commit comments