OpenCores
URL https://opencores.org/ocsvn/openrisc/openrisc/trunk

Subversion Repositories openrisc

[/] [openrisc/] [trunk/] [gnu-old/] [gdb-6.8/] [sim/] [ChangeLog] - Diff between revs 827 and 840

Go to most recent revision | Only display areas with differences | Details | Blame | View Log

Rev 827 Rev 840
2010-07-20  Jeremy Bennett  
2010-07-20  Jeremy Bennett  
        * configure.ac: Added test for zlib from binutils/bfd
        * configure.ac: Added test for zlib from binutils/bfd
        * configure: Regenerated.
        * configure: Regenerated.
        * Makefile.in: Added LIBS.
        * Makefile.in: Added LIBS.
2010-06-30  Jeremy Bennett  
2010-06-30  Jeremy Bennett  
        * or32: New directory added.
        * or32: New directory added.
        * configure.ac: Added or32 as architecture
        * configure.ac: Added or32 as architecture
        * configure: Regenerated.
        * configure: Regenerated.
2008-02-05  DJ Delorie  
2008-02-05  DJ Delorie  
        * configure.ac (v850): V850 now has a testsuite.
        * configure.ac (v850): V850 now has a testsuite.
        * configure (v850): Likewise.
        * configure (v850): Likewise.
2008-01-01  Daniel Jacobowitz  
2008-01-01  Daniel Jacobowitz  
        Updated copyright notices for most files.
        Updated copyright notices for most files.
2007-12-19  DJ Delorie  
2007-12-19  DJ Delorie  
        * frv/frv.c (frvbf_cut): Only look at the six LSBs of
        * frv/frv.c (frvbf_cut): Only look at the six LSBs of
        cut_point.
        cut_point.
2007-10-22  Hans-Peter Nilsson  
2007-10-22  Hans-Peter Nilsson  
        * cris/arch.c, cris/arch.h, cris/cpuall.h, cris/cpuv10.c,
        * cris/arch.c, cris/arch.h, cris/cpuall.h, cris/cpuv10.c,
        cris/cpuv10.h, cris/cpuv32.c, cris/cpuv32.h, cris/cris-desc.c,
        cris/cpuv10.h, cris/cpuv32.c, cris/cpuv32.h, cris/cris-desc.c,
        cris/cris-desc.h, cris/cris-opc.h, cris/decodev10.c,
        cris/cris-desc.h, cris/cris-opc.h, cris/decodev10.c,
        cris/decodev10.h, cris/decodev32.c, cris/decodev32.h,
        cris/decodev10.h, cris/decodev32.c, cris/decodev32.h,
        cris/modelv10.c, cris/modelv32.c, cris/semcrisv10f-switch.c,
        cris/modelv10.c, cris/modelv32.c, cris/semcrisv10f-switch.c,
        cris/semcrisv32f-switch.c: Regenerate.
        cris/semcrisv32f-switch.c: Regenerate.
2007-08-24  Joel Brobecker  
2007-08-24  Joel Brobecker  
        Switch the license of all files explicitly copyright the FSF
        Switch the license of all files explicitly copyright the FSF
        to GPLv3.
        to GPLv3.
2007-03-27  Brooks Moses  
2007-03-27  Brooks Moses  
        * Makefile.in: Add dummy "pdf" target.
        * Makefile.in: Add dummy "pdf" target.
2007-02-20  Hans-Peter Nilsson  
2007-02-20  Hans-Peter Nilsson  
        * cris/traps.c (dump_statistics): Change format for cycle numbers
        * cris/traps.c (dump_statistics): Change format for cycle numbers
        to %llu and cast parameters to unsigned long long.
        to %llu and cast parameters to unsigned long long.
2007-02-16  Thiemo Seufer  
2007-02-16  Thiemo Seufer  
        * Makefile.in (FLAGS_TO_PASS, TARGET_FLAGS_TO_PASS): Add RUNTEST.
        * Makefile.in (FLAGS_TO_PASS, TARGET_FLAGS_TO_PASS): Add RUNTEST.
2007-01-28  Manuel Lauss  
2007-01-28  Manuel Lauss  
        * configure.ac (sh64-*-*): Change to sh64*-*-*.
        * configure.ac (sh64-*-*): Change to sh64*-*-*.
        (sh-*-*): Change to sh*-*-*.
        (sh-*-*): Change to sh*-*-*.
        * configure: Regenerated.
        * configure: Regenerated.
2007-01-09  Daniel Jacobowitz  
2007-01-09  Daniel Jacobowitz  
        Updated copyright notices for most files.
        Updated copyright notices for most files.
2006-12-20  Hans-Peter Nilsson  
2006-12-20  Hans-Peter Nilsson  
        * Makefile.in (autoconf-common autoheader-common): Only run
        * Makefile.in (autoconf-common autoheader-common): Only run
        autoheader on subdirs with a file config.in.
        autoheader on subdirs with a file config.in.
        * configure.ac (common): Make the default "yes" for all targets
        * configure.ac (common): Make the default "yes" for all targets
        with sim subdirs.
        with sim subdirs.
        * configure: Regenerate.
        * configure: Regenerate.
        * Makefile.in (autoconf-common autoheader-common): In documented
        * Makefile.in (autoconf-common autoheader-common): In documented
        usage, say SHELL=/bin/sh.
        usage, say SHELL=/bin/sh.
        (.PHONY): Add autoheader-common.
        (.PHONY): Add autoheader-common.
        * MAINTAINERS: Add self as authorized committer for *.
        * MAINTAINERS: Add self as authorized committer for *.
2006-10-02  Edgar E. Iglesias  
2006-10-02  Edgar E. Iglesias  
            Hans-Peter Nilsson  
            Hans-Peter Nilsson  
        * cris/cris-sim.h (enum cris_unknown_syscall_action_type)
        * cris/cris-sim.h (enum cris_unknown_syscall_action_type)
        (cris_unknown_syscall_action): Declare.
        (cris_unknown_syscall_action): Declare.
        * cris/sim-if.c (cris_unknown_syscall_action): Define.
        * cris/sim-if.c (cris_unknown_syscall_action): Define.
        (cris_options): Add cris-unknown-syscall option.
        (cris_options): Add cris-unknown-syscall option.
        (cris_option_handler): Correct comment about and error message for
        (cris_option_handler): Correct comment about and error message for
        invalid --cris-cycles argument.  Handle --cris-unknown-syscall.
        invalid --cris-cycles argument.  Handle --cris-unknown-syscall.
        * cris/traps.c: Include stdarg.h
        * cris/traps.c: Include stdarg.h
        (cris_unknown_syscall): New function.
        (cris_unknown_syscall): New function.
        (cris_break_13_handler): Instead of sim_io_eprintf and
        (cris_break_13_handler): Instead of sim_io_eprintf and
        sim_engine_halt, call cris_unknown_syscall to handle more or less
        sim_engine_halt, call cris_unknown_syscall to handle more or less
        unknown syscalls.  Adjust code as necessary to handle return
        unknown syscalls.  Adjust code as necessary to handle return
        value.
        value.
2006-09-30  Daniel Jacobowitz  
2006-09-30  Daniel Jacobowitz  
        * MAINTAINERS: Add Dave Brolley for sh64.
        * MAINTAINERS: Add Dave Brolley for sh64.
2006-09-30  Hans-Peter Nilsson  
2006-09-30  Hans-Peter Nilsson  
        * cris/traps.c (TARGET_PIPE_BUF): New macro.
        * cris/traps.c (TARGET_PIPE_BUF): New macro.
        (cris_pipe_empty): Correct initialization of "remaining".  Only
        (cris_pipe_empty): Correct initialization of "remaining".  Only
        adjust the "write" return value if more than TARGET_PIPE_BUF bytes
        adjust the "write" return value if more than TARGET_PIPE_BUF bytes
        are written.
        are written.
2006-09-29  Hans-Peter Nilsson  
2006-09-29  Hans-Peter Nilsson  
        * cris/configure.ac: Check for limits.h and sys/param.h.
        * cris/configure.ac: Check for limits.h and sys/param.h.
        * cris/configure, cris/config.in: Rebuild.
        * cris/configure, cris/config.in: Rebuild.
        * cris/traps.c (SIM_PATHMAX): New macro.
        * cris/traps.c (SIM_PATHMAX): New macro.
        (cris_break_13_handler): Use SIM_PATHMAX, not MAXPATHLEN.
        (cris_break_13_handler): Use SIM_PATHMAX, not MAXPATHLEN.
2006-08-08  Joel Sherrill 
2006-08-08  Joel Sherrill 
        * configure.ac (sparc-*-rtems*|sparc-*-elf*): Enable erc32 simulator.
        * configure.ac (sparc-*-rtems*|sparc-*-elf*): Enable erc32 simulator.
        * Makefile.in (FLAGS_TO_PASS): Include libdir.
        * Makefile.in (FLAGS_TO_PASS): Include libdir.
        * configure: Regenerated.
        * configure: Regenerated.
