]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commitdiff
oops - forgot changelog entry for the previous delta.
authorVictor Do Nascimento <victor.donascimento@arm.com>
Wed, 18 May 2022 15:26:21 +0000 (16:26 +0100)
committerNick Clifton <nickc@redhat.com>
Wed, 18 May 2022 15:26:21 +0000 (16:26 +0100)
gas/ChangeLog

index 63fcc53bf70d1d7eb68efb9f4a199e9b9b45efc7..a100b2422c8ba95dc7d703e59cb3a0c996fb9f8d 100644 (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.