mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2025-03-13 13:49:00 +08:00
Change return type of raw_bkpt_type_to_arm_hwbp_type
Fixes: /home/simark/src/binutils-gdb/gdb/gdbserver/linux-arm-low.c: In function ‘int arm_linux_hw_point_initialize(raw_bkpt_type, CORE_ADDR, int, arm_linux_hw_breakpoint*)’: /home/simark/src/binutils-gdb/gdb/gdbserver/linux-arm-low.c:459:55: error: invalid conversion from ‘int’ to ‘arm_hwbp_type’ [-fpermissive] hwbp_type = raw_bkpt_type_to_arm_hwbp_type (raw_type); ^ gdb/gdbserver/ChangeLog: * linux-arm-low.c (raw_bkpt_type_to_arm_hwbp_type): Change return type to arm_hwbp_type.
This commit is contained in:
parent
04248ead1f
commit
171de4b8fb
@ -1,3 +1,8 @@
|
||||
2015-11-03 Simon Marchi <simon.marchi@polymtl.ca>
|
||||
|
||||
* linux-arm-low.c (raw_bkpt_type_to_arm_hwbp_type):
|
||||
Change return type to arm_hwbp_type.
|
||||
|
||||
2015-11-03 Simon Marchi <simon.marchi@polymtl.ca>
|
||||
|
||||
* linux-aarch32-low.c (arm_fill_gregset): Add cast.
|
||||
|
@ -426,7 +426,7 @@ arm_linux_hw_breakpoint_equal (const struct arm_linux_hw_breakpoint *p1,
|
||||
|
||||
/* Convert a raw breakpoint type to an enum arm_hwbp_type. */
|
||||
|
||||
static int
|
||||
static arm_hwbp_type
|
||||
raw_bkpt_type_to_arm_hwbp_type (enum raw_bkpt_type raw_type)
|
||||
{
|
||||
switch (raw_type)
|
||||
|
Loading…
Reference in New Issue
Block a user