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: Update to splay-tree.h for 64-bit Windows host


Nick Clifton <nickc@redhat.com> writes:
>   I have checked in the patch below as part of a wider patch to allow
>   the binutils to be built on a 64-bit windows host.  It provides a
>   64-bit windows alternative for the type of the splay_tree_key and
>   splay_tree_value types.

Out of curiosity --- what would it cost to make splay tree keys always
64 bits long?  I needed a splay tree indexed by 64-bit addresses for
GDB; I made it go, but it was a pain.


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