2006-06-05  Daniel Jacobowitz  
2006-06-05  Daniel Jacobowitz  
        * cris/configure: Regenerated.
        * cris/configure: Regenerated.
2006-05-31  Daniel Jacobowitz  
2006-05-31  Daniel Jacobowitz  
        * cris/configure: Regenerated.
        * cris/configure: Regenerated.
2006-05-05  Andreas Schwab  
2006-05-05  Andreas Schwab  
        * configure.ac (CFLAGS_FOR_BUILD): Set and substitute.
        * configure.ac (CFLAGS_FOR_BUILD): Set and substitute.
        * configure: Regenerate.
        * configure: Regenerate.
        * Makefile.in (CFLAGS_FOR_BUILD): Define.
        * Makefile.in (CFLAGS_FOR_BUILD): Define.
        (CC_FOR_BUILD): Don't override.
        (CC_FOR_BUILD): Don't override.
        (FLAGS_TO_PASS): Pass CFLAGS_FOR_BUILD.
        (FLAGS_TO_PASS): Pass CFLAGS_FOR_BUILD.
2006-05-04  Daniel Jacobowitz  
2006-05-04  Daniel Jacobowitz  
        * MAINTAINERS: Add an "Authorized committers" section, and list
        * MAINTAINERS: Add an "Authorized committers" section, and list
        DJ Delorie for v850.
        DJ Delorie for v850.
2006-04-08  Hans-Peter Nilsson  
2006-04-08  Hans-Peter Nilsson  
        * cris/crisv32f.c (MY (deliver_interrupt)): Set CCS to new_ccs.
        * cris/crisv32f.c (MY (deliver_interrupt)): Set CCS to new_ccs.
