From brolley@sourceware.org Fri Oct 28 19:52:00 2005 From: brolley@sourceware.org (brolley@sourceware.org) Date: Fri, 28 Oct 2005 19:52:00 -0000 Subject: src/sid/component/cgen-cpu/xstormy16 ChangeLog ... Message-ID: <20051028195217.20017.qmail@sourceware.org> CVSROOT: /cvs/src Module name: src Changes by: brolley@sourceware.org 2005-10-28 19:52:17 Modified files: sid/component/cgen-cpu/xstormy16: ChangeLog xstormy16-desc.h Log message: 2005-10-28 Dave Brolley * xstormy16-desc.h: Regenerate. Patches: http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/sid/component/cgen-cpu/xstormy16/ChangeLog.diff?cvsroot=src&r1=1.14&r2=1.15 http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/sid/component/cgen-cpu/xstormy16/xstormy16-desc.h.diff?cvsroot=src&r1=1.4&r2=1.5 From brolley@sourceware.org Fri Oct 28 19:53:00 2005 From: brolley@sourceware.org (brolley@sourceware.org) Date: Fri, 28 Oct 2005 19:53:00 -0000 Subject: src/sid/component/cgen-cpu ChangeLog cgen-cpu. ... Message-ID: <20051028195333.20365.qmail@sourceware.org> CVSROOT: /cvs/src Module name: src Changes by: brolley@sourceware.org 2005-10-28 19:53:33 Modified files: sid/component/cgen-cpu: ChangeLog cgen-cpu.h compCGEN.cxx tracedis.cxx tracedis.h Log message: 2005-10-28 Dave Brolley Contribute the following changes: 2003-10-07 Dave Brolley * tracedis.cxx (cgen_disassemble): Rename isa_mask to isas. Now (CGEN_ISA_MASK*). * tracedis.h (opcode/cgen-bitset.h): #include it. (cgen_disassemble): Rename isa_mask to isas. Now (CGEN_ISA_MASK*). (cgen_bi_endian_cpu::disassemble): 'isas' now (CGEN_ISA_MASK *). * cgen-cpu.h (opcode/cgen-bitset.h): #include it. (cgen_bi_endian_cpu::disassemble): 'isas' now (CGEN_ISA_MASK *). * compCGEN.cxx (cgen_disassemble): Rename isa_mask to isas. Now (CGEN_ISA_MASK*). Patches: http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/sid/component/cgen-cpu/ChangeLog.diff?cvsroot=src&r1=1.64&r2=1.65 http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/sid/component/cgen-cpu/cgen-cpu.h.diff?cvsroot=src&r1=1.15&r2=1.16 http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/sid/component/cgen-cpu/compCGEN.cxx.diff?cvsroot=src&r1=1.14&r2=1.15 http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/sid/component/cgen-cpu/tracedis.cxx.diff?cvsroot=src&r1=1.4&r2=1.5 http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/sid/component/cgen-cpu/tracedis.h.diff?cvsroot=src&r1=1.3&r2=1.4 From brolley@sourceware.org Mon Nov 14 20:04:00 2005 From: brolley@sourceware.org (brolley@sourceware.org) Date: Mon, 14 Nov 2005 20:04:00 -0000 Subject: src/sid/component/gdb ChangeLog gdb.cxx gdb.h Message-ID: <20051114200453.7895.qmail@sourceware.org> CVSROOT: /cvs/src Module name: src Changes by: brolley@sourceware.org 2005-11-14 20:04:53 Modified files: sid/component/gdb: ChangeLog gdb.cxx gdb.h Log message: 2005-11-14 Dave Brolley * gdb.h (hw_watchpoints_t): New typedef in gdb. (hw_watchpoints): New member of gdb. (remove_all_hw_watchpoints, remove_hw_watchpoint): New methods of gdb. (add_hw_watchpoint): New method of gdb. * gdb.cxx (remove_breakpoint): Handle GDBSERV_TARGET_BP_WRITE. (set_breakpoint): Likewise. (remove_all_hw_watchpoints, remove_hw_watchpoint): New methods of gdb. (add_hw_watchpoint): New method of gdb. (process_detach): Call remove_all_hw_watchpoints. Patches: http://sourceware.org/cgi-bin/cvsweb.cgi/src/sid/component/gdb/ChangeLog.diff?cvsroot=src&r1=1.19&r2=1.20 http://sourceware.org/cgi-bin/cvsweb.cgi/src/sid/component/gdb/gdb.cxx.diff?cvsroot=src&r1=1.15&r2=1.16 http://sourceware.org/cgi-bin/cvsweb.cgi/src/sid/component/gdb/gdb.h.diff?cvsroot=src&r1=1.10&r2=1.11 From brolley@sourceware.org Mon Nov 14 20:05:00 2005 From: brolley@sourceware.org (brolley@sourceware.org) Date: Mon, 14 Nov 2005 20:05:00 -0000 Subject: src/sid/include ChangeLog sidcpuutil.h Message-ID: <20051114200516.8170.qmail@sourceware.org> CVSROOT: /cvs/src Module name: src Changes by: brolley@sourceware.org 2005-11-14 20:05:16 Modified files: sid/include : ChangeLog sidcpuutil.h Log message: 2005-11-14 Dave Brolley * sidcpuutil.h (basic_cpu::pin_factory): Parse, recognize and add watchable register and virtual pin for names representing hardware watchpoints. (read_data_memory_*): Make accessible as virtual methods from basic_cpu. (read_watchpoint_memory): New method of basic_cpu. Patches: http://sourceware.org/cgi-bin/cvsweb.cgi/src/sid/include/ChangeLog.diff?cvsroot=src&r1=1.60&r2=1.61 http://sourceware.org/cgi-bin/cvsweb.cgi/src/sid/include/sidcpuutil.h.diff?cvsroot=src&r1=1.32&r2=1.33 From nathan@sourceware.org Tue Dec 6 19:18:00 2005 From: nathan@sourceware.org (nathan@sourceware.org) Date: Tue, 06 Dec 2005 19:18:00 -0000 Subject: src/sid/component/cgen-cpu/mt Message-ID: <20051206191831.26294.qmail@sourceware.org> CVSROOT: /cvs/src Module name: src Changes by: nathan@sourceware.org 2005-12-06 19:18:31 src/sid/component/cgen-cpu/mt Update of /cvs/src/src/sid/component/cgen-cpu/mt In directory sourceware.org:/tmp/cvs-serv26282/mt Log Message: Directory /cvs/src/src/sid/component/cgen-cpu/mt added to the repository From nathan@sourceware.org Mon Dec 12 11:16:00 2005 From: nathan@sourceware.org (nathan@sourceware.org) Date: Mon, 12 Dec 2005 11:16:00 -0000 Subject: src/sid/component/cgen-cpu mt/ChangeLog mt/Mak ... Message-ID: <20051212111642.6550.qmail@sourceware.org> CVSROOT: /cvs/src Module name: src Changes by: nathan@sourceware.org 2005-12-12 11:16:42 Added files: sid/component/cgen-cpu/mt: ChangeLog Makefile.am Makefile.in aclocal.m4 configure configure.in hw-cpu-mt.txt hw-cpu-mt.xml mt-cpu.h mt-decode.cxx mt-decode.h mt-defs.h mt-desc.h mt-sem.cxx mt-write.cxx mt.cxx mt.h Removed files: sid/component/cgen-cpu/ms1: ChangeLog Makefile.am Makefile.in aclocal.m4 configure configure.in hw-cpu-ms1.txt hw-cpu-ms1.xml ms1-cpu.h ms1-decode.cxx ms1-decode.h ms1-defs.h ms1-desc.h ms1-sem.cxx ms1-write.cxx ms1.cxx ms1.h Log message: Rename ms1 files to mt files (part 1 -- renames only) Patches: http://sourceware.org/cgi-bin/cvsweb.cgi/src/sid/component/cgen-cpu/ms1/ChangeLog.diff?cvsroot=src&r1=1.1&r2=NONE http://sourceware.org/cgi-bin/cvsweb.cgi/src/sid/component/cgen-cpu/ms1/Makefile.am.diff?cvsroot=src&r1=1.1&r2=NONE http://sourceware.org/cgi-bin/cvsweb.cgi/src/sid/component/cgen-cpu/ms1/Makefile.in.diff?cvsroot=src&r1=1.2&r2=NONE http://sourceware.org/cgi-bin/cvsweb.cgi/src/sid/component/cgen-cpu/ms1/aclocal.m4.diff?cvsroot=src&r1=1.1&r2=NONE http://sourceware.org/cgi-bin/cvsweb.cgi/src/sid/component/cgen-cpu/ms1/configure.diff?cvsroot=src&r1=1.1&r2=NONE http://sourceware.org/cgi-bin/cvsweb.cgi/src/sid/component/cgen-cpu/ms1/configure.in.diff?cvsroot=src&r1=1.1&r2=NONE http://sourceware.org/cgi-bin/cvsweb.cgi/src/sid/component/cgen-cpu/ms1/hw-cpu-ms1.txt.diff?cvsroot=src&r1=1.1&r2=NONE http://sourceware.org/cgi-bin/cvsweb.cgi/src/sid/component/cgen-cpu/ms1/hw-cpu-ms1.xml.diff?cvsroot=src&r1=1.1&r2=NONE http://sourceware.org/cgi-bin/cvsweb.cgi/src/sid/component/cgen-cpu/ms1/ms1-cpu.h.diff?cvsroot=src&r1=1.1&r2=NONE http://sourceware.org/cgi-bin/cvsweb.cgi/src/sid/component/cgen-cpu/ms1/ms1-decode.cxx.diff?cvsroot=src&r1=1.1&r2=NONE http://sourceware.org/cgi-bin/cvsweb.cgi/src/sid/component/cgen-cpu/ms1/ms1-decode.h.diff?cvsroot=src&r1=1.1&r2=NONE http://sourceware.org/cgi-bin/cvsweb.cgi/src/sid/component/cgen-cpu/ms1/ms1-defs.h.diff?cvsroot=src&r1=1.1&r2=NONE http://sourceware.org/cgi-bin/cvsweb.cgi/src/sid/component/cgen-cpu/ms1/ms1-desc.h.diff?cvsroot=src&r1=1.1&r2=NONE http://sourceware.org/cgi-bin/cvsweb.cgi/src/sid/component/cgen-cpu/ms1/ms1-sem.cxx.diff?cvsroot=src&r1=1.1&r2=NONE http://sourceware.org/cgi-bin/cvsweb.cgi/src/sid/component/cgen-cpu/ms1/ms1-write.cxx.diff?cvsroot=src&r1=1.1&r2=NONE http://sourceware.org/cgi-bin/cvsweb.cgi/src/sid/component/cgen-cpu/ms1/ms1.cxx.diff?cvsroot=src&r1=1.1&r2=NONE http://sourceware.org/cgi-bin/cvsweb.cgi/src/sid/component/cgen-cpu/ms1/ms1.h.diff?cvsroot=src&r1=1.1&r2=NONE http://sourceware.org/cgi-bin/cvsweb.cgi/src/sid/component/cgen-cpu/mt/ChangeLog.diff?cvsroot=src&r1=NONE&r2=1.1 http://sourceware.org/cgi-bin/cvsweb.cgi/src/sid/component/cgen-cpu/mt/Makefile.am.diff?cvsroot=src&r1=NONE&r2=1.1 http://sourceware.org/cgi-bin/cvsweb.cgi/src/sid/component/cgen-cpu/mt/Makefile.in.diff?cvsroot=src&r1=NONE&r2=1.1 http://sourceware.org/cgi-bin/cvsweb.cgi/src/sid/component/cgen-cpu/mt/aclocal.m4.diff?cvsroot=src&r1=NONE&r2=1.1 http://sourceware.org/cgi-bin/cvsweb.cgi/src/sid/component/cgen-cpu/mt/configure.diff?cvsroot=src&r1=NONE&r2=1.1 http://sourceware.org/cgi-bin/cvsweb.cgi/src/sid/component/cgen-cpu/mt/configure.in.diff?cvsroot=src&r1=NONE&r2=1.1 http://sourceware.org/cgi-bin/cvsweb.cgi/src/sid/component/cgen-cpu/mt/hw-cpu-mt.txt.diff?cvsroot=src&r1=NONE&r2=1.1 http://sourceware.org/cgi-bin/cvsweb.cgi/src/sid/component/cgen-cpu/mt/hw-cpu-mt.xml.diff?cvsroot=src&r1=NONE&r2=1.1 http://sourceware.org/cgi-bin/cvsweb.cgi/src/sid/component/cgen-cpu/mt/mt-cpu.h.diff?cvsroot=src&r1=NONE&r2=1.1 http://sourceware.org/cgi-bin/cvsweb.cgi/src/sid/component/cgen-cpu/mt/mt-decode.cxx.diff?cvsroot=src&r1=NONE&r2=1.1 http://sourceware.org/cgi-bin/cvsweb.cgi/src/sid/component/cgen-cpu/mt/mt-decode.h.diff?cvsroot=src&r1=NONE&r2=1.1 http://sourceware.org/cgi-bin/cvsweb.cgi/src/sid/component/cgen-cpu/mt/mt-defs.h.diff?cvsroot=src&r1=NONE&r2=1.1 http://sourceware.org/cgi-bin/cvsweb.cgi/src/sid/component/cgen-cpu/mt/mt-desc.h.diff?cvsroot=src&r1=NONE&r2=1.1 http://sourceware.org/cgi-bin/cvsweb.cgi/src/sid/component/cgen-cpu/mt/mt-sem.cxx.diff?cvsroot=src&r1=NONE&r2=1.1 http://sourceware.org/cgi-bin/cvsweb.cgi/src/sid/component/cgen-cpu/mt/mt-write.cxx.diff?cvsroot=src&r1=NONE&r2=1.1 http://sourceware.org/cgi-bin/cvsweb.cgi/src/sid/component/cgen-cpu/mt/mt.cxx.diff?cvsroot=src&r1=NONE&r2=1.1 http://sourceware.org/cgi-bin/cvsweb.cgi/src/sid/component/cgen-cpu/mt/mt.h.diff?cvsroot=src&r1=NONE&r2=1.1 From nathan@sourceware.org Mon Dec 12 11:25:00 2005 From: nathan@sourceware.org (nathan@sourceware.org) Date: Mon, 12 Dec 2005 11:25:00 -0000 Subject: src/sid/component/cgen-cpu ChangeLog mt/Change ... Message-ID: <20051212112509.9617.qmail@sourceware.org> CVSROOT: /cvs/src Module name: src Changes by: nathan@sourceware.org 2005-12-12 11:25:09 Modified files: sid/component/cgen-cpu: ChangeLog sid/component/cgen-cpu/mt: ChangeLog Makefile.am Makefile.in Log message: Rename ms1 to mt, part 1 * config.sub: Replace ms1 arch with mt. Allow ms1 as alias. * configure.in: Replace ms1 arch with mt. * configure: Rebuilt. * bfd/Makefile.am (ALL_MACHINES, ALL_MACHINES_CFILES, BFD32_BACKENDS, BFD32_BACKENDS_CFILES): Replace ms1 with mt. (cpu_mt.lo, elf32-mt.lo): Update target and dependency names. * bfd/Makefile.in: Rebuilt. * bfd/config.bfd: Replace ms1 arch with mt. * bfd/configure.in: Replace ms1 files with mt files. * bfd/configure: Rebuilt. * bfd/elf32-mt.c: Renamed from elf32-ms1.c. Update include files. * bfd/cpu-mt.c: Renamed from cpu-ms1.c. * cpu/mt.cpu: Rename from ms1.cpu. * cpu/mt.opc: Rename from ms1.opc. * binutils/Makefile.am: Replace ms1 files with mt files. * binutils/Makefile.in: Rebuilt. * binutils/readelf.c (elf/mt.h): Adjust #include. * gas/configure.in: Replace ms1 arch with mt arch. * gas/configure: Rebuilt. * gas/configure.tgt: Replace ms1 arch with mt arch. * gas/config/tc-mt.c: Renamed from tc-ms1.c: Update include files. * gas/doc/Makefile.am (CPU_DOCS): Replace ms1 files with mt files. * gas/doc/Makefile.in: Rebuilt. * gas/testsuite/gas/mt: Renamed from ms1 dir. Update file names as needed. * gas/testsuite/gas/mt/errors.exp: Replace ms1 arch with mt arch. * gas/testsuite/gas/mt/mt.exp: Replace ms1 arch with mt arch. * gas/testsuite/gas/mt/relocs.exp: Replace ms1 arch with mt arch. * gdb/configure.tgt: Replace ms1 arch with mt arch. * gdb/config/mt: Renamed from ms1 dir. Update file names as needed. * gdb/config/mt/mt.mt (TDEPFILES): Replace ms1 file with mt file. * include/elf/mt.h: Renamed from ms1.h * ld/Makefile.am (ALL_EMULATIONS): Replace ms1 files with mt files. (eelf32mt.c): Update target name and dependencies. * ld/Makefile.in: Rebuilt. * ld/configure.tgt: Replace ms1 arch with mt arch. * ld/emulparams/elf32mt.sh: Renamed from elf32ms1.sh. Update comment. * libgloss/configure.in: Replace ms1 arch with mt arch. * libgloss/configure: Rebuilt. * libgloss/mt: Renamed from ms1 dir. * newlib/configure.host: Replace ms1 arch with mt arch. * newlib/libc/machine/mt: Renamed from ms1 dir. * opcodes/Makefile.am (CLEANFILES, CGEN_CPUS, MT_DEPS): Replace ms1 with mt. * opcodes/Makefile.in: Rebuilt. * opcodes/configure.in: Replace ms1 files with mt files. * opcodes/configure: Rebuilt. * sid/component/cgen-cpu/mt: Renamed from ms1 dir. Update file names as appropriate. * sid/component/cgen-cpu/mt/Makefile.am: Replace ms1 files with mt files. * sid/component/cgen-cpu/mt/Makefile.in: Rebuilt. Patches: http://sourceware.org/cgi-bin/cvsweb.cgi/src/sid/component/cgen-cpu/ChangeLog.diff?cvsroot=src&r1=1.65&r2=1.66 http://sourceware.org/cgi-bin/cvsweb.cgi/src/sid/component/cgen-cpu/mt/ChangeLog.diff?cvsroot=src&r1=1.1&r2=1.2 http://sourceware.org/cgi-bin/cvsweb.cgi/src/sid/component/cgen-cpu/mt/Makefile.am.diff?cvsroot=src&r1=1.1&r2=1.2 http://sourceware.org/cgi-bin/cvsweb.cgi/src/sid/component/cgen-cpu/mt/Makefile.in.diff?cvsroot=src&r1=1.1&r2=1.2 From nathan@sourceware.org Fri Dec 16 10:23:00 2005 From: nathan@sourceware.org (nathan@sourceware.org) Date: Fri, 16 Dec 2005 10:23:00 -0000 Subject: src/sid ChangeLog Makefile.in aclocal.m4 confi ... Message-ID: <20051216102317.24401.qmail@sourceware.org> CVSROOT: /cvs/src Module name: src Changes by: nathan@sourceware.org 2005-12-16 10:23:17 Modified files: sid : ChangeLog Makefile.in aclocal.m4 configure sid.spec sid/bsp : ChangeLog Makefile.am Makefile.in aclocal.m4 configrun-sid.in sid/bsp/pregen : ChangeLog Makefile.in pregen-configs.in sid/component : ChangeLog aclocal.m4 configure tconfig.in sid/component/bochs: ChangeLog aclocal.m4 sid/component/cache: ChangeLog Makefile.in sid/component/cgen-cpu: ChangeLog Makefile.in aclocal.m4 compCGEN.cxx configure configure.in sid/component/cgen-cpu/mt: ChangeLog Makefile.am Makefile.in hw-cpu-mt.txt mt-cpu.h mt-decode.cxx mt-decode.h mt-defs.h mt-desc.h mt-sem.cxx mt-write.cxx mt.cxx mt.h sid/component/consoles: ChangeLog Makefile.in sid/component/families: aclocal.m4 configure sid/component/gdb: ChangeLog Makefile.in sid/component/gloss: ChangeLog Makefile.in sid/component/glue: ChangeLog Makefile.in sid/component/ide: ChangeLog Makefile.in sid/component/interrupt: ChangeLog Makefile.in sid/component/lcd: ChangeLog Makefile.in sid/component/lcd/testsuite: Makefile.in sid/component/loader: ChangeLog Makefile.in sid/component/mapper: ChangeLog Makefile.in sid/component/mapper/testsuite: ChangeLog Makefile.in sid/component/memory: ChangeLog Makefile.in sid/component/mmu: ChangeLog Makefile.in sid/component/parport: ChangeLog Makefile.in sid/component/profiling: ChangeLog Makefile.in sid/component/rtc: ChangeLog Makefile.in sid/component/sched: ChangeLog Makefile.in sid/component/testsuite: ChangeLog Makefile.in sid/component/timers: ChangeLog aclocal.m4 configure sid/component/uart: ChangeLog Makefile.in sid/component/uart/testsuite: ChangeLog Makefile.in sid/config : ChangeLog config.sub info.tcl.in sidtargets.m4 sid/doc : ChangeLog Makefile.in sid/main/dynamic: ChangeLog Makefile.in aclocal.m4 configure Added files: sid/bsp/pregen : mt-gdb.conf mt-gloss.conf Removed files: sid/bsp/pregen : ms1-gdb.conf ms1-gloss.conf Log message: Second part of ms1 to mt renaming. * bfd/archures.c (bfd_arch_mt): Renamed. (bfd_mt_arch): Renamed. (bfd_archures_list): Adjusted. * bfd/bfd-in2.h: Rebuilt. * bfd/config.bfd (mt): Remove special case targ_archs. (mt-*-elf): Rename bfd_elf32_mt_vec. * bfd/configure: Rebuilt. * bfd/configure.in (bfd_elf32_mt_vec): Renamed. (selarchs) Remove mt special case. * bfd/cpu-mt.c (arch_info_struct): Adjust. (bfd_mt_arch): Renamed, adjust. * bfd/elf32-mt.c (mt_reloc_type_lookup, mt_info_to_howto_rela, mt_elf_relocate_hi16, mt_final_link_relocate, mt_relocate_section, mt_elf_howto_table): Renamed, adjusted. (mt_elf_gc_mark_hook, mt_elf_gc_sweep_hook, mt_elf_check_relocs, elf32_mt_machine, mt_elf_object_p, mt_elf_set_private_flags, mt_elf_copy_private_bfd_data, mt_elf_merge_private_bfd_data, mt_elf_print_private_bfd_data): Renamed, adjusted. (TARGET_BIG_SYM, TARGET_BIG_NAME, ELF_ARCH, ELF_MACHINE_CODE, ELF_MAXPAGESIZE, elf_info_to_howto, elf_backend_relocate_section, bfd_elf32_bfd_reloc_type_lookup, elf_backend_gc_mark_hook, elf_backend_gc_sweep_hook, elf_backend_check_relocs, eld_backend_object_p, bfd_elf32_bfd_set_private_flags, bfd_elf32_bfd_copy_private_bfd_data, bfd_elf32_bfd_merge_private_bfd_data, bfd_elf32_bfd_print_private_bfd_data): Adjusted. * bfd/libbfd.h: Regenerated. * bfd/reloc.c (BFD_RELOC_MT_PC16, BFD_RELOC_MT_HI16, BFD_RELOC_MT_LO16, BFD_RELOC_MT_GNU_VTINHERIT, BFD_RELOC_MT_GNU_VTENTRY, BFD_RELOC_MT_PCINSN8): Renamed. * bfd/targets.c (bfd_elf32_mt_vec): Renamed. (_bfd_target_vector): Adjusted. * binutils/readelf.c (guess_is_rela): Use EM_MT. (dump_relocations, get_machine_name): Adjust. * cpu/mt.cpu (define-arch, define-isa): Set name to mt. (define-mach): Adjust. * cpu/mt.opc (CGEN_ASM_HASH): Update. (mt_asm_hash, mt_cgen_insn_supported): Renamed. (parse_loopsize, parse_imm16): Adjust. * gas/configure: Rebuilt. * gas/configure.in (mt): Remove special case. * gas/config/tc-mt.c (opcodes/mt-desc.h, opcodes/mt-opc.h): Change #includes. (mt_insn, mt_mach, mt_mach_bitmask, mt_flags, mt_architectures): Rename, adjust. (md_parse_option, md_show_usage, md_begin, md_assemble, md_cgen_lookup_reloc, md_atof): Adjust. (mt_force_relocation, mt_apply_fix, mt_fix_adjustable): Rename, adjust. * gas/config/tc-mt.h (TC_MT): Rename. (LISTING_HEADER, TARGET_ARCH, TARGET_FORMAT): Adjust. (md_apply_fix): Adjust. (mt_apply_fix, mt_fix_adjustable, mt_force_relocation): Rename. (TC_FORCE_RELOCATION, tc_fix_adjustable): Adjust. * gdb/mt-tdep.c (mt_arch_constants, mt_gdb_regnums): Rename, adjust. (mt_register_name, mt_register_type, mt_register_reggroup_p, mt_return_value, mt_skip_prologue, mt_breapoint_from_pc, mt_pseudo_register_read, mt_pseudo_register_write, mt_frame_align, mt_registers_info, mt_push_dummy_call, mt_unwind_cache, mt_frame_unwind_cache, mt_unwind_pc, mt_unwind_dummy_id, mt_frame_this_id, mt_frame_prev_register, mt_frame_base_address, mt_frame_unwind, mt_frame_sniffer, mt_frame_base, mt_gdbarch_init, _initialize_mt_tdep): Rename & adjust. * include/dis-asm.h (print_insn_mt): Renamed. * include/elf/common.h (EM_MT): Renamed. * include/elf/mt.h: Rename relocs, cpu & other defines. * ld/emulparams/elf32mt.sh (ARCH, OUTPUT_FORMAT): Adjust. * opcodes/Makefile.am (HFILES, CFILES, ALL_MACHINES): Adjust. (stamp-mt): Adjust rule. (mt-asm.lo, mt-desc.lo, mt-dis.lo, mt-ibld.lo, mt-opc.lo): Rename & adjust. * opcodes/Makefile.in: Rebuilt. * opcodes/configure: Rebuilt. * opcodes/configure.in (bfd_mt_arch): Rename & adjust. * opcodes/disassemble.c (ARCH_mt): Renamed. (disassembler): Adjust. * opcodes/mt-asm.c: Renamed, rebuilt. * opcodes/mt-desc.c: Renamed, rebuilt. * opcodes/mt-desc.h: Renamed, rebuilt. * opcodes/mt-dis.c: Renamed, rebuilt. * opcodes/mt-ibld.c: Renamed, rebuilt. * opcodes/mt-opc.c: Renamed, rebuilt. * opcodes/mt-opc.h: Renamed, rebuilt. * sid/Makefile.in: Rebuilt. * sid/aclocal.m4: Rebuilt. * sid/configure: Rebuilt. * sid/sid.spec: Adjust. * sid/bsp/Makefile.am: Adjust. * sid/bsp/Makefile.in: Rebuilt. * sid/bsp/aclocal.m4: Rebuilt. * sid/bsp/configrun-sid.in: Adjust. * sid/bsp/pregen/Makefile.in: Rebuilt. * sid/bsp/pregen/mt-gdb.conf: Renamed & rebuilt. * sid/bsp/pregen/mt-gloss.conf: Renamed & rebuilt. * sid/bsp/pregen/pregen-configs.in: Adjust. * sid/component/aclocal.m4: Rebuilt. * sid/component/configure: Rebuilt. * sid/component/tconfig.in: Adjust. * sid/component/bochs/aclocal.m4: Rebuilt. * sid/component/cache/Makefile.in: Rebuilt. * sid/component/cgen-cpu/Makefile.in: Rebuilt. * sid/component/cgen-cpu/aclocal.m4: Rebuilt. * sid/component/cgen-cpu/compCGEN.cxx: Adjust. * sid/component/cgen-cpu/configure: Rebuilt. * sid/component/cgen-cpu/configure.in: Rebult. * sid/component/cgen-cpu/mt/Makefile.am: Adjust. * sid/component/cgen-cpu/mt/Makefile.in: Rebuilt. * sid/component/cgen-cpu/mt/hw-cpu-mt.txt: Adjust. * sid/component/cgen-cpu/mt/mt-cpu.h: Rebuilt. * sid/component/cgen-cpu/mt/mt-decode.cxx: Rebuilt. * sid/component/cgen-cpu/mt/mt-decode.h: Rebuilt. * sid/component/cgen-cpu/mt/mt-defs.h: Rebuilt. * sid/component/cgen-cpu/mt/mt-desc.h: Rebuilt. * sid/component/cgen-cpu/mt/mt-sem.cxx: Rebuilt. * sid/component/cgen-cpu/mt/mt-write.cxx: Rebuilt. * sid/component/cgen-cpu/mt/mt.cxx: Adjust. * sid/component/cgen-cpu/mt/mt.h: Adjust. * sid/component/consoles/Makefile.in: Rebuilt. * sid/component/families/aclocal.m4: Rebuilt. * sid/component/families/configure: Rebuilt. * sid/component/gdb/Makefile.in: Rebuilt. * sid/component/gloss/Makefile.in: Rebuilt. * sid/component/glue/Makefile.in: Rebuilt. * sid/component/ide/Makefile.in: Rebuilt. * sid/component/interrupt/Makefile.in: Rebuilt. * sid/component/lcd/Makefile.in: Rebuilt. * sid/component/lcd/testsuite/Makefile.in: Rebuilt. * sid/component/loader/Makefile.am: Rebuilt. * sid/component/loader/Makefile.in: Rebuilt. * sid/component/mapper/Makefile.in: Rebuilt. * sid/component/mapper/testsuite/Makefile.in: Rebuilt. * sid/component/memory/Makefile.in: Rebuilt. * sid/component/mmu/Makefile.in: Rebuilt. * sid/component/parport/Makefile.in: Rebuilt. * sid/component/profiling/Makefile.in: Rebuilt. * sid/component/rtc/Makefile.in: Rebuilt. * sid/component/sched/Makefile.in: Rebuilt. * sid/component/testsuite/Makefile.in: Rebuilt. * sid/component/timers/aclocal.m4: Rebuilt. * sid/component/timers/configure: Rebuilt. * sid/component/uart/Makefile.in: Rebuilt. * sid/component/uart/testsuite/Makefile.in: Rebuilt. * sid/config/config.sub: Adjust. * sid/config/info.tcl.in: Adjust. * sid/config/sidtargets.m4: Adjust. * sid/doc/Makefile.in: Rebuilt. * sid/main/dynamic/Makefile.am: Rebuilt. * sid/main/dynamic/Makefile.in: Rebuilt. * sid/main/dynamic/aclocal.m4: Rebuilt. * sid/main/dynamic/configure: Rebuilt. Patches: http://sourceware.org/cgi-bin/cvsweb.cgi/src/sid/ChangeLog.diff?cvsroot=src&r1=1.21&r2=1.22 http://sourceware.org/cgi-bin/cvsweb.cgi/src/sid/Makefile.in.diff?cvsroot=src&r1=1.10&r2=1.11 http://sourceware.org/cgi-bin/cvsweb.cgi/src/sid/aclocal.m4.diff?cvsroot=src&r1=1.8&r2=1.9 http://sourceware.org/cgi-bin/cvsweb.cgi/src/sid/configure.diff?cvsroot=src&r1=1.11&r2=1.12 http://sourceware.org/cgi-bin/cvsweb.cgi/src/sid/sid.spec.diff?cvsroot=src&r1=1.3&r2=1.4 http://sourceware.org/cgi-bin/cvsweb.cgi/src/sid/bsp/ChangeLog.diff?cvsroot=src&r1=1.41&r2=1.42 http://sourceware.org/cgi-bin/cvsweb.cgi/src/sid/bsp/Makefile.am.diff?cvsroot=src&r1=1.8&r2=1.9 http://sourceware.org/cgi-bin/cvsweb.cgi/src/sid/bsp/Makefile.in.diff?cvsroot=src&r1=1.9&r2=1.10 http://sourceware.org/cgi-bin/cvsweb.cgi/src/sid/bsp/aclocal.m4.diff?cvsroot=src&r1=1.6&r2=1.7 http://sourceware.org/cgi-bin/cvsweb.cgi/src/sid/bsp/configrun-sid.in.diff?cvsroot=src&r1=1.36&r2=1.37 http://sourceware.org/cgi-bin/cvsweb.cgi/src/sid/bsp/pregen/mt-gdb.conf.diff?cvsroot=src&r1=NONE&r2=1.1 http://sourceware.org/cgi-bin/cvsweb.cgi/src/sid/bsp/pregen/mt-gloss.conf.diff?cvsroot=src&r1=NONE&r2=1.1 http://sourceware.org/cgi-bin/cvsweb.cgi/src/sid/bsp/pregen/ChangeLog.diff?cvsroot=src&r1=1.26&r2=1.27 http://sourceware.org/cgi-bin/cvsweb.cgi/src/sid/bsp/pregen/Makefile.in.diff?cvsroot=src&r1=1.7&r2=1.8 http://sourceware.org/cgi-bin/cvsweb.cgi/src/sid/bsp/pregen/pregen-configs.in.diff?cvsroot=src&r1=1.9&r2=1.10 http://sourceware.org/cgi-bin/cvsweb.cgi/src/sid/bsp/pregen/ms1-gdb.conf.diff?cvsroot=src&r1=1.1&r2=NONE http://sourceware.org/cgi-bin/cvsweb.cgi/src/sid/bsp/pregen/ms1-gloss.conf.diff?cvsroot=src&r1=1.1&r2=NONE http://sourceware.org/cgi-bin/cvsweb.cgi/src/sid/component/ChangeLog.diff?cvsroot=src&r1=1.30&r2=1.31 http://sourceware.org/cgi-bin/cvsweb.cgi/src/sid/component/aclocal.m4.diff?cvsroot=src&r1=1.7&r2=1.8 http://sourceware.org/cgi-bin/cvsweb.cgi/src/sid/component/configure.diff?cvsroot=src&r1=1.20&r2=1.21 http://sourceware.org/cgi-bin/cvsweb.cgi/src/sid/component/tconfig.in.diff?cvsroot=src&r1=1.4&r2=1.5 http://sourceware.org/cgi-bin/cvsweb.cgi/src/sid/component/bochs/ChangeLog.diff?cvsroot=src&r1=1.12&r2=1.13 http://sourceware.org/cgi-bin/cvsweb.cgi/src/sid/component/bochs/aclocal.m4.diff?cvsroot=src&r1=1.6&r2=1.7 http://sourceware.org/cgi-bin/cvsweb.cgi/src/sid/component/cache/ChangeLog.diff?cvsroot=src&r1=1.30&r2=1.31 http://sourceware.org/cgi-bin/cvsweb.cgi/src/sid/component/cache/Makefile.in.diff?cvsroot=src&r1=1.9&r2=1.10 http://sourceware.org/cgi-bin/cvsweb.cgi/src/sid/component/cgen-cpu/ChangeLog.diff?cvsroot=src&r1=1.66&r2=1.67 http://sourceware.org/cgi-bin/cvsweb.cgi/src/sid/component/cgen-cpu/Makefile.in.diff?cvsroot=src&r1=1.15&r2=1.16 http://sourceware.org/cgi-bin/cvsweb.cgi/src/sid/component/cgen-cpu/aclocal.m4.diff?cvsroot=src&r1=1.7&r2=1.8 http://sourceware.org/cgi-bin/cvsweb.cgi/src/sid/component/cgen-cpu/compCGEN.cxx.diff?cvsroot=src&r1=1.15&r2=1.16 http://sourceware.org/cgi-bin/cvsweb.cgi/src/sid/component/cgen-cpu/configure.diff?cvsroot=src&r1=1.11&r2=1.12 http://sourceware.org/cgi-bin/cvsweb.cgi/src/sid/component/cgen-cpu/configure.in.diff?cvsroot=src&r1=1.9&r2=1.10 http://sourceware.org/cgi-bin/cvsweb.cgi/src/sid/component/cgen-cpu/mt/ChangeLog.diff?cvsroot=src&r1=1.2&r2=1.3 http://sourceware.org/cgi-bin/cvsweb.cgi/src/sid/component/cgen-cpu/mt/Makefile.am.diff?cvsroot=src&r1=1.2&r2=1.3 http://sourceware.org/cgi-bin/cvsweb.cgi/src/sid/component/cgen-cpu/mt/Makefile.in.diff?cvsroot=src&r1=1.2&r2=1.3 http://sourceware.org/cgi-bin/cvsweb.cgi/src/sid/component/cgen-cpu/mt/hw-cpu-mt.txt.diff?cvsroot=src&r1=1.1&r2=1.2 http://sourceware.org/cgi-bin/cvsweb.cgi/src/sid/component/cgen-cpu/mt/mt-cpu.h.diff?cvsroot=src&r1=1.1&r2=1.2 http://sourceware.org/cgi-bin/cvsweb.cgi/src/sid/component/cgen-cpu/mt/mt-decode.cxx.diff?cvsroot=src&r1=1.1&r2=1.2 http://sourceware.org/cgi-bin/cvsweb.cgi/src/sid/component/cgen-cpu/mt/mt-decode.h.diff?cvsroot=src&r1=1.1&r2=1.2 http://sourceware.org/cgi-bin/cvsweb.cgi/src/sid/component/cgen-cpu/mt/mt-defs.h.diff?cvsroot=src&r1=1.1&r2=1.2 http://sourceware.org/cgi-bin/cvsweb.cgi/src/sid/component/cgen-cpu/mt/mt-desc.h.diff?cvsroot=src&r1=1.1&r2=1.2 http://sourceware.org/cgi-bin/cvsweb.cgi/src/sid/component/cgen-cpu/mt/mt-sem.cxx.diff?cvsroot=src&r1=1.1&r2=1.2 http://sourceware.org/cgi-bin/cvsweb.cgi/src/sid/component/cgen-cpu/mt/mt-write.cxx.diff?cvsroot=src&r1=1.1&r2=1.2 http://sourceware.org/cgi-bin/cvsweb.cgi/src/sid/component/cgen-cpu/mt/mt.cxx.diff?cvsroot=src&r1=1.1&r2=1.2 http://sourceware.org/cgi-bin/cvsweb.cgi/src/sid/component/cgen-cpu/mt/mt.h.diff?cvsroot=src&r1=1.1&r2=1.2 http://sourceware.org/cgi-bin/cvsweb.cgi/src/sid/component/consoles/ChangeLog.diff?cvsroot=src&r1=1.14&r2=1.15 http://sourceware.org/cgi-bin/cvsweb.cgi/src/sid/component/consoles/Makefile.in.diff?cvsroot=src&r1=1.9&r2=1.10 http://sourceware.org/cgi-bin/cvsweb.cgi/src/sid/component/families/aclocal.m4.diff?cvsroot=src&r1=1.5&r2=1.6 http://sourceware.org/cgi-bin/cvsweb.cgi/src/sid/component/families/configure.diff?cvsroot=src&r1=1.5&r2=1.6 http://sourceware.org/cgi-bin/cvsweb.cgi/src/sid/component/gdb/ChangeLog.diff?cvsroot=src&r1=1.20&r2=1.21 http://sourceware.org/cgi-bin/cvsweb.cgi/src/sid/component/gdb/Makefile.in.diff?cvsroot=src&r1=1.7&r2=1.8 http://sourceware.org/cgi-bin/cvsweb.cgi/src/sid/component/gloss/ChangeLog.diff?cvsroot=src&r1=1.27&r2=1.28 http://sourceware.org/cgi-bin/cvsweb.cgi/src/sid/component/gloss/Makefile.in.diff?cvsroot=src&r1=1.8&r2=1.9 http://sourceware.org/cgi-bin/cvsweb.cgi/src/sid/component/glue/ChangeLog.diff?cvsroot=src&r1=1.12&r2=1.13 http://sourceware.org/cgi-bin/cvsweb.cgi/src/sid/component/glue/Makefile.in.diff?cvsroot=src&r1=1.10&r2=1.11 http://sourceware.org/cgi-bin/cvsweb.cgi/src/sid/component/ide/ChangeLog.diff?cvsroot=src&r1=1.7&r2=1.8 http://sourceware.org/cgi-bin/cvsweb.cgi/src/sid/component/ide/Makefile.in.diff?cvsroot=src&r1=1.9&r2=1.10 http://sourceware.org/cgi-bin/cvsweb.cgi/src/sid/component/interrupt/ChangeLog.diff?cvsroot=src&r1=1.12&r2=1.13 http://sourceware.org/cgi-bin/cvsweb.cgi/src/sid/component/interrupt/Makefile.in.diff?cvsroot=src&r1=1.9&r2=1.10 http://sourceware.org/cgi-bin/cvsweb.cgi/src/sid/component/lcd/ChangeLog.diff?cvsroot=src&r1=1.9&r2=1.10 http://sourceware.org/cgi-bin/cvsweb.cgi/src/sid/component/lcd/Makefile.in.diff?cvsroot=src&r1=1.8&r2=1.9 http://sourceware.org/cgi-bin/cvsweb.cgi/src/sid/component/lcd/testsuite/Makefile.in.diff?cvsroot=src&r1=1.9&r2=1.10 http://sourceware.org/cgi-bin/cvsweb.cgi/src/sid/component/loader/ChangeLog.diff?cvsroot=src&r1=1.19&r2=1.20 http://sourceware.org/cgi-bin/cvsweb.cgi/src/sid/component/loader/Makefile.in.diff?cvsroot=src&r1=1.9&r2=1.10 http://sourceware.org/cgi-bin/cvsweb.cgi/src/sid/component/mapper/ChangeLog.diff?cvsroot=src&r1=1.17&r2=1.18 http://sourceware.org/cgi-bin/cvsweb.cgi/src/sid/component/mapper/Makefile.in.diff?cvsroot=src&r1=1.8&r2=1.9 http://sourceware.org/cgi-bin/cvsweb.cgi/src/sid/component/mapper/testsuite/ChangeLog.diff?cvsroot=src&r1=1.5&r2=1.6 http://sourceware.org/cgi-bin/cvsweb.cgi/src/sid/component/mapper/testsuite/Makefile.in.diff?cvsroot=src&r1=1.8&r2=1.9 http://sourceware.org/cgi-bin/cvsweb.cgi/src/sid/component/memory/ChangeLog.diff?cvsroot=src&r1=1.12&r2=1.13 http://sourceware.org/cgi-bin/cvsweb.cgi/src/sid/component/memory/Makefile.in.diff?cvsroot=src&r1=1.8&r2=1.9 http://sourceware.org/cgi-bin/cvsweb.cgi/src/sid/component/mmu/ChangeLog.diff?cvsroot=src&r1=1.5&r2=1.6 http://sourceware.org/cgi-bin/cvsweb.cgi/src/sid/component/mmu/Makefile.in.diff?cvsroot=src&r1=1.8&r2=1.9 http://sourceware.org/cgi-bin/cvsweb.cgi/src/sid/component/parport/ChangeLog.diff?cvsroot=src&r1=1.7&r2=1.8 http://sourceware.org/cgi-bin/cvsweb.cgi/src/sid/component/parport/Makefile.in.diff?cvsroot=src&r1=1.8&r2=1.9 http://sourceware.org/cgi-bin/cvsweb.cgi/src/sid/component/profiling/ChangeLog.diff?cvsroot=src&r1=1.15&r2=1.16 http://sourceware.org/cgi-bin/cvsweb.cgi/src/sid/component/profiling/Makefile.in.diff?cvsroot=src&r1=1.8&r2=1.9 http://sourceware.org/cgi-bin/cvsweb.cgi/src/sid/component/rtc/ChangeLog.diff?cvsroot=src&r1=1.6&r2=1.7 http://sourceware.org/cgi-bin/cvsweb.cgi/src/sid/component/rtc/Makefile.in.diff?cvsroot=src&r1=1.8&r2=1.9 http://sourceware.org/cgi-bin/cvsweb.cgi/src/sid/component/sched/ChangeLog.diff?cvsroot=src&r1=1.19&r2=1.20 http://sourceware.org/cgi-bin/cvsweb.cgi/src/sid/component/sched/Makefile.in.diff?cvsroot=src&r1=1.10&r2=1.11 http://sourceware.org/cgi-bin/cvsweb.cgi/src/sid/component/testsuite/ChangeLog.diff?cvsroot=src&r1=1.62&r2=1.63 http://sourceware.org/cgi-bin/cvsweb.cgi/src/sid/component/testsuite/Makefile.in.diff?cvsroot=src&r1=1.7&r2=1.8 http://sourceware.org/cgi-bin/cvsweb.cgi/src/sid/component/timers/ChangeLog.diff?cvsroot=src&r1=1.6&r2=1.7 http://sourceware.org/cgi-bin/cvsweb.cgi/src/sid/component/timers/aclocal.m4.diff?cvsroot=src&r1=1.6&r2=1.7 http://sourceware.org/cgi-bin/cvsweb.cgi/src/sid/component/timers/configure.diff?cvsroot=src&r1=1.7&r2=1.8 http://sourceware.org/cgi-bin/cvsweb.cgi/src/sid/component/uart/ChangeLog.diff?cvsroot=src&r1=1.4&r2=1.5 http://sourceware.org/cgi-bin/cvsweb.cgi/src/sid/component/uart/Makefile.in.diff?cvsroot=src&r1=1.7&r2=1.8 http://sourceware.org/cgi-bin/cvsweb.cgi/src/sid/component/uart/testsuite/ChangeLog.diff?cvsroot=src&r1=1.4&r2=1.5 http://sourceware.org/cgi-bin/cvsweb.cgi/src/sid/component/uart/testsuite/Makefile.in.diff?cvsroot=src&r1=1.7&r2=1.8 http://sourceware.org/cgi-bin/cvsweb.cgi/src/sid/config/ChangeLog.diff?cvsroot=src&r1=1.22&r2=1.23 http://sourceware.org/cgi-bin/cvsweb.cgi/src/sid/config/config.sub.diff?cvsroot=src&r1=1.6&r2=1.7 http://sourceware.org/cgi-bin/cvsweb.cgi/src/sid/config/info.tcl.in.diff?cvsroot=src&r1=1.6&r2=1.7 http://sourceware.org/cgi-bin/cvsweb.cgi/src/sid/config/sidtargets.m4.diff?cvsroot=src&r1=1.6&r2=1.7 http://sourceware.org/cgi-bin/cvsweb.cgi/src/sid/doc/ChangeLog.diff?cvsroot=src&r1=1.7&r2=1.8 http://sourceware.org/cgi-bin/cvsweb.cgi/src/sid/doc/Makefile.in.diff?cvsroot=src&r1=1.3&r2=1.4 http://sourceware.org/cgi-bin/cvsweb.cgi/src/sid/main/dynamic/ChangeLog.diff?cvsroot=src&r1=1.26&r2=1.27 http://sourceware.org/cgi-bin/cvsweb.cgi/src/sid/main/dynamic/Makefile.in.diff?cvsroot=src&r1=1.12&r2=1.13 http://sourceware.org/cgi-bin/cvsweb.cgi/src/sid/main/dynamic/aclocal.m4.diff?cvsroot=src&r1=1.6&r2=1.7 http://sourceware.org/cgi-bin/cvsweb.cgi/src/sid/main/dynamic/configure.diff?cvsroot=src&r1=1.8&r2=1.9 From nathan@sourceware.org Sat Dec 17 15:28:00 2005 From: nathan@sourceware.org (nathan@sourceware.org) Date: Sat, 17 Dec 2005 15:28:00 -0000 Subject: src/sid/component/testsuite/sidcomp.cgen-cpu.mt Message-ID: <20051217152853.17526.qmail@sourceware.org> CVSROOT: /cvs/src Module name: src Changes by: nathan@sourceware.org 2005-12-17 15:28:53 src/sid/component/testsuite/sidcomp.cgen-cpu.mt Update of /cvs/src/src/sid/component/testsuite/sidcomp.cgen-cpu.mt In directory sourceware.org:/tmp/cvs-serv17518/sidcomp.cgen-cpu.mt Log Message: Directory /cvs/src/src/sid/component/testsuite/sidcomp.cgen-cpu.mt added to the repository From nathan@sourceware.org Mon Dec 19 10:18:00 2005 From: nathan@sourceware.org (nathan@sourceware.org) Date: Mon, 19 Dec 2005 10:18:00 -0000 Subject: src/sid/component/testsuite sidcomp.cgen-cpu.m ... Message-ID: <20051219101758.15933.qmail@sourceware.org> CVSROOT: /cvs/src Module name: src Changes by: nathan@sourceware.org 2005-12-19 10:17:57 Added files: sid/component/testsuite/sidcomp.cgen-cpu.mt: ChangeLog addinsns.s ctinsns.s intctrlinsns.s ioinsns.s logicalinsns.s memoryinsns.s mt-allinsn.exp mt-state-snapshot.exp mulinsns.s shiftinsns.s subinsns.s test-img.x testutils.inc Removed files: sid/component/testsuite/sidcomp.cgen-cpu.ms1: ChangeLog addinsns.s ctinsns.s intctrlinsns.s ioinsns.s logicalinsns.s memoryinsns.s ms1-allinsn.exp ms1-state-snapshot.exp mulinsns.s shiftinsns.s subinsns.s test-img.x testutils.inc Log message: rename ms1 testsuite to mt Patches: http://sourceware.org/cgi-bin/cvsweb.cgi/src/sid/component/testsuite/sidcomp.cgen-cpu.ms1/ChangeLog.diff?cvsroot=src&r1=1.1&r2=NONE http://sourceware.org/cgi-bin/cvsweb.cgi/src/sid/component/testsuite/sidcomp.cgen-cpu.ms1/addinsns.s.diff?cvsroot=src&r1=1.1&r2=NONE http://sourceware.org/cgi-bin/cvsweb.cgi/src/sid/component/testsuite/sidcomp.cgen-cpu.ms1/ctinsns.s.diff?cvsroot=src&r1=1.1&r2=NONE http://sourceware.org/cgi-bin/cvsweb.cgi/src/sid/component/testsuite/sidcomp.cgen-cpu.ms1/intctrlinsns.s.diff?cvsroot=src&r1=1.1&r2=NONE http://sourceware.org/cgi-bin/cvsweb.cgi/src/sid/component/testsuite/sidcomp.cgen-cpu.ms1/ioinsns.s.diff?cvsroot=src&r1=1.1&r2=NONE http://sourceware.org/cgi-bin/cvsweb.cgi/src/sid/component/testsuite/sidcomp.cgen-cpu.ms1/logicalinsns.s.diff?cvsroot=src&r1=1.1&r2=NONE http://sourceware.org/cgi-bin/cvsweb.cgi/src/sid/component/testsuite/sidcomp.cgen-cpu.ms1/memoryinsns.s.diff?cvsroot=src&r1=1.1&r2=NONE http://sourceware.org/cgi-bin/cvsweb.cgi/src/sid/component/testsuite/sidcomp.cgen-cpu.ms1/ms1-allinsn.exp.diff?cvsroot=src&r1=1.1&r2=NONE http://sourceware.org/cgi-bin/cvsweb.cgi/src/sid/component/testsuite/sidcomp.cgen-cpu.ms1/ms1-state-snapshot.exp.diff?cvsroot=src&r1=1.1&r2=NONE http://sourceware.org/cgi-bin/cvsweb.cgi/src/sid/component/testsuite/sidcomp.cgen-cpu.ms1/mulinsns.s.diff?cvsroot=src&r1=1.1&r2=NONE http://sourceware.org/cgi-bin/cvsweb.cgi/src/sid/component/testsuite/sidcomp.cgen-cpu.ms1/shiftinsns.s.diff?cvsroot=src&r1=1.1&r2=NONE http://sourceware.org/cgi-bin/cvsweb.cgi/src/sid/component/testsuite/sidcomp.cgen-cpu.ms1/subinsns.s.diff?cvsroot=src&r1=1.1&r2=NONE http://sourceware.org/cgi-bin/cvsweb.cgi/src/sid/component/testsuite/sidcomp.cgen-cpu.ms1/test-img.x.diff?cvsroot=src&r1=1.1&r2=NONE http://sourceware.org/cgi-bin/cvsweb.cgi/src/sid/component/testsuite/sidcomp.cgen-cpu.ms1/testutils.inc.diff?cvsroot=src&r1=1.1&r2=NONE http://sourceware.org/cgi-bin/cvsweb.cgi/src/sid/component/testsuite/sidcomp.cgen-cpu.mt/ChangeLog.diff?cvsroot=src&r1=NONE&r2=1.1 http://sourceware.org/cgi-bin/cvsweb.cgi/src/sid/component/testsuite/sidcomp.cgen-cpu.mt/addinsns.s.diff?cvsroot=src&r1=NONE&r2=1.1 http://sourceware.org/cgi-bin/cvsweb.cgi/src/sid/component/testsuite/sidcomp.cgen-cpu.mt/ctinsns.s.diff?cvsroot=src&r1=NONE&r2=1.1 http://sourceware.org/cgi-bin/cvsweb.cgi/src/sid/component/testsuite/sidcomp.cgen-cpu.mt/intctrlinsns.s.diff?cvsroot=src&r1=NONE&r2=1.1 http://sourceware.org/cgi-bin/cvsweb.cgi/src/sid/component/testsuite/sidcomp.cgen-cpu.mt/ioinsns.s.diff?cvsroot=src&r1=NONE&r2=1.1 http://sourceware.org/cgi-bin/cvsweb.cgi/src/sid/component/testsuite/sidcomp.cgen-cpu.mt/logicalinsns.s.diff?cvsroot=src&r1=NONE&r2=1.1 http://sourceware.org/cgi-bin/cvsweb.cgi/src/sid/component/testsuite/sidcomp.cgen-cpu.mt/memoryinsns.s.diff?cvsroot=src&r1=NONE&r2=1.1 http://sourceware.org/cgi-bin/cvsweb.cgi/src/sid/component/testsuite/sidcomp.cgen-cpu.mt/mt-allinsn.exp.diff?cvsroot=src&r1=NONE&r2=1.1 http://sourceware.org/cgi-bin/cvsweb.cgi/src/sid/component/testsuite/sidcomp.cgen-cpu.mt/mt-state-snapshot.exp.diff?cvsroot=src&r1=NONE&r2=1.1 http://sourceware.org/cgi-bin/cvsweb.cgi/src/sid/component/testsuite/sidcomp.cgen-cpu.mt/mulinsns.s.diff?cvsroot=src&r1=NONE&r2=1.1 http://sourceware.org/cgi-bin/cvsweb.cgi/src/sid/component/testsuite/sidcomp.cgen-cpu.mt/shiftinsns.s.diff?cvsroot=src&r1=NONE&r2=1.1 http://sourceware.org/cgi-bin/cvsweb.cgi/src/sid/component/testsuite/sidcomp.cgen-cpu.mt/subinsns.s.diff?cvsroot=src&r1=NONE&r2=1.1 http://sourceware.org/cgi-bin/cvsweb.cgi/src/sid/component/testsuite/sidcomp.cgen-cpu.mt/test-img.x.diff?cvsroot=src&r1=NONE&r2=1.1 http://sourceware.org/cgi-bin/cvsweb.cgi/src/sid/component/testsuite/sidcomp.cgen-cpu.mt/testutils.inc.diff?cvsroot=src&r1=NONE&r2=1.1 From nathan@sourceware.org Mon Dec 19 10:21:00 2005 From: nathan@sourceware.org (nathan@sourceware.org) Date: Mon, 19 Dec 2005 10:21:00 -0000 Subject: src/sid/component/testsuite ChangeLog sidcomp. ... Message-ID: <20051219102108.16790.qmail@sourceware.org> CVSROOT: /cvs/src Module name: src Changes by: nathan@sourceware.org 2005-12-19 10:21:08 Modified files: sid/component/testsuite: ChangeLog sid/component/testsuite/sidcomp.cgen-cpu.mt: ChangeLog mt-allinsn.exp mt-state-snapshot.exp mulinsns.s shiftinsns.s subinsns.s Log message: * sidcomp.cgen-cpu.mt: Renamed from sidcomp.cgen-cpu.ms1. * mt-allinsn.exp: Renamed from ms1-allinsn.exp. Updated. * mt-state-snapshot.exp: Renamed from ms1-state-snapshot.exp. Updated. * mulinsns.s, shiftinsns.s, subinsns.s: Updated. Patches: http://sourceware.org/cgi-bin/cvsweb.cgi/src/sid/component/testsuite/ChangeLog.diff?cvsroot=src&r1=1.63&r2=1.64 http://sourceware.org/cgi-bin/cvsweb.cgi/src/sid/component/testsuite/sidcomp.cgen-cpu.mt/ChangeLog.diff?cvsroot=src&r1=1.1&r2=1.2 http://sourceware.org/cgi-bin/cvsweb.cgi/src/sid/component/testsuite/sidcomp.cgen-cpu.mt/mt-allinsn.exp.diff?cvsroot=src&r1=1.1&r2=1.2 http://sourceware.org/cgi-bin/cvsweb.cgi/src/sid/component/testsuite/sidcomp.cgen-cpu.mt/mt-state-snapshot.exp.diff?cvsroot=src&r1=1.1&r2=1.2 http://sourceware.org/cgi-bin/cvsweb.cgi/src/sid/component/testsuite/sidcomp.cgen-cpu.mt/mulinsns.s.diff?cvsroot=src&r1=1.1&r2=1.2 http://sourceware.org/cgi-bin/cvsweb.cgi/src/sid/component/testsuite/sidcomp.cgen-cpu.mt/shiftinsns.s.diff?cvsroot=src&r1=1.1&r2=1.2 http://sourceware.org/cgi-bin/cvsweb.cgi/src/sid/component/testsuite/sidcomp.cgen-cpu.mt/subinsns.s.diff?cvsroot=src&r1=1.1&r2=1.2