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]

ping: [PATCH v3] Unbreak gdb build on 32-bit host with ADI support


On Sat, 26 Aug 2017 02:33:25 +0200, Weimin Pan wrote:
> The problem of failing to build with arm-linux-gnueabihf-g++-4.8 was
> that type CORE_ADDR is of "unsigned long" on a 64-bit machine so it's
> OK to use %lx but is of type "unsigned long long" on a 32 bit system.

This is a bit annoying during testing, could there be an approval?


Jan


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