2006-04-03  Hans-Peter Nilsson  
2006-04-03  Hans-Peter Nilsson  
        * cris/dv-cris.c, cris/dv-rv.c, cris/rvdummy.c: New files.
        * cris/dv-cris.c, cris/dv-rv.c, cris/rvdummy.c: New files.
        * cris/Makefile.in (CONFIG_DEVICES): Remove redundant setting.
        * cris/Makefile.in (CONFIG_DEVICES): Remove redundant setting.
        (dv-cris.o, dv-rv.o rvdummy$(EXEEXT), rvdummy.o): New rules.
        (dv-cris.o, dv-rv.o rvdummy$(EXEEXT), rvdummy.o): New rules.
        (all): Depend on rvdummy$(EXEEXT).
        (all): Depend on rvdummy$(EXEEXT).
        * cris/configure.ac: Call SIM_AC_OPTION_WARNINGS.  Check for
        * cris/configure.ac: Call SIM_AC_OPTION_WARNINGS.  Check for
        sys/socket.h and sys/select.h.  Call SIM_AC_OPTION_HARDWARE,
        sys/socket.h and sys/select.h.  Call SIM_AC_OPTION_HARDWARE,
        default off.
        default off.
        * cris/configure: Regenerate.
        * cris/configure: Regenerate.
        * cris/cris-sim.h (cris_have_900000xxif): Declare here.
        * cris/cris-sim.h (cris_have_900000xxif): Declare here.
        (enum cris_interrupt_type, crisv10deliver_interrupt)
        (enum cris_interrupt_type, crisv10deliver_interrupt)
        (crisv32deliver_interrupt: New declarations.
        (crisv32deliver_interrupt: New declarations.
        * cris/cris-tmpl.c [WITH_HW] (MY (f_model_insn_after)): Call
        * cris/cris-tmpl.c [WITH_HW] (MY (f_model_insn_after)): Call
        sim_events_tickn and set state-events member work_pending when it's
        sim_events_tickn and set state-events member work_pending when it's
        time for the next event.
        time for the next event.
        [WITH_HW] (MY (f_specific_init)): Set CPU-model-specific
        [WITH_HW] (MY (f_specific_init)): Set CPU-model-specific
        interrupt-delivery function.
        interrupt-delivery function.
        * cris/crisv10f.c (MY (deliver_interrupt)): New function.
        * cris/crisv10f.c (MY (deliver_interrupt)): New function.
        * cris/crisv32f.c (MY (deliver_interrupt)): New function.
        * cris/crisv32f.c (MY (deliver_interrupt)): New function.
        * cris/devices.c: Include hw-device.h.
        * cris/devices.c: Include hw-device.h.
        (device_io_read_buffer) [WITH_HW]: Call hw_io_read_buffer.
        (device_io_read_buffer) [WITH_HW]: Call hw_io_read_buffer.
        (device_io_write_buffer): Only perform 0x900000xx-functions if
        (device_io_write_buffer): Only perform 0x900000xx-functions if
        cris_have_900000xxif is nonzero.  Else if WITH_HW defined,
        cris_have_900000xxif is nonzero.  Else if WITH_HW defined,
        call hw_io_write_buffer.  Add return 0 last in function.
        call hw_io_write_buffer.  Add return 0 last in function.
        * cris/sim-if.c (cris_have_900000xxif): Now global.
        * cris/sim-if.c (cris_have_900000xxif): Now global.
        (sim_open) [WITH_HW]: Clear deliver_interrupt cpu member.
        (sim_open) [WITH_HW]: Clear deliver_interrupt cpu member.
        Force "-model" option, effectively.
        Force "-model" option, effectively.
        * cris/sim-main.h (cris_interrupt_delivery_fn): New type.
        * cris/sim-main.h (cris_interrupt_delivery_fn): New type.
        (struct _sim_cpu) [WITH_HW]: New member deliver_interrupt.
        (struct _sim_cpu) [WITH_HW]: New member deliver_interrupt.
2006-04-02  Hans-Peter Nilsson  
2006-04-02  Hans-Peter Nilsson  
        * cris/Makefile.in (CRISV10F_OBJS): Remove semcrisv10f-switch.o.
        * cris/Makefile.in (CRISV10F_OBJS): Remove semcrisv10f-switch.o.
        (CRISV32F_OBJS): Remove semcrisv32f-switch.o.
        (CRISV32F_OBJS): Remove semcrisv32f-switch.o.
        (semcrisv10f-switch.o, semcrisv32f-switch.o: Remove dependency rules.
        (semcrisv10f-switch.o, semcrisv32f-switch.o: Remove dependency rules.
2006-03-13  DJ Delorie  
2006-03-13  DJ Delorie  
        * MAINTAINERS: Add self as m32c sim maintainer.
        * MAINTAINERS: Add self as m32c sim maintainer.
2006-02-23  Hans-Peter Nilsson  
2006-02-23  Hans-Peter Nilsson  
        * cris/traps.c (syscall_map): Remove CB_SYS_time / TARGET_SYS_time
        * cris/traps.c (syscall_map): Remove CB_SYS_time / TARGET_SYS_time
        mapping.
        mapping.
        (cris_break_13_handler) : New case.
        (cris_break_13_handler) : New case.
2006-01-23  Jim Blandy  
2006-01-23  Jim Blandy  
        Add simulator for Renesas M32C and M16C.
        Add simulator for Renesas M32C and M16C.
        * m32c: New directory.
        * m32c: New directory.
        * configure.ac: Add entry for Renesas M32C.
        * configure.ac: Add entry for Renesas M32C.
        * configure: Regenerate.
        * configure: Regenerate.
2006-01-10  Hans-Peter Nilsson  
2006-01-10  Hans-Peter Nilsson  
        * cris/cris-tmpl.c (MY (f_model_insn_before)): Only display basic
        * cris/cris-tmpl.c (MY (f_model_insn_before)): Only display basic
        cycle count for the current insn.
        cycle count for the current insn.
2005-12-06  Hans-Peter Nilsson  
2005-12-06  Hans-Peter Nilsson  
        * cris/cpuv10.h, cris/cpuv32.h, cris/cris-desc.c, cris/cris-opc.h,
        * cris/cpuv10.h, cris/cpuv32.h, cris/cris-desc.c, cris/cris-opc.h,
        cris/decodev10.c, cris/decodev10.h, cris/decodev32.c,
        cris/decodev10.c, cris/decodev10.h, cris/decodev32.c,
        cris/decodev32.h, cris/modelv10.c, cris/modelv32.c,
        cris/decodev32.h, cris/modelv10.c, cris/modelv32.c,
        cris/semcrisv10f-switch.c, cris/semcrisv32f-switch.c: Regenerate.
        cris/semcrisv10f-switch.c, cris/semcrisv32f-switch.c: Regenerate.
2005-12-05  Hans-Peter Nilsson  
2005-12-05  Hans-Peter Nilsson  
        * cris/arch.c, cris/arch.h, cris/cpuall.h, cris/cpuv10.c,
        * cris/arch.c, cris/arch.h, cris/cpuall.h, cris/cpuv10.c,
        cris/cpuv10.h, cris/cpuv32.c, cris/cpuv32.h, cris/cris-desc.c,
        cris/cpuv10.h, cris/cpuv32.c, cris/cpuv32.h, cris/cris-desc.c,
        cris/cris-desc.h, cris/cris-opc.h, cris/decodev10.c,
        cris/cris-desc.h, cris/cris-opc.h, cris/decodev10.c,
        cris/decodev10.h, cris/decodev32.c, cris/decodev32.h,
        cris/decodev10.h, cris/decodev32.c, cris/decodev32.h,
        cris/modelv10.c, cris/modelv32.c, cris/semcrisv10f-switch.c,
        cris/modelv10.c, cris/modelv32.c, cris/semcrisv10f-switch.c,
        cris/semcrisv32f-switch.c: Regenerate.
        cris/semcrisv32f-switch.c: Regenerate.
2005-11-20  Hans-Peter Nilsson  
2005-11-20  Hans-Peter Nilsson  
        * cris/traps.c (TARGET_O_RDONLY, TARGET_O_WRONLY): Define.
        * cris/traps.c (TARGET_O_RDONLY, TARGET_O_WRONLY): Define.
        (open_map): Use TARGET_O_ACCMODE, TARGET_O_RDONLY and
        (open_map): Use TARGET_O_ACCMODE, TARGET_O_RDONLY and
        TARGET_O_WRONLY.
        TARGET_O_WRONLY.
        (cris_break_13_handler) : Add support for
        (cris_break_13_handler) : Add support for
        F_GETFL on fd 0, 1 and 2.
        F_GETFL on fd 0, 1 and 2.
2005-11-17  Hans-Peter Nilsson  
2005-11-17  Hans-Peter Nilsson  
        * cris/sim-main.h (struct _sim_cpu): New members last_syscall,
        * cris/sim-main.h (struct _sim_cpu): New members last_syscall,
        last_open_fd, last_open_flags.
        last_open_fd, last_open_flags.
        * cris/traps.c: Don't include targ-vals.h.
        * cris/traps.c: Don't include targ-vals.h.
        (TARGET_O_ACCMODE): Define.
        (TARGET_O_ACCMODE): Define.
        (cris_break_13_handler): Set new _sim_cpu members.
        (cris_break_13_handler): Set new _sim_cpu members.
        : Support special case of F_GETFL.
        : Support special case of F_GETFL.
        Rearrange code as switch.  Emit "unimplemented" abort for
        Rearrange code as switch.  Emit "unimplemented" abort for
        unimplemented fcntl calls.
        unimplemented fcntl calls.
        * cris/traps.c (TARGET_SYS_stat): Define.
        * cris/traps.c (TARGET_SYS_stat): Define.
        (syscall_stat32_map): Add entry for TARGET_SYS_stat.
        (syscall_stat32_map): Add entry for TARGET_SYS_stat.
        (cris_break_13_handler) : New case.
        (cris_break_13_handler) : New case.
2005-11-16  Hans-Peter Nilsson  
2005-11-16  Hans-Peter Nilsson  
        * cris/cris-tmpl.c (MY (f_model_insn_before)): Make sure only the
        * cris/cris-tmpl.c (MY (f_model_insn_before)): Make sure only the
        low 32 bits are used after an unsigned long cast.
        low 32 bits are used after an unsigned long cast.
2005-05-28  Hans-Peter Nilsson  
2005-05-28  Hans-Peter Nilsson  
        * cris/Makefile.in (stamp-v32fmloop): Depend on stamp-v10fmloop.
        * cris/Makefile.in (stamp-v32fmloop): Depend on stamp-v10fmloop.
2005-05-26  Chris Demetriou  
2005-05-26  Chris Demetriou  
        * MAINTAINERS: Update my mail address, move myself to the
        * MAINTAINERS: Update my mail address, move myself to the
        "Past maintainers" section.
        "Past maintainers" section.
2005-05-17  Corinna Vinschen  
2005-05-17  Corinna Vinschen  
        * configure.ac: Add igen to v850 build.
        * configure.ac: Add igen to v850 build.
        * configure: Regenerate.
        * configure: Regenerate.
2005-04-29  Paul Brook  
2005-04-29  Paul Brook  
        * common/callback.c (PIPE_BUF): Provide default definition.
        * common/callback.c (PIPE_BUF): Provide default definition.
        (os_lstat): Use stat if lstat is not available on the host.
        (os_lstat): Use stat if lstat is not available on the host.
        (os_ftruncate): Return EINVAL if not available on the host.
        (os_ftruncate): Return EINVAL if not available on the host.
        (os_truncate): Ditto.
        (os_truncate): Ditto.
        * common/configure.ac: Check for lstat, truncate and ftruncate.
        * common/configure.ac: Check for lstat, truncate and ftruncate.
        * common/configure: Regenerate.
        * common/configure: Regenerate.
        * common/config.in: Regenerate.
        * common/config.in: Regenerate.
2005-04-27  Paul Brook  
2005-04-27  Paul Brook  
        * common/Make-common.in: Add $(EXEEXT) to "run".
        * common/Make-common.in: Add $(EXEEXT) to "run".
2005-04-18  Hans-Peter Nilsson  
2005-04-18  Hans-Peter Nilsson  
        * cris/traps.c (cris_break_13_handler) :
        * cris/traps.c (cris_break_13_handler) :
        For ((len & 8191) != 0 && fd == (USI) -1), don't say this isn't
        For ((len & 8191) != 0 && fd == (USI) -1), don't say this isn't
        implemented.  In call to create_map, pad length argument to 8k.
        implemented.  In call to create_map, pad length argument to 8k.
2005-04-15  Corinna Vinschen  
2005-04-15  Corinna Vinschen  
        * configure.ac: Add explicit sh64 case.
        * configure.ac: Add explicit sh64 case.
        * configure: Regenerate.
        * configure: Regenerate.
2005-03-30  Paul Brook  
2005-03-30  Paul Brook  
        * arm/wrapper.c: Provide SIGTRAP and SIGBUS.
        * arm/wrapper.c: Provide SIGTRAP and SIGBUS.
2005-03-24  Hans-Peter Nilsson  
2005-03-24  Hans-Peter Nilsson  
        * cris/Makefile.in (stamp-v10fcpu, stamp-v32fcpu): Add kludge to
        * cris/Makefile.in (stamp-v10fcpu, stamp-v32fcpu): Add kludge to
        include cgen-ops.h in decodev10.c and decodev32.c.
        include cgen-ops.h in decodev10.c and decodev32.c.
        * cris/sim-main.h: Don't include cgen-ops.h here.
        * cris/sim-main.h: Don't include cgen-ops.h here.
        * cris/arch.c, cris/arch.h, cris/cpuall.h, cris/cpuv10.c,
        * cris/arch.c, cris/arch.h, cris/cpuall.h, cris/cpuv10.c,
        cris/cpuv10.h, cris/cpuv32.c, cris/cpuv32.h, cris/cris-desc.c,
        cris/cpuv10.h, cris/cpuv32.c, cris/cpuv32.h, cris/cris-desc.c,
        cris/cris-desc.h, cris/cris-opc.h, cris/decodev10.c,
        cris/cris-desc.h, cris/cris-opc.h, cris/decodev10.c,
        cris/decodev10.h, cris/decodev32.c, cris/decodev32.h,
        cris/decodev10.h, cris/decodev32.c, cris/decodev32.h,
        cris/modelv10.c, cris/modelv32.c, cris/semcrisv10f-switch.c,
        cris/modelv10.c, cris/modelv32.c, cris/semcrisv10f-switch.c,
        cris/semcrisv32f-switch.c: Regenerate.
        cris/semcrisv32f-switch.c: Regenerate.
        * cris/traps.c (cris_break_13_handler) 
        * cris/traps.c (cris_break_13_handler) 
        TARGET_SYS_rt_sigaction>: Rename sa_handler, sa_flags,
        TARGET_SYS_rt_sigaction>: Rename sa_handler, sa_flags,
        sa_restorer, sa_mask_low, sa_mask_high to target_sa_handler etc.
        sa_restorer, sa_mask_low, sa_mask_high to target_sa_handler etc.
2005-03-23  Mark Kettenis  
2005-03-23  Mark Kettenis  
        * cris/configure: Regenerate.
        * cris/configure: Regenerate.
2005-02-28  Jim Blandy  
2005-02-28  Jim Blandy  
        * d10v/configure.ac, igen/configure.ac, m68hc11/configure.ac,
        * d10v/configure.ac, igen/configure.ac, m68hc11/configure.ac,
        mips/configure.ac, mn10300/configure.ac, v850/configure.ac:
        mips/configure.ac, mn10300/configure.ac, v850/configure.ac:
        Regenerated, after change to common/aclocal.m4.
        Regenerated, after change to common/aclocal.m4.
2005-02-18  Corinna Vinschen  
2005-02-18  Corinna Vinschen  
        * iq2000: New target subdirectory.
        * iq2000: New target subdirectory.
        * configure.ac: Add iq2000 target.
        * configure.ac: Add iq2000 target.
        * configure: Regenerate.
        * configure: Regenerate.
2005-01-29  Hans-Peter Nilsson  
2005-01-29  Hans-Peter Nilsson  
        * Makefile.in (all, clean mostlyclean, distclean maintainer-clean)
        * Makefile.in (all, clean mostlyclean, distclean maintainer-clean)
        (realclean, install): Fail if subdir make failed.
        (realclean, install): Fail if subdir make failed.
2005-01-28  Hans-Peter Nilsson  
2005-01-28  Hans-Peter Nilsson  
        * cris: New directory, simulator for Axis Communications CRIS
        * cris: New directory, simulator for Axis Communications CRIS
        including CRIS v32, CGEN-based.
        including CRIS v32, CGEN-based.
        * configure.ac: Add corresponding configury.
        * configure.ac: Add corresponding configury.
        * configure: Regenerate.
        * configure: Regenerate.
2005-01-17  Andrew Cagney  
2005-01-17  Andrew Cagney  
        * configure.ac: For mips*-*-* and mn10300*-*-* configure the
        * configure.ac: For mips*-*-* and mn10300*-*-* configure the
        common directory.  Remove sparc*-*-* from list.
        common directory.  Remove sparc*-*-* from list.
2005-01-11  Andrew Cagney  
2005-01-11  Andrew Cagney  
        * Makefile.in (autoconf-common autoheader-common): Add --force to
        * Makefile.in (autoconf-common autoheader-common): Add --force to
        autoconf and autoheader.
        autoconf and autoheader.
        (autoconf-common autoheader-common)
        (autoconf-common autoheader-common)
        (autoconf-install autoheader-install): Check for configure.ac, not
        (autoconf-install autoheader-install): Check for configure.ac, not
        configure.in.
        configure.in.
        * configure.ac: Delete AC_CONFIG_AUX_DIR.
        * configure.ac: Delete AC_CONFIG_AUX_DIR.
        * configure: Re-generate.
        * configure: Re-generate.
2005-01-07  Andrew Cagney  
2005-01-07  Andrew Cagney  
        * configure.ac: Replace configure.in.  Requires autoconf 2.59 and
        * configure.ac: Replace configure.in.  Requires autoconf 2.59 and
        correctly calls AC_CONFIG_SUBDIRS.
        correctly calls AC_CONFIG_SUBDIRS.
        * configure: Re-generate.
        * configure: Re-generate.
2004-12-01  Andrew Cagney  
2004-12-01  Andrew Cagney  
        * i960, h8500: Delete directory.
        * i960, h8500: Delete directory.
2004-11-12  Andrew Cagney  
2004-11-12  Andrew Cagney  
        * d30v, fr30, mn10200, z8k: Delete directory.
        * d30v, fr30, mn10200, z8k: Delete directory.
2004-03-10  Ben Elliston  
2004-03-10  Ben Elliston  
        * MAINTAINERS: Update my mail address.
        * MAINTAINERS: Update my mail address.
2004-01-26  Chris Demetriou  
2004-01-26  Chris Demetriou  
        * configure.in (mips*-*-*): Configure in testsuite.
        * configure.in (mips*-*-*): Configure in testsuite.
        * configure: Regenerate.
        * configure: Regenerate.
2003-10-08  Dave Brolley  
2003-10-08  Dave Brolley  
        * configure.in: Move frv handling to alphabetically correct placement.
        * configure.in: Move frv handling to alphabetically correct placement.
2003-09-03  Andreas Schwab  
2003-09-03  Andreas Schwab  
        * Makefile.in (FLAGS_TO_PASS): Pass down $(bindir) and $(mandir).
        * Makefile.in (FLAGS_TO_PASS): Pass down $(bindir) and $(mandir).
2003-08-29  Dave Brolley  
2003-08-29  Dave Brolley  
        * MAINTAINERS: Add myself as maintainer of the FRV port.
        * MAINTAINERS: Add myself as maintainer of the FRV port.
2003-08-20  Michael Snyder  
2003-08-20  Michael Snyder  
            Dave Brolley  
            Dave Brolley  
        * frv/: New directory, simulator for the Fujitsu FRV.
        * frv/: New directory, simulator for the Fujitsu FRV.
        * configure.in: Add frv configury.
        * configure.in: Add frv configury.
        * configure: Regenerate.
        * configure: Regenerate.
2003-08-10  Ben Elliston  
2003-08-10  Ben Elliston  
        * MAINTAINERS: Update my mail address.
        * MAINTAINERS: Update my mail address.
2003-08-09  Andrew Cagney  
2003-08-09  Andrew Cagney  
        * MAINTAINERS: Andrew Cagney (mips) and Geoff Keating (ppc) drop
        * MAINTAINERS: Andrew Cagney (mips) and Geoff Keating (ppc) drop
        maintenance.  List igen and sh maintainers.  Mention that target
        maintenance.  List igen and sh maintainers.  Mention that target
        and global maintainers pick up the slack.
        and global maintainers pick up the slack.
2003-07-09  Michael Snyder  
2003-07-09  Michael Snyder  
        * configure.in: Add testsuite to extra_subdirs for sh.
        * configure.in: Add testsuite to extra_subdirs for sh.
        * configure: Regenerate.
        * configure: Regenerate.
2003-01-23  Nick Clifton  
2003-01-23  Nick Clifton  
        * Add sh2e support:
        * Add sh2e support:
2002-04-02  Alexandre Oliva  
2002-04-02  Alexandre Oliva  
        * sh/gencode.c: Replace sh3e with sh2e except in fsqrt.
        * sh/gencode.c: Replace sh3e with sh2e except in fsqrt.
2002-08-24  Geoffrey Keating  
2002-08-24  Geoffrey Keating  
        * MAINTAINERS: Update my email address.
        * MAINTAINERS: Update my email address.
2002-07-17  Andrew Cagney  
2002-07-17  Andrew Cagney  
        * w65/: Delete directory.
        * w65/: Delete directory.
2002-07-16  Andrew Cagney  
2002-07-16  Andrew Cagney  
        * configure.in (extra_subdirs): Mark fr30-*-* as obsolete.
        * configure.in (extra_subdirs): Mark fr30-*-* as obsolete.
        * configure: Re-generate.
        * configure: Re-generate.
2002-07-13  Andrew Cagney  
2002-07-13  Andrew Cagney  
        * configure.in (extra_subdirs): Mark d30v-*-* as obsolete.
        * configure.in (extra_subdirs): Mark d30v-*-* as obsolete.
        * configure: Re-generate.
        * configure: Re-generate.
2002-06-16  Andrew Cagney  
2002-06-16  Andrew Cagney  
        * Makefile.in (autoconf-changelog autoheader-changelog): Let name,
        * Makefile.in (autoconf-changelog autoheader-changelog): Let name,
        id, date and host to be overriden by NAME, ID, DATE and HOST
        id, date and host to be overriden by NAME, ID, DATE and HOST
        respectfully.  Use ISO dates.
        respectfully.  Use ISO dates.
Thu Jun  6 12:34:13 2002  Andrew Cagney  
Thu Jun  6 12:34:13 2002  Andrew Cagney  
        * Makefile.in (ChangeLog): New makefile variable.
        * Makefile.in (ChangeLog): New makefile variable.
        * README-HACKING: Mention the ChangeLog makefile variable.
        * README-HACKING: Mention the ChangeLog makefile variable.
2002-06-01  Andrew Cagney  
2002-06-01  Andrew Cagney  
        * tic80/: Delete directory.
        * tic80/: Delete directory.
2002-05-16  Stephane Carrez  
2002-05-16  Stephane Carrez  
        * MAINTAINERS: Update my email address.
        * MAINTAINERS: Update my email address.
2002-03-06  Stephane Carrez  
2002-03-06  Stephane Carrez  
        * MAINTAINERS: Record self as maintainer of m68hc11 simulator.
        * MAINTAINERS: Record self as maintainer of m68hc11 simulator.
2002-03-01  Frank Ch. Eigler  
2002-03-01  Frank Ch. Eigler  
        * MAINTAINERS: Record self as a co-maintainer of just common/.
        * MAINTAINERS: Record self as a co-maintainer of just common/.
2002-02-07  Nick Clifton  
2002-02-07  Nick Clifton  
        * MAINTAINERS: Point to GDB files describing overall maintaince
        * MAINTAINERS: Point to GDB files describing overall maintaince
        and check-in procedures.
        and check-in procedures.
2002-01-10  Nick Clifton  
2002-01-10  Nick Clifton  
        * MAINTAINERS: Add myself for ARM portions.
        * MAINTAINERS: Add myself for ARM portions.
2001-10-19  Andrew Cagney  
2001-10-19  Andrew Cagney  
        * configure.in: When Linux or NetBSD, enable PowerPC simulator.
        * configure.in: When Linux or NetBSD, enable PowerPC simulator.
        * configure: Re-generate.
        * configure: Re-generate.
2001-02-16  Ben Elliston  
2001-02-16  Ben Elliston  
        * MAINTAINERS: Add myself for common portions.
        * MAINTAINERS: Add myself for common portions.
2001-01-15  Chris Demetriou  
2001-01-15  Chris Demetriou  
        * MAINTAINERS: Added self and Andrew for the mips sim.
        * MAINTAINERS: Added self and Andrew for the mips sim.
2000-10-25  Geoff Keating  
2000-10-25  Geoff Keating  
        * MAINTAINERS: Added self and Andrew for the ppc sim.
        * MAINTAINERS: Added self and Andrew for the ppc sim.
Thu Jul 27 21:26:26 2000  Andrew Cagney  
Thu Jul 27 21:26:26 2000  Andrew Cagney  
        From Stephane Carrez :
        From Stephane Carrez :
        * m68hc11: New directory.
        * m68hc11: New directory.
        * configure.in: Add.
        * configure.in: Add.
        * configure: Regenerate.
        * configure: Regenerate.
Tue Jul  4 13:43:54 2000  Andrew Cagney  
Tue Jul  4 13:43:54 2000  Andrew Cagney  
        * tic80: New directory.
        * tic80: New directory.
        * configure.in: Add configury.
        * configure.in: Add configury.
        * configure: Regenerate.
        * configure: Regenerate.
2000-04-20  Nick Clifton  
2000-04-20  Nick Clifton  
        * configure.in (extra_subdirs): Add testsuite to strongarm
        * configure.in (extra_subdirs): Add testsuite to strongarm
        directories.
        directories.
        * configure: Regenerate.
        * configure: Regenerate.
Sat Mar  4 16:48:54 2000  Andrew Cagney  
Sat Mar  4 16:48:54 2000  Andrew Cagney  
        * MAINTAINERS: New file.  Blank.
        * MAINTAINERS: New file.  Blank.
1999-11-18  Ben Elliston  
1999-11-18  Ben Elliston  
        * configure.in: Require autoconf 2.13 and remove obsolete
        * configure.in: Require autoconf 2.13 and remove obsolete
        invocation of AC_C_CROSS.
        invocation of AC_C_CROSS.
        * configure: Regenerate.
        * configure: Regenerate.
1999-09-29  Doug Evans  
1999-09-29  Doug Evans  
        * configure.in: Configure the testsuite directory for thumb.
        * configure.in: Configure the testsuite directory for thumb.
        * configure: Regenerate.
        * configure: Regenerate.
1999-07-16  Ben Elliston  
1999-07-16  Ben Elliston  
        * configure.in: Configure the testsuite directory for arm.
        * configure.in: Configure the testsuite directory for arm.
        * configure: Regenerate.
        * configure: Regenerate.
1999-04-08  Nick Clifton  
1999-04-08  Nick Clifton  
        * configure.in: Add support for MCore target.
        * configure.in: Add support for MCore target.
        * configure: Regenerate.
        * configure: Regenerate.
1999-03-14  Stan Shebs  
1999-03-14  Stan Shebs  
        * Makefile.in (FLAGS_TO_PASS, TARGET_FLAGS_TO_PASS): Remove
        * Makefile.in (FLAGS_TO_PASS, TARGET_FLAGS_TO_PASS): Remove
        RUNTEST instead of commenting out, fixes portability problem.
        RUNTEST instead of commenting out, fixes portability problem.
1999-02-08  Nick Clifton  
1999-02-08  Nick Clifton  
        * configure.in: Add support for StrongARM target.
        * configure.in: Add support for StrongARM target.
        * configure: Regenerate.
        * configure: Regenerate.
1999-01-04  Jason Molenda  (jsm@bugshack.cygnus.com)
1999-01-04  Jason Molenda  (jsm@bugshack.cygnus.com)
        * configure.in: Require autoconf 2.12.1 or higher.
        * configure.in: Require autoconf 2.12.1 or higher.
1998-12-08  James E Wilson  
1998-12-08  James E Wilson  
        * configure.in (i960-*-*): Add.
        * configure.in (i960-*-*): Add.
        * configure: Rebuild.
        * configure: Rebuild.
Wed Nov  4 19:11:43 1998  Dave Brolley  
Wed Nov  4 19:11:43 1998  Dave Brolley  
        * configure.in: Added case for fr30-*-*.
        * configure.in: Added case for fr30-*-*.
        * configure: Regenerated.
        * configure: Regenerated.
Fri Sep 25 10:12:19 1998  Christopher Faylor 
Fri Sep 25 10:12:19 1998  Christopher Faylor 
        * ppc/Makefile.in: Add EXEEXT to installed powerpc-eabi-run program
        * ppc/Makefile.in: Add EXEEXT to installed powerpc-eabi-run program
        to allow successful operation on Windows.
        to allow successful operation on Windows.
Thu May 28 14:59:46 1998 Jillian Ye 
Thu May 28 14:59:46 1998 Jillian Ye 
        * Makefile.in: Take RUNTEST out of FLAGS_TO_PASS so that make
        * Makefile.in: Take RUNTEST out of FLAGS_TO_PASS so that make
        check can be invoked recursively.
        check can be invoked recursively.
Wed Apr 29 12:38:53 1998  Mark Alexander  
Wed Apr 29 12:38:53 1998  Mark Alexander  
        * configure.in: Build simulator on sparclite and sparc86x targets.
        * configure.in: Build simulator on sparclite and sparc86x targets.
        * configure: Regenerate.
        * configure: Regenerate.
Sun Apr 26 15:21:01 1998  Tom Tromey  
Sun Apr 26 15:21:01 1998  Tom Tromey  
        * Makefile.in (autoconf-common autoheader-common): Don't pass -l
        * Makefile.in (autoconf-common autoheader-common): Don't pass -l
        to autoconf and autoheader.
        to autoconf and autoheader.
Fri Apr 24 11:14:13 1998  Tom Tromey  
Fri Apr 24 11:14:13 1998  Tom Tromey  
        * Makefile.in (autoconf-common autoheader-common): Pass `-l
        * Makefile.in (autoconf-common autoheader-common): Pass `-l
        ../common' to autoconf and autoheader.  Unconditionally run
        ../common' to autoconf and autoheader.  Unconditionally run
        autoconf in every subdir.
        autoconf in every subdir.
        (autoconf-changelog autoheader-changelog): Unconditionally run
        (autoconf-changelog autoheader-changelog): Unconditionally run
        commands in every subdir.
        commands in every subdir.
        (autoconf-install autoheader-install): Likewise.
        (autoconf-install autoheader-install): Likewise.
Tue Mar 24 17:12:43 1998  Stu Grossman  
Tue Mar 24 17:12:43 1998  Stu Grossman  
        * Makefile.in:  Get SHELL from configure.
        * Makefile.in:  Get SHELL from configure.
        * (FLAGS_TO_PASS):  Pass down SHELL.
        * (FLAGS_TO_PASS):  Pass down SHELL.
        * configure:  Regenerate with autoconf 2.12.1 to fix shell issues for
        * configure:  Regenerate with autoconf 2.12.1 to fix shell issues for
        NT native builds.
        NT native builds.
Tue Mar 24 11::18:00 1998  Joyce Janczyn  
Tue Mar 24 11::18:00 1998  Joyce Janczyn  
        * configure.in (extra_subdirs): Enable igen for mn10300.
        * configure.in (extra_subdirs): Enable igen for mn10300.
        * configure: Re-generate.
        * configure: Re-generate.
Tue Dec  2 10:10:42 1997  Nick Clifton  
Tue Dec  2 10:10:42 1997  Nick Clifton  
        * configure.in (extra_subdirs): Add support for thumb target.
        * configure.in (extra_subdirs): Add support for thumb target.
        * configure (extra_subdirs): Add support for thumb target.
        * configure (extra_subdirs): Add support for thumb target.
Wed Oct  8 12:38:48 1997  Andrew Cagney  
Wed Oct  8 12:38:48 1997  Andrew Cagney  
        * configure.in (extra_subdirs): Add IGEN directory when MIPS
        * configure.in (extra_subdirs): Add IGEN directory when MIPS
        target.
        target.
        * configure: Regenerate.
        * configure: Regenerate.
Fri Sep 12 13:10:31 1997  Andrew Cagney  
Fri Sep 12 13:10:31 1997  Andrew Cagney  
        * configure.in (extra_subdirs): v850ea needs igen.
        * configure.in (extra_subdirs): v850ea needs igen.
        * configure: Re-generate.
        * configure: Re-generate.
Mon Sep  1 16:48:23 1997  Andrew Cagney  
Mon Sep  1 16:48:23 1997  Andrew Cagney  
        * configure.in (testdir): When a testsuite directory, add that to
        * configure.in (testdir): When a testsuite directory, add that to
        the list of confdirs.
        the list of confdirs.
Tue Aug 19 11:17:46 1997  Andrew Cagney  
Tue Aug 19 11:17:46 1997  Andrew Cagney  
        * configure.in (extra_subdirs): Enable igen ready for V850.
        * configure.in (extra_subdirs): Enable igen ready for V850.
Tue Aug 26 15:14:48 1997  Andrew Cagney  
Tue Aug 26 15:14:48 1997  Andrew Cagney  
        * configure.in (w65-*-*, only_if_enabled): Set.
        * configure.in (w65-*-*, only_if_enabled): Set.
        * configure: Re-generate.
        * configure: Re-generate.
Mon Aug 25 16:26:53 1997  Andrew Cagney  
Mon Aug 25 16:26:53 1997  Andrew Cagney  
        * configure.in (sparc*-*-*, only_if_enabled): Set
        * configure.in (sparc*-*-*, only_if_enabled): Set
        only_if_enabled=yes.  Check only_if_enabled before enabling a
        only_if_enabled=yes.  Check only_if_enabled before enabling a
        simulator.
        simulator.
        * configure: Regenerate.
        * configure: Regenerate.
Mon Aug 18 10:56:59 1997  Nick Clifton  
Mon Aug 18 10:56:59 1997  Nick Clifton  
        * configure.in (extra_subdirs): Add v850e target.
        * configure.in (extra_subdirs): Add v850e target.
Mon Aug 18 10:56:59 1997  Nick Clifton  
Mon Aug 18 10:56:59 1997  Nick Clifton  
        * configure.in (extra_subdirs): Add v850ea target.
        * configure.in (extra_subdirs): Add v850ea target.
Fri Jul 25 11:40:47 1997  Doug Evans  
Fri Jul 25 11:40:47 1997  Doug Evans  
        * configure.in (sparc*-*-*): Don't build erc32.
        * configure.in (sparc*-*-*): Don't build erc32.
        * configure: Regenerate.
        * configure: Regenerate.
Thu Apr 24 00:47:20 1997  Doug Evans  
Thu Apr 24 00:47:20 1997  Doug Evans  
        * configure.in (m32r-*-*): New target.
        * configure.in (m32r-*-*): New target.
        * configure: Regenerate.
        * configure: Regenerate.
        * Makefile.in (autoconf-common, autoconf-changelog): Change $* to $@.
        * Makefile.in (autoconf-common, autoconf-changelog): Change $* to $@.
Mon Apr 21 22:57:55 1997  Andrew Cagney  
Mon Apr 21 22:57:55 1997  Andrew Cagney  
        * Makefile.in (.NOEXPORT, MAKEOVERRIDES): Moved to end, BSD make
        * Makefile.in (.NOEXPORT, MAKEOVERRIDES): Moved to end, BSD make
        thought that .NOEXPORT was the default target.
        thought that .NOEXPORT was the default target.
Fri Apr 11 17:18:07 1997  Ian Lance Taylor  
Fri Apr 11 17:18:07 1997  Ian Lance Taylor  
        * Makefile.in (clean mostlyclean): Restore targets accidentally
        * Makefile.in (clean mostlyclean): Restore targets accidentally
        deleted in earlier change.
        deleted in earlier change.
Thu Apr  3 12:20:32 1997  Andrew Cagney  
Thu Apr  3 12:20:32 1997  Andrew Cagney  
        * Makefile.in (autoheader-common, autoheader-changelog,
        * Makefile.in (autoheader-common, autoheader-changelog,
        autoheader-install): Perform autoheader in addition to autoconf.
        autoheader-install): Perform autoheader in addition to autoconf.
Wed Apr  2 15:09:05 1997  Doug Evans  
Wed Apr  2 15:09:05 1997  Doug Evans  
        * Makefile.in (autoconf-install): New target.
        * Makefile.in (autoconf-install): New target.
        (autoconf-changelog): Try different way to obtain user name.
        (autoconf-changelog): Try different way to obtain user name.
Wed Apr  2 14:25:52 1997  Andrew Cagney  
Wed Apr  2 14:25:52 1997  Andrew Cagney  
        * Makefile.in (autoconf-changelog): New target, update
        * Makefile.in (autoconf-changelog): New target, update
        ChangeLog for all subdirectories - normally used after
        ChangeLog for all subdirectories - normally used after
        autoconf-common target.
        autoconf-common target.
Wed Mar 19 14:26:21 1997  Andrew Cagney  
Wed Mar 19 14:26:21 1997  Andrew Cagney  
        * configure.in (extra_subdirs): Include testsuite for d30v.
        * configure.in (extra_subdirs): Include testsuite for d30v.
        * configure: Regenerate.
        * configure: Regenerate.
        * Makefile.in (RUNTEST, RUNTESTFLAGS): Borrow test rules from
        * Makefile.in (RUNTEST, RUNTESTFLAGS): Borrow test rules from
        ../gdb/Makefile.in
        ../gdb/Makefile.in
        (check): New rules - drive the testsuite.
        (check): New rules - drive the testsuite.
Mon Mar  3 13:01:00 1997  Jeffrey A Law  (law@cygnus.com)
Mon Mar  3 13:01:00 1997  Jeffrey A Law  (law@cygnus.com)
        * configure.in: Add mn10200 configure lines accidentally
        * configure.in: Add mn10200 configure lines accidentally
        removed.
        removed.
        * configure: Regenerated.
        * configure: Regenerated.
Wed Feb 19 10:34:20 1997  Andrew Cagney  
Wed Feb 19 10:34:20 1997  Andrew Cagney  
        * configure.in (extra_subdirs): Generalize common sub directory
        * configure.in (extra_subdirs): Generalize common sub directory
        into a list.
        into a list.
        (extra_subdirs): For d30v add igen to the list to be built.
        (extra_subdirs): For d30v add igen to the list to be built.
Sun Feb 16 16:37:47 1997  Andrew Cagney  
Sun Feb 16 16:37:47 1997  Andrew Cagney  
        * configure.in (d30v): New target.
        * configure.in (d30v): New target.
        * configure: Regenerated.
        * configure: Regenerated.
Wed Feb 19 23:17:13 1997  Jeffrey A Law  (law@cygnus.com)
Wed Feb 19 23:17:13 1997  Jeffrey A Law  (law@cygnus.com)
        * configure.in: Don't require GCC to build the mn10200
        * configure.in: Don't require GCC to build the mn10200
        simulator anymore.
        simulator anymore.
        * configure: Rebuilt.
        * configure: Rebuilt.
Wed Feb  5 13:28:13 1997  Doug Evans  
Wed Feb  5 13:28:13 1997  Doug Evans  
        * configure.in: Don't configure any subdirs if no simulator
        * configure.in: Don't configure any subdirs if no simulator
        is being built.  Don't use erc32 for sparc64.
        is being built.  Don't use erc32 for sparc64.
        * configure: Regenerated.
        * configure: Regenerated.
Tue Feb  4 13:19:39 1997  Doug Evans  
Tue Feb  4 13:19:39 1997  Doug Evans  
        * Makefile.in (autoconf-common): New target.
        * Makefile.in (autoconf-common): New target.
        * configure.in: Do configure common.
        * configure.in: Do configure common.
        * configure: Regenerated.
        * configure: Regenerated.
Thu Jan 23 13:59:52 1997  Stu Grossman  (grossman@critters.cygnus.com)
Thu Jan 23 13:59:52 1997  Stu Grossman  (grossman@critters.cygnus.com)
        * configure configure.in:  Don't configure common anymore.  Files
        * configure configure.in:  Don't configure common anymore.  Files
        from common are now built in the individual simualtor directories.
        from common are now built in the individual simualtor directories.
        This fixes problems with the WinGDB build procedure.
        This fixes problems with the WinGDB build procedure.
Mon Jan 13 13:16:42 1997  Jeffrey A Law  (law@cygnus.com)
Mon Jan 13 13:16:42 1997  Jeffrey A Law  (law@cygnus.com)
        * configure: Enable the mn10200 simulator.
        * configure: Enable the mn10200 simulator.
Wed Nov 20 01:00:36 1996  Doug Evans  
Wed Nov 20 01:00:36 1996  Doug Evans  
        * configure.in (configdirs): Add common.
        * configure.in (configdirs): Add common.
        * configure: Regenerated.
        * configure: Regenerated.
Fri Nov  1 08:03:30 1996  Michael Meissner  
Fri Nov  1 08:03:30 1996  Michael Meissner  
        * configure.in (powerpc*-*-linux*): Treat like the other powerpc
        * configure.in (powerpc*-*-linux*): Treat like the other powerpc
        system V based targets.
        system V based targets.
        * configure: Regenerate.
        * configure: Regenerate.
Thu Oct 17 12:50:08 1996  Doug Evans  
Thu Oct 17 12:50:08 1996  Doug Evans  
        * configure.in (--enable-sim-powerpc): Delete.
        * configure.in (--enable-sim-powerpc): Delete.
        (--enable-sim): Add.
        (--enable-sim): Add.
        * configure: Regenerated.
        * configure: Regenerated.
Fri Oct 11 21:13:43 1996  Jeffrey A Law  (law@cygnus.com)
Fri Oct 11 21:13:43 1996  Jeffrey A Law  (law@cygnus.com)
        * configure.in: Only build the V850 simulator if
        * configure.in: Only build the V850 simulator if
        we are using gcc.
        we are using gcc.
        * configure: Rebuild.
        * configure: Rebuild.
Sun Sep  8 17:22:50 1996  Ian Lance Taylor  
Sun Sep  8 17:22:50 1996  Ian Lance Taylor  
        * configure.in: Do build erc32 for DOS and Windows hosts.
        * configure.in: Do build erc32 for DOS and Windows hosts.
        * configure: Rebuild.
        * configure: Rebuild.
Wed Sep  4 18:11:27 1996  Stu Grossman  (grossman@critters.cygnus.com)
Wed Sep  4 18:11:27 1996  Stu Grossman  (grossman@critters.cygnus.com)
        * Makefile.in erc32/Makefile.in:  Don't set srcroot.  This should
        * Makefile.in erc32/Makefile.in:  Don't set srcroot.  This should
        be inherited from the parent.  Remove INSTALL_XFORM and
        be inherited from the parent.  Remove INSTALL_XFORM and
        INSTALL_XFORM1.  Make INSTALL be set from configure.
        INSTALL_XFORM1.  Make INSTALL be set from configure.
Wed Sep  4 15:49:16 1996  Ian Lance Taylor  
Wed Sep  4 15:49:16 1996  Ian Lance Taylor  
        * configure.in: Only build the MIPS simulator if we are using
        * configure.in: Only build the MIPS simulator if we are using
        gcc.
        gcc.
        * configure: Rebuild.
        * configure: Rebuild.
Wed Aug 28 19:05:23 1996  Jeffrey A Law  (law@cygnus.com)
Wed Aug 28 19:05:23 1996  Jeffrey A Law  (law@cygnus.com)
        * configure.in (v850-*-*): Added V850 simulator.
        * configure.in (v850-*-*): Added V850 simulator.
Thu Aug  1 17:08:41 1996  Martin M. Hunt  
Thu Aug  1 17:08:41 1996  Martin M. Hunt  
        * configure.in (d10v-*-*): Added D10V simulator.
        * configure.in (d10v-*-*): Added D10V simulator.
Wed Jun 26 12:33:57 1996  Jason Molenda  (crash@godzilla.cygnus.co.jp)
Wed Jun 26 12:33:57 1996  Jason Molenda  (crash@godzilla.cygnus.co.jp)
        * Makefile.in (bindir, libdir, datadir, mandir, infodir, includedir,
        * Makefile.in (bindir, libdir, datadir, mandir, infodir, includedir,
        INSTALL_PROGRAM, INSTALL_DATA): Use autoconf-set values.
        INSTALL_PROGRAM, INSTALL_DATA): Use autoconf-set values.
        (docdir): Removed.
        (docdir): Removed.
        * configure.in (AC_PREREQ): autoconf 2.5 or higher.
        * configure.in (AC_PREREQ): autoconf 2.5 or higher.
        (AC_PROG_INSTALL): Added.
        (AC_PROG_INSTALL): Added.
        * configure: Rebuilt.
        * configure: Rebuilt.
Mon Jun 24 14:18:26 1996  Ian Lance Taylor  
Mon Jun 24 14:18:26 1996  Ian Lance Taylor  
        * configure.in: Only configure erc32 if using gcc.
        * configure.in: Only configure erc32 if using gcc.
        * configure: Rebuild.
        * configure: Rebuild.
Tue Jun  4 09:24:21 1996  Michael Meissner  
Tue Jun  4 09:24:21 1996  Michael Meissner  
        * configure.in (sim_target): Build PowerPC simulator for powerpc
        * configure.in (sim_target): Build PowerPC simulator for powerpc
        System V.4, Solaris, and Elf targets.
        System V.4, Solaris, and Elf targets.
        * configure: Regenerate with autoconf 2.10.
        * configure: Regenerate with autoconf 2.10.
Wed May 22 12:10:49 1996  Rob Savoye  
Wed May 22 12:10:49 1996  Rob Savoye  
        * configure.in: Only built erc32 simulator on Unix hosts as it
        * configure.in: Only built erc32 simulator on Unix hosts as it
        uses pseudo ttys.
        uses pseudo ttys.
        * configure: Regenerated with autoconf 2.8.
        * configure: Regenerated with autoconf 2.8.
Sun May 19 20:20:40 1996  Rob Savoye  
Sun May 19 20:20:40 1996  Rob Savoye  
        * erc32: Sparc simulator from the ESA.
        * erc32: Sparc simulator from the ESA.
Sun Apr  7 21:00:09 1996  Fred Fish  
Sun Apr  7 21:00:09 1996  Fred Fish  
        From: Miles Bader  
        From: Miles Bader  
        * configure.in: Use AC_CHECK_TOOL to find AR & RANLIB.
        * configure.in: Use AC_CHECK_TOOL to find AR & RANLIB.
        * configure: Regenerate using autoconf.
        * configure: Regenerate using autoconf.
Thu Feb 22 11:31:50 1996  Michael Meissner  
Thu Feb 22 11:31:50 1996  Michael Meissner  
        * Makefile.in (install): Fix typo.
        * Makefile.in (install): Fix typo.
Wed Feb 21 11:59:57 1996  Ian Lance Taylor  
Wed Feb 21 11:59:57 1996  Ian Lance Taylor  
        * configure: Regenerate with autoconf 2.7.
        * configure: Regenerate with autoconf 2.7.
        * Makefile.in (all): Simplify.
        * Makefile.in (all): Simplify.
        (clean, mostlyclean): SUBDIRS may contain whitespace; fix the loop
        (clean, mostlyclean): SUBDIRS may contain whitespace; fix the loop
        as in the all target.
        as in the all target.
        (distclean, maintainer-clean, realclean): Likewise.
        (distclean, maintainer-clean, realclean): Likewise.
        (install): Likewise.
        (install): Likewise.
Thu Feb 15 18:37:00 1996  Fred Fish  
Thu Feb 15 18:37:00 1996  Fred Fish  
        * Makefile.in (all): Remove extra '\' char from shell script.
        * Makefile.in (all): Remove extra '\' char from shell script.
Wed Feb 14 16:43:59 1996  Mike Meissner  
Wed Feb 14 16:43:59 1996  Mike Meissner  
        * Makefile.in (all): Avoid a for loop with zero elements, even if
        * Makefile.in (all): Avoid a for loop with zero elements, even if
        the loop will not be executed because of an if statement.
        the loop will not be executed because of an if statement.
Wed Jan 31 21:48:34 1996  Fred Fish  
Wed Jan 31 21:48:34 1996  Fred Fish  
        * Makefile.in (install): Add missing semicolon in "fi \".
        * Makefile.in (install): Add missing semicolon in "fi \".
Thu Nov  9 16:10:56 1995  Michael Meissner  
Thu Nov  9 16:10:56 1995  Michael Meissner  
        * Makefile.in (AR, CC, CFLAGS, CC_FOR_BUILD, RANLIB): Pick up
        * Makefile.in (AR, CC, CFLAGS, CC_FOR_BUILD, RANLIB): Pick up
        defaults from configure.
        defaults from configure.
        * configure.in: Pick up AR, CC, CFLAGS, CC_FOR_BUILD, RANLIB using
        * configure.in: Pick up AR, CC, CFLAGS, CC_FOR_BUILD, RANLIB using
        configure defaults.
        configure defaults.
        (powerpc*-*-eabi*): Build simulator for all powerpc eabi targets
        (powerpc*-*-eabi*): Build simulator for all powerpc eabi targets
        if either --enable-sim-powerpc is used, or the host compiler is
        if either --enable-sim-powerpc is used, or the host compiler is
        GCC.
        GCC.
Wed Nov  8 15:46:49 1995  James G. Smith  
Wed Nov  8 15:46:49 1995  James G. Smith  
        * configure.in (mips*-*-*): Added "mips" simulator target.
        * configure.in (mips*-*-*): Added "mips" simulator target.
        * configure: Re-generated.
        * configure: Re-generated.
Tue Oct 10 11:08:20 1995  Fred Fish  
Tue Oct 10 11:08:20 1995  Fred Fish  
        * Makefile.in (BISON): Remove macro.
        * Makefile.in (BISON): Remove macro.
        (FLAGS_TO_PASS): Remove BISON.
        (FLAGS_TO_PASS): Remove BISON.
Sun Oct  8 04:26:27 1995  Peter Schauer  (pes@regent.e-technik.tu-muenchen.de)
Sun Oct  8 04:26:27 1995  Peter Schauer  (pes@regent.e-technik.tu-muenchen.de)
        * configure.in:  Explicitly `exit 0' for broken shells.
        * configure.in:  Explicitly `exit 0' for broken shells.
        * configure:  Rebuilt.
        * configure:  Rebuilt.
Fri Oct  6 12:03:27 1995  Jim Wilson  
Fri Oct  6 12:03:27 1995  Jim Wilson  
        * common/run.c (main): Initialize the callbacks.
        * common/run.c (main): Initialize the callbacks.
Wed Sep 20 13:34:50 1995  Ian Lance Taylor  
Wed Sep 20 13:34:50 1995  Ian Lance Taylor  
        * Makefile.in (maintainer-clean): New synonym for realclean.
        * Makefile.in (maintainer-clean): New synonym for realclean.
Fri Aug 25 11:53:43 1995  Michael Meissner  
Fri Aug 25 11:53:43 1995  Michael Meissner  
        * configure.in (powerpc*-*-eabisim*): Only build the simulator if
        * configure.in (powerpc*-*-eabisim*): Only build the simulator if
        the target is powerpc*-*-eabisim*, since it requires GCC to build.
        the target is powerpc*-*-eabisim*, since it requires GCC to build.
Mon Aug 21 17:53:48 1995  Michael Meissner  
Mon Aug 21 17:53:48 1995  Michael Meissner  
        * configure.in (powerpc{,le}-*-*): Add psim from Andrew Cagney
        * configure.in (powerpc{,le}-*-*): Add psim from Andrew Cagney
        .
        .
        * configure: Regnerate from configure.in.
        * configure: Regnerate from configure.in.
Thu Aug  3 10:45:37 1995  Fred Fish  
Thu Aug  3 10:45:37 1995  Fred Fish  
        * Update all FSF addresses except those in COPYING* files.
        * Update all FSF addresses except those in COPYING* files.
Thu Jul 20 15:17:29 1995  Fred Fish  
Thu Jul 20 15:17:29 1995  Fred Fish  
        * Makefile.in (CC_FOR_BUILD):  Define default and arrange to pass
        * Makefile.in (CC_FOR_BUILD):  Define default and arrange to pass
        submakes either default or passed in value.
        submakes either default or passed in value.
Wed Jul  5 14:32:54 1995  J.T. Conklin  
Wed Jul  5 14:32:54 1995  J.T. Conklin  
        * Makefile.in (all, clean, distclean, mostlyclean, realclean,
        * Makefile.in (all, clean, distclean, mostlyclean, realclean,
          install): Changed targets so that they descend all
          install): Changed targets so that they descend all
          subdirectories in $(SUBDIRS).
          subdirectories in $(SUBDIRS).
          (*-all, *-clean, *-install): Removed targets.
          (*-all, *-clean, *-install): Removed targets.
        * configure.in: Don't bother with target makefile fragments, they
        * configure.in: Don't bother with target makefile fragments, they
          are no longer needed.
          are no longer needed.
        * configure: regenerated.
        * configure: regenerated.
        * Makefile.in, configure.in: converted to autoconf.
        * Makefile.in, configure.in: converted to autoconf.
        * configure: New file, generated with autconf 2.4.
        * configure: New file, generated with autconf 2.4.
Wed May 24 14:48:46 1995  Steve Chamberlain  
Wed May 24 14:48:46 1995  Steve Chamberlain  
        * Makefile.in: Support ARM.
        * Makefile.in: Support ARM.
        * configure.in: Ditto.
        * configure.in: Ditto.
Sun Jan 15 16:53:47 1995  Steve Chamberlain  
Sun Jan 15 16:53:47 1995  Steve Chamberlain  
        * Makefile.in: Support W65.
        * Makefile.in: Support W65.
        * configure.in: Ditto.
        * configure.in: Ditto.
Sun Mar 13 09:27:50 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
Sun Mar 13 09:27:50 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
        * Makefile.in: Add TAGS target.
        * Makefile.in: Add TAGS target.
Mon Sep 13 12:47:15 1993  K. Richard Pixley  (rich@sendai.cygnus.com)
Mon Sep 13 12:47:15 1993  K. Richard Pixley  (rich@sendai.cygnus.com)
        * Makefile.in (all-z8k, install-z8k, clean-z8k, all-h8300,
        * Makefile.in (all-z8k, install-z8k, clean-z8k, all-h8300,
          install-h8300, clean-h8300, all-h8500, install-h8500,
          install-h8300, clean-h8300, all-h8500, install-h8500,
          clean-h8500, all-sh, install-sh, clean-sh): do not echo
          clean-h8500, all-sh, install-sh, clean-sh): do not echo
          recursion lines.
          recursion lines.
Wed Jun 30 14:12:05 1993  david d `zoo' zuhn  (zoo at poseidon.cygnus.com)
Wed Jun 30 14:12:05 1993  david d `zoo' zuhn  (zoo at poseidon.cygnus.com)
        * Makefile.in: remove endian.h trace from h8500
        * Makefile.in: remove endian.h trace from h8500
Sun Jun 13 13:08:58 1993  Jim Kingdon  (kingdon@cygnus.com)
Sun Jun 13 13:08:58 1993  Jim Kingdon  (kingdon@cygnus.com)
        * Makefile.in: Add distclean, realclean, and mostlyclean targets.
        * Makefile.in: Add distclean, realclean, and mostlyclean targets.
Fri May 21 11:21:16 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
Fri May 21 11:21:16 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
        * Makefile.in: make all of the all-* target (except all-nothing)
        * Makefile.in: make all of the all-* target (except all-nothing)
        depend on endian.h, so that if we're not building a simulator, we
        depend on endian.h, so that if we're not building a simulator, we
        don't built endian
        don't built endian
Fri May 21 10:55:06 1993  Ian Lance Taylor  (ian@cygnus.com)
Fri May 21 10:55:06 1993  Ian Lance Taylor  (ian@cygnus.com)
        * Makefile.in (check, installcheck): Added dummy targets.
        * Makefile.in (check, installcheck): Added dummy targets.
Mon May  3 21:39:43 1993  Fred Fish  (fnf@cygnus.com)
Mon May  3 21:39:43 1993  Fred Fish  (fnf@cygnus.com)
        * Makefile.in (endian): Find endian.c in $(srcdir), and also
        * Makefile.in (endian): Find endian.c in $(srcdir), and also
        explicitly make it, since some makes apparently don't work with
        explicitly make it, since some makes apparently don't work with
        VPATH and .c to executable rules (SunOS make for example).
        VPATH and .c to executable rules (SunOS make for example).
Mon May  3 08:29:01 1993  Steve Chamberlain  (sac@thepub.cygnus.com)
Mon May  3 08:29:01 1993  Steve Chamberlain  (sac@thepub.cygnus.com)
        * Makefile.in (endian): Add explicit rule for broken makes.
        * Makefile.in (endian): Add explicit rule for broken makes.
Mon Mar 15 15:47:53 1993  Ian Lance Taylor  (ian@cygnus.com)
Mon Mar 15 15:47:53 1993  Ian Lance Taylor  (ian@cygnus.com)
        * Makefile.in (info, install-info): New targets.
        * Makefile.in (info, install-info): New targets.
        (DO_INSTALL): Renamed from INSTALL, which is overridden by the top
        (DO_INSTALL): Renamed from INSTALL, which is overridden by the top
        level Makefile.
        level Makefile.
Wed Feb 10 20:12:27 1993  K. Richard Pixley  (rich@ok.cygnus.com)
Wed Feb 10 20:12:27 1993  K. Richard Pixley  (rich@ok.cygnus.com)
        * Makefile.in (endian.h): build endian.h via a temporary file so
        * Makefile.in (endian.h): build endian.h via a temporary file so
          that we don't leave an incomplete file lying around on
          that we don't leave an incomplete file lying around on
          interrupted builds.
          interrupted builds.
          (clean): remove endian, e.h, and endian.h.
          (clean): remove endian, e.h, and endian.h.
Mon Feb  8 11:46:06 1993  Steve Chamberlain  (sac@thepub.cygnus.com)
Mon Feb  8 11:46:06 1993  Steve Chamberlain  (sac@thepub.cygnus.com)
        * Makefile.in, configure.in: if target isn't supported, build a
        * Makefile.in, configure.in: if target isn't supported, build a
        harmless makefile.
        harmless makefile.
 
 

powered by: WebSVN 2.1.0

© copyright 1999-2024 OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.