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: [commit] Support 64-bit constants/enums on 32-bit host [Re: [PATCH] Allow 64-bit enum values]


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

Jan> While I would never have that idea myself I can also do:
Jan> #ifdef BFD64 
Jan>     LONGEST ivalue;
Jan> #else
Jan>     long ivalue;
Jan> #endif
Jan> It always keeps the memory footprint and makes 64-bit constants working on
Jan> 32-bit gdb --enable-64-bit-bfd builds.

I think on the whole I'd prefer your original patch over this.
I tend to agree that these builds are not very common any more.

If anyone reading this objects, let us know; we can always back it out
or whatever.

Tom


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