Re: [PATCH 1/4] rtems-exeinfo.cpp: Restore ostream format

2021-07-19 Thread Chris Johns
On 20/7/21 3:13 am, Ryan Long wrote: > CID 1503006: Not restoring ostream format > CID 1503007: Not restoring ostream format > > Used a variable to store the format of the ostream before any changes, > and copied what was originally there back into the stream before > returning from the function.

[PATCH 1/4] rtems-exeinfo.cpp: Restore ostream format

2021-07-19 Thread Ryan Long
CID 1503006: Not restoring ostream format CID 1503007: Not restoring ostream format Used a variable to store the format of the ostream before any changes, and copied what was originally there back into the stream before returning from the function. Closes #4469 --- linkers/rtems-exeinfo.cpp | 9