Il 13/02/2013 23:21, Anthony Green ha scritto:
> +/* Disassemble moxie instructions.
> + Copyright 2009
> + Free Software Foundation, Inc.
> +
> + This file is part of the GNU opcodes library.
> +
> + This library is free software; you can redistribute it and/or modify
> + it under the te
On 02/13/2013 03:21 PM, Anthony Green wrote:
> This patch adds the disassembler logic for moxie.
When sending a patch series, it is better if you thread each message as
a reply to a cover letter, rather than each message as a top-level
thread ('git send-email -5 --cover-letter' is one way to easil
This patch adds the disassembler logic for moxie.
>From 57158c29b2956d03c5948b530fa476e26c893000 Mon Sep 17 00:00:00 2001
From: Anthony Green
Date: Wed, 13 Feb 2013 16:44:45 -0500
Subject: [PATCH 2/5] Add moxie disassembler
Signed-off-by: Anthony Green
---
disas.c | 6 +
disas/M
Anthony Green writes:
> This patch adds the disassembler logic for moxie.
>
>
> Signed-off-by: Anthony Green
> diff --git a/disas/moxie.c b/disas/moxie.c
> new file mode 100644
> index 000..20ae0eb
> --- /dev/null
> +++ b/disas/moxie.c
> @@ -0,0 +1,369 @@
> +/* Disassemble moxie instruction
This patch adds the disassembler logic for moxie.
Signed-off-by: Anthony Green
---
disas.c | 6 +
disas/Makefile.objs | 1 +
disas/moxie.c | 369
include/disas/bfd.h | 2 +
4 files changed, 378 insertions(+)
create mo