openocd/src/target/openrisc
Paul Fertser 151c31785a mips32, dsp563xx: fix segfault on Gdb attach
Since c6216201b2 gdb target description
generation support is enabled by default and it counts on checking
"feature" pointer in reg_list. Both mips32 and dsp563xx neither used
calloc nor explicitly set feature (as it was a newly introduced struct
field).

This patch changes all targets to use calloc for consistency.

Change-Id: I9eceadef8b04aacb108e24ae23cb51ca3009586f
Signed-off-by: Paul Fertser <fercerpav@gmail.com>
Reviewed-on: http://openocd.zylin.com/2102
Tested-by: jenkins
Reviewed-by: Salvador Arroyo <sarroyofdez@yahoo.es>
Reviewed-by: Spencer Oliver <spen@spen-soft.co.uk>
2014-04-14 18:18:13 +00:00
..
Makefile.am topic: Support for the Xilinx BSCAN_* Virtual JTAG in Openrisc 2013-12-14 21:53:16 +00:00
or1k.c mips32, dsp563xx: fix segfault on Gdb attach 2014-04-14 18:18:13 +00:00
or1k.h Add new target type: OpenRISC 2013-09-26 09:52:56 +00:00
or1k_du.h Add new target type: OpenRISC 2013-09-26 09:52:56 +00:00
or1k_du_adv.c Conform to C99 integer types format specifiers 2014-01-15 12:40:42 +00:00
or1k_tap.h topic: Support for the Xilinx BSCAN_* Virtual JTAG in Openrisc 2013-12-14 21:53:16 +00:00
or1k_tap_mohor.c Add new target type: OpenRISC 2013-09-26 09:52:56 +00:00
or1k_tap_vjtag.c Conform to C99 integer types format specifiers 2014-01-15 12:40:42 +00:00
or1k_tap_xilinx_bscan.c topic: Support for the Xilinx BSCAN_* Virtual JTAG in Openrisc 2013-12-14 21:53:16 +00:00