Unbreak PPC gdb builds
authorPedro Alves <palves@redhat.com>
Sun, 2 Aug 2015 18:46:50 +0000 (11:46 -0700)
committerPedro Alves <palves@redhat.com>
Sun, 2 Aug 2015 18:46:50 +0000 (11:46 -0700)
commite76460dbb9b9b34b9c7fc2f2e4faae38730d00b0
treec4c515591cb561961dd992daeadcdd5b0932f431
parent835a09d99d585bfdc9f760970908e10bd8b2fec2
Unbreak PPC gdb builds

Commit f486487f5586 (Mostly trivial enum fixes) missed updating
ppc-linux-nat.c, resulting in:

 ../../src/gdb/ppc-linux-nat.c: In function ‘_initialize_ppc_linux_nat’:
 ../../src/gdb/ppc-linux-nat.c:2503:27: error: assignment from incompatible pointer type [-Werror]
 ../../src/gdb/ppc-linux-nat.c:2504:27: error: assignment from incompatible pointer type [-Werror]

gdb/ChangeLog
2015-08-02  Pedro Alves  <palves@redhat.com>

* ppc-linux-nat.c (get_trigger_type, create_watchpoint_request)
(ppc_linux_insert_watchpoint, ppc_linux_remove_watchpoint): Change
parameter 'rw's type to enum target_hw_bp_type and rename to
'type'.
gdb/ppc-linux-nat.c
This page took 0.044065 seconds and 4 git commands to generate.