File tree 1 file changed +7
-1
lines changed 1 file changed +7
-1
lines changed Original file line number Diff line number Diff line change @@ -26,6 +26,12 @@ Non-comprehensive list of changes in this release
26
26
ELF Improvements
27
27
----------------
28
28
29
+ * Experimental CREL relocations with explicit addends are now supported using the
30
+ temporary section type code 0x40000020 (``clang -c -Wa,--crel,--allow-experimental-crel ``).
31
+ LLVM will change the code and break compatibility (Clang and lld of different
32
+ versions are not guaranteed to cooperate, unlike other features). CREL with
33
+ implicit addends are not supported.
34
+ (`#98115 <https://github.com/llvm/llvm-project/pull/98115 >`_)
29
35
* ``EI_OSABI `` in the output is now inferred from input object files.
30
36
(`#97144 <https://github.com/llvm/llvm-project/pull/97144 >`_)
31
37
* ``--compress-sections <section-glib>={none,zlib,zstd}[:level] `` is added to compress
@@ -88,7 +94,7 @@ ELF Improvements
88
94
(`#94099 <https://github.com/llvm/llvm-project/pull/94099 >`_)
89
95
Non-alloc orphan sections are now placed at the end.
90
96
(`#94519 <https://github.com/llvm/llvm-project/pull/94519 >`_)
91
- * R_X86_64_REX_GOTPCRELX of the addq form is no longer incorrectly optimized when the address is larger than 0x80000000.
97
+ * `` R_X86_64_REX_GOTPCRELX `` of the addq form is no longer incorrectly optimized when the address is larger than 0x80000000.
92
98
93
99
Breaking changes
94
100
----------------
You can’t perform that action at this time.
0 commit comments