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 * 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 * 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 * 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 * 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 * elf/m32r.h : Add new machine type m32r2 and instruction modes. ChangeLog/sim/m32r 2003-12-02 Kazuhiro Inaoka * 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