Re: [PATCH] tests: Use ld to map (wrap) printf, puts and putchar to tester functions.

2017-11-07 Thread Sebastian Huber
On 08/11/17 03:29, Chris Johns wrote: - Remove the macro defines and the need for tmacro.h by remapping the symbols using ld's wrap option. - Remove FLUSH_OUTPUT, it was empty. - Move rtems_test_exit to libmisc/testsupport as a function. This is a really nice change. Its good that at least o

[PATCH] tests: Use ld to map (wrap) printf, puts and putchar to tester functions.

2017-11-07 Thread Chris Johns
- Remove the macro defines and the need for tmacro.h by remapping the symbols using ld's wrap option. - Remove FLUSH_OUTPUT, it was empty. - Move rtems_test_exit to libmisc/testsupport as a function. Update #3199. --- cpukit/libmisc/Makefile.am | 1 + cpukit/libmisc/testsuppor