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 _______________________________________________ devel mailing list devel@rtems.org http://lists.rtems.org/mailman/listinfo/devel