This is the mail archive of the binutils@sourceware.org mailing list for the binutils project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [PATCH] Lexra support in binutils


On Sun, Sep 21, 2008 at 08:24:09AM +0400, Sergey Lapin wrote:
Hi, all!
> 
> This is updated version of patch - ISAs are additive,
> I have introduced ISA0 for Lexra-like CPUs.
> E_MIPS_MACH field is also specified.
> A simple test is added to test suite.
> 
> This patch is against binutils-2.17
> 
> Waiting for your feedback.
> S.
> 
> Signed-off-by: Sergey Lapin <slapin@ossfans.org>
> ---
>  bfd/archures.c                     |    1 +
>  bfd/bfd-in2.h                      |    1 +
>  bfd/cpu-mips.c                     |    4 +-
>  bfd/elfxx-mips.c                   |    7 +
>  binutils/readelf.c                 |    1 +
>  gas/config/tc-mips.c               |   76 +++++-
>  gas/testsuite/gas/mips/lexra-ill.l |    6 +
>  gas/testsuite/gas/mips/lexra-ill.s |    7 +
>  gas/testsuite/gas/mips/mips.exp    |    9 +-
>  include/elf/mips.h                 |    1 +
>  include/opcode/mips.h              |    3 +
>  opcodes/mips-opc.c                 |  595 ++++++++++++++++++------------------
>  12 files changed, 409 insertions(+), 302 deletions(-)
>  create mode 100644 gas/testsuite/gas/mips/lexra-ill.l
>  create mode 100644 gas/testsuite/gas/mips/lexra-ill.s

What is about this patch?


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]