Skip to content

Commit 94c6dd6

Browse files
authored
[docs] Update release notes for APX relocation types (#118575)
1 parent 416e4cd commit 94c6dd6

File tree

2 files changed

+12
-0
lines changed

2 files changed

+12
-0
lines changed

lld/docs/ReleaseNotes.rst

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff 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

3944
Breaking changes
4045
----------------

llvm/docs/ReleaseNotes.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff 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+
272279
Changes to the OCaml bindings
273280
-----------------------------
274281

0 commit comments

Comments
 (0)