[V3,0/2] Testcase refactoring and fix PR gas/31284

Message ID 20240126091917.3266816-1-indu.bhagat@oracle.com
Headers
Series Testcase refactoring and fix PR gas/31284 |

Message

Indu Bhagat Jan. 26, 2024, 9:19 a.m. UTC
  Hi,

Sending V3 after addressing review comments on "PATCH 2/2 gas: scfi:
untraceable control flow should be a hard error".

I sent the first version of the series erroneously as V2.
https://sourceware.org/pipermail/binutils/2024-January/132085.html

Once approved, OK to apply to 2.42 as well ?

Thanks,
Indu Bhagat (2):
  x86: testsuite: scfi: adjust COFI testcase
  gas: scfi: untraceable control flow should be a hard error

 gas/ginsn.c                                   |  4 +-
 gas/testsuite/gas/scfi/x86_64/ginsn-cofi-1.l  | 38 +++++++++++++++++++
 .../x86_64/{scfi-cofi-1.s => ginsn-cofi-1.s}  |  4 --
 gas/testsuite/gas/scfi/x86_64/scfi-cofi-1.d   |  5 ---
 gas/testsuite/gas/scfi/x86_64/scfi-cofi-1.l   |  3 --
 .../gas/scfi/x86_64/scfi-unsupported-cfg-1.l  |  2 +-
 gas/testsuite/gas/scfi/x86_64/scfi-x86-64.exp |  3 +-
 7 files changed, 42 insertions(+), 17 deletions(-)
 create mode 100644 gas/testsuite/gas/scfi/x86_64/ginsn-cofi-1.l
 rename gas/testsuite/gas/scfi/x86_64/{scfi-cofi-1.s => ginsn-cofi-1.s} (84%)
 delete mode 100644 gas/testsuite/gas/scfi/x86_64/scfi-cofi-1.d
 delete mode 100644 gas/testsuite/gas/scfi/x86_64/scfi-cofi-1.l
  

Comments

Jan Beulich Jan. 26, 2024, 11:57 a.m. UTC | #1
On 26.01.2024 10:19, Indu Bhagat wrote:
> Hi,
> 
> Sending V3 after addressing review comments on "PATCH 2/2 gas: scfi:
> untraceable control flow should be a hard error".
> 
> I sent the first version of the series erroneously as V2.
> https://sourceware.org/pipermail/binutils/2024-January/132085.html
> 
> Once approved, OK to apply to 2.42 as well ?
> 
> Thanks,
> Indu Bhagat (2):
>   x86: testsuite: scfi: adjust COFI testcase
>   gas: scfi: untraceable control flow should be a hard error

Okay.

Jan