Re: [PATCH v2] rtems-utils: Change data type definition

2021-08-09 Thread Chris Johns
On 9/8/21 10:48 pm, Ryan Long wrote: > Without the global namespace prefix, it results in the following error > > ../linkers/rtems-exeinfo.cpp: In member function ‘void > rld::exeinfo::image::output_compilation_unit(bool, bool)’: > ../linkers/rtems-exeinfo.cpp:370:14: error: ‘rld::rtems::utils’

RE: [PATCH v2] rtems-utils: Change data type definition

2021-08-09 Thread Ryan Long
. This was the only way we figured out how to get it to compile without the typedef at the top of the file. -Original Message- From: Chris Johns Sent: Friday, August 6, 2021 12:46 AM To: Ryan Long ; devel@rtems.org Subject: Re: [PATCH v2] rtems-utils: Change data type definition On 6/8/21

Re: [PATCH v2] rtems-utils: Change data type definition

2021-08-05 Thread Chris Johns
On 6/8/21 6:43 am, Ryan Long wrote: > Remove typedef of ostream_guard and change datatype of ostream_guards to > have the namespace in the variable declarations. > --- > linkers/rtems-exeinfo.cpp| 6 ++ > tester/covoar/CoverageMapBase.cc | 4 +--- > tester/covoar/ReportsHtml.cc |

[PATCH v2] rtems-utils: Change data type definition

2021-08-05 Thread Ryan Long
Remove typedef of ostream_guard and change datatype of ostream_guards to have the namespace in the variable declarations. --- linkers/rtems-exeinfo.cpp| 6 ++ tester/covoar/CoverageMapBase.cc | 4 +--- tester/covoar/ReportsHtml.cc | 4 +--- tester/covoar/ReportsText.cc | 4