[ was: Re: [PATCH][gdb/testsuite] Fix shlib compilation with target board unix/-pie/-fPIE ] On 12/20/20 3:29 AM, Simon Marchi wrote: > > > On 2020-12-19 12:44 p.m., Tom de Vries wrote: >> I thought this over a bit more, and came to the realization that what >> this does is similar to save_vars, only for target board_info. >> >> So, how about this refactoring? > > Makes sense, but I would opt for a separate save_target_board_info proc > instead, it's a bit easier to remember how to use, and will keep each > implementation simple. > Done, committed as attached. Thanks, - Tom