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:

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

Mike> Ah, yes, I agree.

The patch to do that is preapproved, with a ChangeLog entry of course.

Mike> Another patch to get the overlay code to work is below.  It just
Mike> replaces unsigned int (32-bits for me) with CORE_ADDR, as
Mike> otherwise int doesn't have enough bits to actually hold a long
Mike> (64-bits for me).

Needs a ChangeLog but is otherwise ok.

Tom


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