Use pulongest in aarch64-linux-tdep.c
authorTom Tromey <tom@tromey.com>
Tue, 2 Oct 2018 22:44:47 +0000 (16:44 -0600)
committerTom Tromey <tom@tromey.com>
Wed, 3 Oct 2018 01:30:19 +0000 (19:30 -0600)
commit2398abf8bca3563ddab4bd41c710af8027fe2919
tree423b0f1a7b0fb13d128171b905ba8a74d9fdf06e
parent53c30c89d160e83ba3870693a9b32363c6811ede
Use pulongest in aarch64-linux-tdep.c

I tried a build on macOS today and it failed due to a mismatch between
the printf format and the type in aarch64-linux-tdep.c.  This patch
fixes the problem by using pulongest and %s rather than %ld.

gdb/ChangeLog
2018-10-02  Tom Tromey  <tom@tromey.com>

* aarch64-linux-tdep.c (aarch64_linux_sigframe_init): Use pulongest.
gdb/ChangeLog
gdb/aarch64-linux-tdep.c
This page took 0.025944 seconds and 4 git commands to generate.