[PATCH rtems-tools v2 0/4] Convert to C++ patches

Ryan Long ryan.long at oarcorp.com
Thu Dec 9 23:00:07 UTC 2021


Hi,

For this round of changes, I made some revisions that were recommended
in ConfigFile.cc

- deleted a library include
- changed a function call from sscanf to std::sscanf
- consolidated some error messages into a function

Thanks,
Ryan

Ryan Long (4):
  TargetFactory.cc: Convert to C++
  Target: Convert to C++
  ConfigFile: Convert to C++
  ObjdumpProcessor: Convert to C++

 tester/covoar/ConfigFile.cc       | 82 +++++++++++++++------------------------
 tester/covoar/ConfigFile.h        |  2 +-
 tester/covoar/ObjdumpProcessor.cc | 27 +++++++------
 tester/covoar/ObjdumpProcessor.h  |  6 +--
 tester/covoar/TargetBase.cc       | 35 +++++++++--------
 tester/covoar/TargetBase.h        | 18 ++++-----
 tester/covoar/TargetFactory.cc    |  6 +--
 tester/covoar/Target_aarch64.cc   | 18 +++++----
 tester/covoar/Target_aarch64.h    |  6 +--
 tester/covoar/Target_arm.cc       | 16 ++++----
 tester/covoar/Target_arm.h        |  6 +--
 tester/covoar/Target_i386.cc      | 22 ++++++-----
 tester/covoar/Target_i386.h       |  4 +-
 tester/covoar/Target_lm32.cc      |  6 +--
 tester/covoar/Target_lm32.h       |  4 +-
 tester/covoar/Target_m68k.cc      | 12 +++---
 tester/covoar/Target_m68k.h       |  6 +--
 tester/covoar/Target_powerpc.cc   |  8 ++--
 tester/covoar/Target_powerpc.h    |  4 +-
 tester/covoar/Target_riscv.cc     |  6 +--
 tester/covoar/Target_riscv.h      |  6 +--
 tester/covoar/Target_sparc.cc     | 12 +++---
 tester/covoar/Target_sparc.h      |  6 +--
 23 files changed, 157 insertions(+), 161 deletions(-)

-- 
1.8.3.1



More information about the devel mailing list