[PATCH] xcoff64 support, read correct aux entries in case of xlc, qfuncsect and ffunction-sections filename update.

Tom Tromey tromey@redhat.com
Tue Sep 17 18:39:00 GMT 2013


>>>>> "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



More information about the Gdb-patches mailing list