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: [PATCH] xcoff64 support, read correct aux entries in case of xlc, qfuncsect and ffunction-sections filename update.


>>>>> "Ulrich" == Ulrich Weigand <uweigand@de.ibm.com> writes:

Ulrich> I think it really needs to be CORE_ADDR.  Note that "long long"
Ulrich> shouldn't be used in common code since on some systems /
Ulrich> compilers this data type isn't even available ...

FWIW, I think we have some uses of "long long" in the generic code.
E.g., tracepoint.c.

However, I think we should still stick to the LONGEST / ULONGEST /
CORE_ADDR convention; partly because the majority of code uses it, but
also because I think the CORE_ADDR distinction in particular is useful
to maintain when possible.

Tom


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