diff options
author | Simon Marchi <simon.marchi@polymtl.ca> | 2015-11-03 13:33:14 -0500 |
---|---|---|
committer | Simon Marchi <simon.marchi@ericsson.com> | 2015-11-03 13:33:14 -0500 |
commit | f844cf0ec3887110375e9c1d4c48a68cb6a8b141 (patch) | |
tree | a6d1e0f0bad8132bfce62e8e8a178507b3c33ee0 /gdb/ChangeLog | |
parent | 171de4b8fb2bfe1be8a2f7f479047e51da05883e (diff) | |
download | gdb-f844cf0ec3887110375e9c1d4c48a68cb6a8b141.zip gdb-f844cf0ec3887110375e9c1d4c48a68cb6a8b141.tar.gz gdb-f844cf0ec3887110375e9c1d4c48a68cb6a8b141.tar.bz2 |
arm-linux-nat.c: Add cast
Fixes:
/home/simark/src/binutils-gdb/gdb/arm-linux-nat.c: In function ‘const target_desc* arm_linux_read_description(target_ops*)’:
/home/simark/src/binutils-gdb/gdb/../include/libiberty.h:711:38: error: invalid conversion from ‘void*’ to ‘char*’ [-fpermissive]
# define alloca(x) __builtin_alloca(x)
^
/home/simark/src/binutils-gdb/gdb/arm-linux-nat.c:578:13: note: in expansion of macro ‘alloca’
buf = alloca (VFP_REGS_SIZE);
^
gdb/ChangeLog:
* arm-linux-nat.c (arm_linux_read_description): Add cast.
Diffstat (limited to 'gdb/ChangeLog')
-rw-r--r-- | gdb/ChangeLog | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 7de4153..8cb45b8 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,5 +1,9 @@ 2015-11-03 Simon Marchi <simon.marchi@polymtl.ca> + * arm-linux-nat.c (arm_linux_read_description): Add cast. + +2015-11-03 Simon Marchi <simon.marchi@polymtl.ca> + * 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. |