oops - forgot changelog entry for the previous delta.

This commit is contained in:
Victor Do Nascimento
2022-05-18 16:26:21 +01:00
committed by Nick Clifton
parent 3363d8560f
commit 320f42099a

View File

@@ -1,3 +1,19 @@
2022-05-18 Victor Do Nascimento <victor.donascimento@arm.com>
* config/tc-arm.c (parse_reg_list): Add handling of mixed register
types.
(reg_names): Enumerate pseudoregister according to mapped physical
register number.
(s_arm_unwind_save_pseudo): Modify function signature.
(s_arm_unwind_save_core): Likewise.
(s_arm_unwind_save_mixed): New function.
(s_arm_unwind_save): Generate register list mask to pass to nested
functions.
* testsuite/gas/arm/unwind-pacbti-m.s: Expand test for mixed
register type lists.
* testsuite/gas/arm/unwind-pacbti-m.d: Likewise.
* testsuite/gas/arm/unwind-pacbti-m-readelf.d: Likewise.
2022-04-07 Mark Harmstone <mark@harmstone.com>
* config/tc-i386.c (pe_directive_secidx): New function.