This is the mail archive of the
gdb-patches@sourceware.org
mailing list for the GDB project.
Re: [PATCH 01/10] change gdb to refcount bfd everywhere
On Wed, 25 Jul 2012 16:52:21 +0200, Tom Tromey wrote:
> I'll change it to 18.
> It can't vary because there may be BFDs from multiple architectures in
> the same listing.
This is why you should do one scan before to find the maximum used width, like
probe.c does. :-) Still I do not think it matters much for 'info maint', 18
should be enough.
Thanks,
Jan