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: remote-sim.h


>>>>> "Mike" == Mike Stump <mikestump@comcast.net> writes:

Mike> Indeed, bfd_vma would work just fine for me.  (I only have 64-bit
Mike> pointers, and only have one target).

I don't know this code, but the comment in remote-sim.h indicates it is
trying to use the same type as gdb, and the current gdb/defs.h says:

    typedef bfd_vma CORE_ADDR;

remote-sim.h is the only reference I see to CORE_ADDR_TYPE.
I don't know the history but replacing it with bfd_vma seems like the
right thing.

Tom


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