aboutsummaryrefslogtreecommitdiff
path: root/gas/ChangeLog
diff options
context:
space:
mode:
authorVictor Do Nascimento <victor.donascimento@arm.com>2022-05-18 16:26:21 +0100
committerNick Clifton <nickc@redhat.com>2022-05-18 16:26:21 +0100
commit320f42099a2018bf81cb3b01611e35ac4de3ebc4 (patch)
treedb6f817b193e6e5d36180ebf409c4b7221e17690 /gas/ChangeLog
parent3363d8560ff5229b724827a77b533ec8b2a23729 (diff)
downloadgdb-320f42099a2018bf81cb3b01611e35ac4de3ebc4.zip
gdb-320f42099a2018bf81cb3b01611e35ac4de3ebc4.tar.gz
gdb-320f42099a2018bf81cb3b01611e35ac4de3ebc4.tar.bz2
oops - forgot changelog entry for the previous delta.
Diffstat (limited to 'gas/ChangeLog')
-rw-r--r--gas/ChangeLog16
1 files changed, 16 insertions, 0 deletions
diff --git a/gas/ChangeLog b/gas/ChangeLog
index 63fcc53..a100b24 100644
--- a/gas/ChangeLog
+++ b/gas/ChangeLog
@@ -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.