public inbox for binutils@sourceware.org
 help / color / mirror / Atom feed
* [PATCH 0/2] Fix two issues in gcfg and scfi
@ 2024-03-28 23:43 Indu Bhagat
  2024-03-28 23:43 ` [PATCH 1/2] gas: gcfg: add_bb_at_ginsn must return root_bb Indu Bhagat
                   ` (2 more replies)
  0 siblings, 3 replies; 5+ messages in thread
From: Indu Bhagat @ 2024-03-28 23:43 UTC (permalink / raw)
  To: binutils; +Cc: Indu Bhagat

Hi,

While working on extending SCFI for aarch64, I ran into some bugs in the
existing GCFG creation and SCFI state management code in GAS.  This
patch series fixes those (two) issues.

The two patches are quite independent of each other.  They are being sent
together only to hopefully save some testing and reviewing cycles.

Testing Notes:
 - Regression tested native builds on x86_64 and aarch64.

Thanks,
Indu Bhagat (2):
  gas: gcfg: add_bb_at_ginsn must return root_bb
  gas: scfi: bugfixes for SCFI state propagation

 gas/ginsn.c                                   | 95 ++++++++++++++-----
 gas/scfi.c                                    | 20 ++--
 gas/testsuite/gas/scfi/x86_64/scfi-cfg-4.d    | 43 +++++++++
 gas/testsuite/gas/scfi/x86_64/scfi-cfg-4.l    |  2 +
 gas/testsuite/gas/scfi/x86_64/scfi-cfg-4.s    | 42 ++++++++
 gas/testsuite/gas/scfi/x86_64/scfi-cfg-5.d    | 39 ++++++++
 gas/testsuite/gas/scfi/x86_64/scfi-cfg-5.l    |  2 +
 gas/testsuite/gas/scfi/x86_64/scfi-cfg-5.s    | 32 +++++++
 gas/testsuite/gas/scfi/x86_64/scfi-x86-64.exp |  4 +
 9 files changed, 245 insertions(+), 34 deletions(-)
 create mode 100644 gas/testsuite/gas/scfi/x86_64/scfi-cfg-4.d
 create mode 100644 gas/testsuite/gas/scfi/x86_64/scfi-cfg-4.l
 create mode 100644 gas/testsuite/gas/scfi/x86_64/scfi-cfg-4.s
 create mode 100644 gas/testsuite/gas/scfi/x86_64/scfi-cfg-5.d
 create mode 100644 gas/testsuite/gas/scfi/x86_64/scfi-cfg-5.l
 create mode 100644 gas/testsuite/gas/scfi/x86_64/scfi-cfg-5.s

-- 
2.43.0


^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2024-04-10 10:13 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-03-28 23:43 [PATCH 0/2] Fix two issues in gcfg and scfi Indu Bhagat
2024-03-28 23:43 ` [PATCH 1/2] gas: gcfg: add_bb_at_ginsn must return root_bb Indu Bhagat
2024-03-28 23:43 ` [PATCH 2/2] gas: scfi: bugfixes for SCFI state propagation Indu Bhagat
2024-04-09  0:29 ` [PATCH 0/2] Fix two issues in gcfg and scfi Indu Bhagat
2024-04-10 10:13   ` Nick Clifton

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).