Re: [PATCH] covoar/Target_arm: Add THUMB branch instructions

2021-03-26 Thread Gedare Bloom
Looks fine to me. On Fri, Mar 26, 2021 at 11:53 AM Alex White wrote: > > ping > > > -Original Message- > > From: Alex White > > Sent: Thursday, March 11, 2021 12:26 PM > > To: devel@rtems.org > > Cc: Alex White > > Subject: [PATCH] cov

RE: [PATCH] covoar/Target_arm: Add THUMB branch instructions

2021-03-26 Thread Alex White
ping > -Original Message- > From: Alex White > Sent: Thursday, March 11, 2021 12:26 PM > To: devel@rtems.org > Cc: Alex White > Subject: [PATCH] covoar/Target_arm: Add THUMB branch instructions > > The ".n" and ".w" variants of the THUMB br

[PATCH] covoar/Target_arm: Add THUMB branch instructions

2021-03-11 Thread Alex White
The ".n" and ".w" variants of the THUMB branch instructions were not included in the list of conditional branch instructions. They have been added. --- tester/covoar/Target_arm.cc | 34 ++ 1 file changed, 34 insertions(+) diff --git a/tester/covoar/Target_arm.cc b/