File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff 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 >`_)
Original file line number Diff line number Diff 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 `
You can’t perform that action at this time.
0 commit comments