From: OpenOCD-Gerrit <ope...@us...> - 2020-03-12 10:10:06
|
This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "Main OpenOCD repository". The branch, master has been updated via 9626402c5a65423d4e4e9091f710b542522ca125 (commit) from fba438fde7355bcbe5fb4dc0ce712665d3d8a6da (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit 9626402c5a65423d4e4e9091f710b542522ca125 Author: Antonio Borneo <bor...@gm...> Date: Mon Jun 24 18:45:11 2019 +0200 target/armv4_5: remove unused macro The macro ARMV4_5_CORE_REG_MODENUM() is unused. Remove it! Change-Id: I183df57bd86c9428710ea3583e43fba88fd26e0a Signed-off-by: Antonio Borneo <bor...@gm...> Reviewed-on: http://openocd.zylin.com/5260 Tested-by: jenkins Reviewed-by: Muhammad Omair Javaid <oma...@li...> diff --git a/src/target/armv4_5.c b/src/target/armv4_5.c index 266a45869..c27e9537d 100644 --- a/src/target/armv4_5.c +++ b/src/target/armv4_5.c @@ -768,9 +768,6 @@ int arm_arch_state(struct target *target) return ERROR_OK; } -#define ARMV4_5_CORE_REG_MODENUM(cache, mode, num) \ - (cache->reg_list[armv4_5_core_reg_map[mode][num]]) - COMMAND_HANDLER(handle_armv4_5_reg_command) { struct target *target = get_current_target(CMD_CTX); ----------------------------------------------------------------------- Summary of changes: src/target/armv4_5.c | 3 --- 1 file changed, 3 deletions(-) hooks/post-receive -- Main OpenOCD repository |