This is the mail archive of the gdb-patches@sourceware.org mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [PATCH 01/10] change gdb to refcount bfd everywhere


>>>>> "Jan" == Jan Kratochvil <jan.kratochvil@redhat.com> writes:

Jan> When you ask I was not so happy with the constant widths but I am
Jan> OK with it as this is only 'maint' command; still at least there
Jan> could be like from probe.c:

Jan>   /* What's the size of an address in our architecture?  */
Jan>   size_addr = gdbarch_addr_bit (gdbarch) == 64 ? 18 : 10;

I'll change it to 18.
It can't vary because there may be BFDs from multiple architectures in
the same listing.

Tom


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]