Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion aadwarf64/aadwarf64.rst
Original file line number Diff line number Diff line change
Expand Up @@ -246,7 +246,7 @@ changes to the content of the document for that release.
| | | support for unwinding with |
| | | FEAT_PAuth_LR enabled. |
+--------+-----------------------------+-------------------------------------------+
| | | - Added DW_CFA_AARCH64_set_ra_state at |
| 2025Q4 | 23\ :sup:`rd` January 2026 | - Added DW_CFA_AARCH64_set_ra_state at |
| | | **Alpha** quality. |
| | | - Deprecated |
| | | DW_CFA_AARCH64_negate_ra_state_with_pc. |
Expand Down
5 changes: 5 additions & 0 deletions aaelf64-morello/aaelf64-morello.rst
Original file line number Diff line number Diff line change
Expand Up @@ -210,6 +210,11 @@ changes to the content of the document for that release.
| | | - Distinguish between function pointers and code |
| | | pointers. |
+---------------+------------------------------+---------------------------------------------------+
| 2025Q4 | 23\ :sup:`rd` January 2026 | - Drop GD/IE-to-LE relaxation. |
| | | - Define relocations and code seqeuences for |
| | | indirect TLS. |
| | | - Document program headers and dynamic sections. |
+---------------+------------------------------+---------------------------------------------------+

References
----------
Expand Down
9 changes: 4 additions & 5 deletions aaelf64/aaelf64.rst
Original file line number Diff line number Diff line change
Expand Up @@ -289,15 +289,14 @@ changes to the content of the document for that release.
| | April 2025 | `SHF_AARCH64_PURECODE` processor |
| | | specific section attribute flag. |
+---------------+--------------------+-----------------------------------------+
| 2025Q2 | 9\ :sup:`th` | - In `Call and Jump relocations`_ added |
| | April 2025 | static linker requirements on veneers |
| 2025Q4 | 23\ :sup:`rd` | - In `Call and Jump relocations`_ added |
| | January 2026 | static linker requirements on veneers |
| | | when BTI guarded pages are used. |
| | | - Added section for Structure Protection|
| | | Extension relocations. |
| | | - R_AARCH64_GOTPCREL32, clarify addend |
+---------------+--------------------+-----------------------------------------+
| 2026Q1 | 12\ :sup:`th` | - R_AARCH64_TLS_DTPREL can be used as a |
| | January 2026 | static relocation as well as dynamic |
| | | - R_AARCH64_TLS_DTPREL can be used as a |
| | | static relocation as well as dynamic |
+---------------+--------------------+-----------------------------------------+

References
Expand Down
5 changes: 3 additions & 2 deletions aapcs64/aapcs64.rst
Original file line number Diff line number Diff line change
Expand Up @@ -264,12 +264,13 @@ changes to the content of the document for that release.
| | | - Add agnostic-ZA interface and routines to save/restore SME |
| | | state. |
+------------+--------------------+------------------------------------------------------------------+
| | | - Explicitly say that ZT0 is a temporary register. |
| | | - Add a note about the interaction between the SME lazy save |
| 2025Q4 | 23\ :sup:`rd` | - Explicitly say that ZT0 is a temporary register. |
| | January 2026 | - Add a note about the interaction between the SME lazy save |
| | | scheme and asynchronous transfers of control. |
| | | - Recommend that ``setjmp`` as well as ``longjmp`` call |
| | | ``__arm_za_disable``. |
| | | - Explicitly say that the FFR is a temporary register. |
| | | - Clarify how __bf16 affects HFAs |
+------------+--------------------+------------------------------------------------------------------+

References
Expand Down
4 changes: 4 additions & 0 deletions atomicsabi64/atomicsabi64.rst
Original file line number Diff line number Diff line change
Expand Up @@ -223,6 +223,10 @@ changes to the content of the document for that release.
| 2025Q1 | 7\ :sup:`th` April 2025 | - Update `fetch_add` to add atomic floating-point operations. |
| | | - Preserve S1 (val) in example code. |
+---------+------------------------------+-------------------------------------------------------------------+
| 2025Q4 | 23\ :sup:`rd` January 2026 | - Add ``_Atomic`` types. |
| | | - Fix some typos in the 32-bit atomics mapping table. |
| | | - Document release fence using ISHST+ISHLD barriers |
+---------+------------------------------+-------------------------------------------------------------------+

References
----------
Expand Down
2 changes: 1 addition & 1 deletion baabielf64/baabielf64.rst
Original file line number Diff line number Diff line change
Expand Up @@ -191,7 +191,7 @@ changes to the content of the document for that release.
+------------+------------------------------+------------------------------------------------------------------+
| Issue | Date | Change |
+============+==============================+==================================================================+
| 0.1 | 10\ :sup:`th` September 2025 | Alpha draft release. |
| 2025Q4 | 23\ :sup:`rd` January 2026 | Alpha draft release. |
+------------+------------------------------+------------------------------------------------------------------+

References
Expand Down
14 changes: 8 additions & 6 deletions sysvabi64/sysvabi64.rst
Original file line number Diff line number Diff line change
Expand Up @@ -213,13 +213,15 @@ Change History
| 2025Q1 | 7\ :sup:`th` April 2025 | - Require hard-float ABI for sysvabi platforms. |
| | | - Document requirements for tools wrt BTI. |
+------------+------------------------------+-------------------------------------------------------+
| 2025Q2 | 20\ :sup:`th` June 2024 | Require that ``PT_GNU_PROPERTY`` program header is |
| | | present in executables and shared-libraries if a |
| | | ``.note.gnu.property`` section is present. |
| 2025Q4 | 23\ :sup:`rd` January 2026 | - Require that ``PT_GNU_PROPERTY`` program header is |
| | | present in executables and shared-libraries if a |
| | | ``.note.gnu.property`` section is present. |
| | | - Update distance to GOT for small code model |
+------------+------------------------------+-------------------------------------------------------+
| 2026Q1 | 12\ :sup:`th` January 2026 | Add assembler conventions for data directive |
| | | relocation expressions. |
| | | - Add assembler conventions for data directive |
| | | relocation expressions. |
| | | - Update ifunc resolver content to include |
| | | information on AT_HWCAP3,4 fields. |
| | | - Document Function Multi-Versioning. |
+------------+------------------------------+-------------------------------------------------------+

References
Expand Down