ARM11: macro cleanup
commitfa9b0e2167c295c1f0de349563b893540fc73cb0
authorDavid Brownell <dbrownell@users.sourceforge.net>
Sun, 22 Nov 2009 23:50:24 +0000 (22 15:50 -0800)
committerDavid Brownell <dbrownell@users.sourceforge.net>
Sun, 22 Nov 2009 23:50:24 +0000 (22 15:50 -0800)
treed753627d500b4612c1b38ba02824d5933c3237b4
parentaf7f6891e98d538eabcf137d89f28bf3406a4999
ARM11: macro cleanup

Make this code look more like the rest of the OpenOCD code.

 - Use calloc() directly, not NEW() ... and fix some potential
   memory leaks while we're at it.

 - Remove FNC_INFO ... it's a NOP that just clutters things,
   and it's trivial for developers to add tracing as needed.

 - Replace FNC_INFO_NOTIMPLEMENTED with LOG_WARNING calls;
   ditto.  And stop having those call sites wrongly succeed!

 - Waste less space with the CHECK_RETVAL() macro.

Signed-off-by: David Brownell <dbrownell@users.sourceforge.net>
src/target/arm11.c
src/target/arm11.h