This is the mail archive of the cgen@sources.redhat.com mailing list for the CGEN 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]

[PATCH] Add new model m32r2 of Renesas M32R.


Hi,
The attached patches and files add new model m32r2 of Renesas M32R
architecture support.

Please commit.

Kazuhiro Inaoka.


cgen/ChangLog

2003-12-02  Kazuhiro Inaoka <inaoka.kazuhiro@renesas.com>

        * cpu/m32r.cpu : Add new model m32r2.
        Add new instructions.
        Replace occurrances of 'Mitsubishi' with 'Renesas'.
        Changed PIPE attr of push from O to OS.
        Care for Little-endian of M32R.
        * cpu/m32r.opc (CGEN_DIS_HASH, my_print_insn):
        Care for Little-endian of M32R.
        (parse_slo16): signed extension for value.

bfd/ChangeLog

2003-12-02  Kazuhiro Inaoka <inaoka.kazuhiro@renesas.com>

        * archures.c (bfd_mach_m32r2): New machine types.
        * cpu-m32r.c : New machine types.
        * elf32-m32r.c (m32r_elf_object_p, m32r_elf_final_write_processing,
        m32r_elf_merge_private_bfd_data): New machine types.

gas/ChangeLog

2003-12-02  Kazuhiro Inaoka <inaoka.kazuhiro@renesas.com>

        * config/tc-m32r.c : Add new machine m32r2.
        Add new instructions.
        (line_separator_chars) : Use '!'.
        * config/tc-m32r.h : Add new machine m32r2.

gas/tsetsuite/ChangeLog

2003-12-02  Kazuhiro Inaoka <inaoka.kazuhiro@renesas.com>

        * gas/m32r/m32r2.exp : New file for m32r2.
        * gas/m32r/m32r2.s : Likewise.
        * gas/m32r/m32r2.d : Likewise.

include/ChangeLog

2003-12-02   Kazuhiro Inaoka <inaoka.kazuhiro@renesas.com>

        * elf/m32r.h : Add new machine type m32r2 and instruction modes.

ChangeLog/sim/m32r

2003-12-02  Kazuhiro Inaoka <inaoka.kazuhiro@renesas.com>

        * Makefile.in : Add new machine m32r2.
        * m32r2.c : New file for m32r2.
 * mloop2.in : Ditto
 * model2.c : Ditto
 * sem2-switch.c : Ditto
        * m32r-sim.h : Add EVB register.
        * sim-if.h : Ditto
        * sim-main.h : Ditto
        * traps.c : Ditto

Attachment: sem2-switch.c
Description: Binary data

Attachment: m32r2.d
Description: Binary data

Attachment: m32r2.exp
Description: Binary data

Attachment: mloop2.in
Description: Binary data

Attachment: m32r2.c
Description: Binary data

Attachment: bfd.m32r2.patch
Description: Binary data

Attachment: cgen.m32r2.patch
Description: Binary data

Attachment: gas.m32r2.patch
Description: Binary data

Attachment: include.m32r2.patch
Description: Binary data

Attachment: sim.m32r2.patch
Description: Binary data

Attachment: m32r2.s
Description: Binary data


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