This is an automated email from Gerrit.

Matthias Welwarsky (matth...@welwarsky.de) just uploaded a new patch set to 
Gerrit, which you can find at http://openocd.zylin.com/3829

-- gerrit

commit 3ced3bee2dc64c04bd37502de5a45594c3dfb2f1
Author: Matthias Welwarsky <matthias.welwar...@sysgo.com>
Date:   Thu Oct 20 17:15:00 2016 +0200

    aarch64: remove arm command chain from aarch64 target commands
    
    arm commands are mostly unusable anyway, remove them. to be replaced
    by aarch64 specific commands later
    
    Change-Id: Ie994771bc0e86cff1c26f68f1f51ce8ec352a509
    Signed-off-by: Matthias Welwarsky <matthias.welwar...@sysgo.com>

diff --git a/src/target/aarch64.c b/src/target/aarch64.c
index f0ac32c..4871738 100644
--- a/src/target/aarch64.c
+++ b/src/target/aarch64.c
@@ -2126,9 +2126,6 @@ static const struct command_registration 
aarch64_exec_command_handlers[] = {
 };
 static const struct command_registration aarch64_command_handlers[] = {
        {
-               .chain = arm_command_handlers,
-       },
-       {
                .chain = armv8_command_handlers,
        },
        {

-- 

------------------------------------------------------------------------------
Check out the vibrant tech community on one of the world's most 
engaging tech sites, SlashDot.org! http://sdm.link/slashdot
_______________________________________________
OpenOCD-devel mailing list
OpenOCD-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/openocd-devel

Reply via email to