diff options
author | Simon Marchi <simon.marchi@polymtl.ca> | 2015-11-03 13:33:12 -0500 |
---|---|---|
committer | Simon Marchi <simon.marchi@ericsson.com> | 2015-11-03 13:33:12 -0500 |
commit | f4b0a6714adb7371e3b7a0f47589c3dfd958cd09 (patch) | |
tree | 6c9c2d0406f7edacbf3a69554eff3303b804ce02 /libiberty/putenv.c | |
parent | 653090d3219377766f1d4597819fa3c805ce49eb (diff) | |
download | gdb-f4b0a6714adb7371e3b7a0f47589c3dfd958cd09.zip gdb-f4b0a6714adb7371e3b7a0f47589c3dfd958cd09.tar.gz gdb-f4b0a6714adb7371e3b7a0f47589c3dfd958cd09.tar.bz2 |
target_ops mask_watchpoint: change int to target_hw_bp_type
Fixes:
/home/simark/src/binutils-gdb/gdb/ppc-linux-nat.c: In function ‘int ppc_linux_insert_mask_watchpoint(target_ops*, CORE_ADDR, CORE_ADDR, int)’:
/home/simark/src/binutils-gdb/gdb/ppc-linux-nat.c:1730:40: error: invalid conversion from ‘int’ to ‘target_hw_bp_type’ [-fpermissive]
p.trigger_type = get_trigger_type (rw);
^
gdb/ChangeLog:
* ppc-linux-nat.c (ppc_linux_insert_mask_watchpoint): Change
type of rw to enum target_hw_bp_type.
(ppc_linux_remove_mask_watchpoint): Likewise.
* target.c (target_insert_mask_watchpoint): Likewise.
(target_remove_mask_watchpoint): Likewise.
* target.h (target_insert_mask_watchpoint): Likewise.
(target_remove_mask_watchpoint): Likewise.
(struct target_ops) <to_insert_mask_watchpoint>: Likewise.
(struct target_ops) <to_remove_mask_watchpoint>: Likewise.
* target-delegates.c: Regenerate.
Diffstat (limited to 'libiberty/putenv.c')
0 files changed, 0 insertions, 0 deletions