summaryrefslogtreecommitdiffstats
path: root/tester/covoar/Target_m68k.cc (follow)
Commit message (Collapse)AuthorAgeFilesLines
* covoar/TargetBase: Rename branchInstructions to conditionalBranchInstructionsAlex White2021-03-301-49/+49
| | | | | | | The TargetBase class contains a member variable named branchInstructions. The name omits the fact that it is only meant to contain conditional branch instructions. Its name has been changed to conditionalBranchInstructions to avoid confusion.
* tester/covoar: Remove all exit() calls and throw an rld::error exception.Chris Johns2018-06-181-11/+13
| | | | Add a suitable catch to covoar's main.
* covoar: Merger the covoar source from rtems-testing.git.Chris Johns2014-06-181-0/+126
Use waf to build covoar.