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: [4/10] Add missing bfd_vma type to builtin_type


I wrote:

> the builtin_type structure already contains duplicate copies of all
> builtin data types that depend on the architecture, except for bfd_vma.
> This patch fixes that omission.

That may be not the right thing to do -- the builtin_type_bfd_vma is
actually completely unused, so we should probably just remove it
(together with gdbarch_bfd_vma_bit).

Bye,
Ulrich

-- 
  Dr. Ulrich Weigand
  GNU Toolchain for Linux on System z and Cell BE
  Ulrich.Weigand@de.ibm.com


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