This is an automated email from Gerrit. Spencer Oliver ([email protected]) just uploaded a new patch set to Gerrit, which you can find at http://openocd.zylin.com/2020
-- gerrit commit 402da28ea1d674a9f8c952eaba88aecd2b95dc7e Author: Spencer Oliver <[email protected]> Date: Tue Mar 4 21:51:58 2014 +0000 gdbserver: fix duplicate declaration commit da0d1e37 did not merge correctly, causing the build to fail. Change-Id: I3f525054bb38b7ee29bf27309bb2e6a5bb8329c7 Signed-off-by: Spencer Oliver <[email protected]> diff --git a/src/server/gdb_server.c b/src/server/gdb_server.c index 63c5f6b..e417bf4 100644 --- a/src/server/gdb_server.c +++ b/src/server/gdb_server.c @@ -2235,7 +2235,6 @@ static int gdb_target_description_supported(struct target *target, int *supporte int reg_list_size = 0; char **features = NULL; int feature_list_size = 0; - char **features = NULL; retval = target_get_gdb_reg_list(target, ®_list, ®_list_size, REG_CLASS_ALL); -- ------------------------------------------------------------------------------ Subversion Kills Productivity. Get off Subversion & Make the Move to Perforce. With Perforce, you get hassle-free workflows. Merge that actually works. Faster operations. Version large binaries. Built-in WAN optimization and the freedom to use Git, Perforce or both. Make the move to Perforce. http://pubads.g.doubleclick.net/gampad/clk?id=122218951&iu=/4140/ostg.clktrk _______________________________________________ OpenOCD-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/openocd-devel
