Skip to content

Commit 7c5eb14

Browse files
committed
Address comments.
1 parent 6633e2e commit 7c5eb14

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

lld/docs/ReleaseNotes.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,8 +35,8 @@ 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>`_ and `#116737 <https://github.com/llvm/llvm-project/pull/116737>`_)
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>`_)
4040
* ``R_X86_64_CODE_4_GOTTPOFF`` (`#116634 <https://github.com/llvm/llvm-project/pull/116634>`_)
4141
* ``R_X86_64_CODE_4_GOTPC32_TLSDESC`` (`#116909 <https://github.com/llvm/llvm-project/pull/116909>`_)
4242
* ``R_X86_64_CODE_6_GOTTPOFF`` (`#117675 <https://github.com/llvm/llvm-project/pull/117675>`_)

llvm/docs/ReleaseNotes.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -265,7 +265,7 @@ Changes to the X86 Backend
265265

266266
* Supported ``-mcpu=diamondrapids``
267267

268-
* Supported emitting relocation types for X86_64 target:
268+
* Supported emitting relocation types for x86-64 target:
269269
* `R_X86_64_CODE_4_GOTPCRELX`
270270
* `R_X86_64_CODE_4_GOTTPOFF`
271271
* `R_X86_64_CODE_4_GOTPC32_TLSDESC`

0 commit comments

Comments
 (0)