2015-03-30 12:08:46 +08:00
|
|
|
2015-03-29 Mike Frysinger <vapier@gentoo.org>
|
|
|
|
|
|
|
|
* interp.c (old_segment_mapping, ins_type_counters, add_commas,
|
|
|
|
set_dmap_register, set_imap_register, HELD_SPI_IDX, HELD_SPU_IDX,
|
|
|
|
spu_register, spi_register, set_spi_register, set_spu_register):
|
|
|
|
Delete.
|
|
|
|
(sim_cr16_translate_addr): Delete old_segment_mapping handling.
|
|
|
|
(sim_open): Likewise.
|
|
|
|
(sim_info): Delete function body.
|
|
|
|
|
2015-03-30 10:41:14 +08:00
|
|
|
2015-03-29 Mike Frysinger <vapier@gentoo.org>
|
|
|
|
|
|
|
|
* Makefile.in (gencode.o, cr16-opc.o): Add $(WARN_CFLAGS).
|
|
|
|
(gencode): Add $(BUILD_LDFLAGS).
|
|
|
|
* endian.c (get_word, get_longword, get_longlong, write_word,
|
|
|
|
write_longword, write_longlong): Convert old style prototypes.
|
|
|
|
* gencode.c: Include string.h.
|
|
|
|
(write_header): Convert old style prototype and fix printf format.
|
|
|
|
(write_template, write_opcodes): Likewise.
|
|
|
|
(check_opcodes): Mark static void and put behind #if 0.
|
|
|
|
* interp.c: Include inttypes.h and run-sim.h.
|
|
|
|
(add_commas): Delete prototype.
|
|
|
|
(decode_pc): Convert old style prototype.
|
|
|
|
(do_run): Change h->op compare to 0.
|
|
|
|
(add_commas, set_dmap_register, set_imap_register, HELD_SPI_IDX,
|
|
|
|
HELD_SPU_IDX, spu_register, spi_register, set_spi_register,
|
|
|
|
set_spu_register): Wrap in #if 0.
|
|
|
|
(sim_write, sim_read, sim_close, sim_stop, sim_set_callbacks,
|
|
|
|
sim_stop_reason, sim_fetch_register, sim_store_register,
|
|
|
|
sim_do_command): Convert old style prototypes.
|
|
|
|
(sim_create_inferior): Fix pointer cast to use uintptr_t.
|
|
|
|
* simops.c [HAVE_TIME_H]: Include time.h.
|
|
|
|
[HAVE_SYS_TIME_H]: Include sys/time.h.
|
|
|
|
[TARGET_SYS_utime]: Include utime.h.
|
|
|
|
[TARGET_SYS_wait]: Include sys/wait.h.
|
|
|
|
(strrchr): Delete prototype.
|
|
|
|
(cond_stat): Mark static.
|
|
|
|
(trace_input_func): Mark name static.
|
|
|
|
(trace_input_func, trace_output_void, trace_output_flag): Convert old style prototypes.
|
|
|
|
(trace_output_40): Wrap in #if 0.
|
|
|
|
(OP_*): Convert old style prototypes. Move trace_input call below
|
|
|
|
all variable decls. Initialize tmp to 0 when appropriate.
|
|
|
|
|
2015-03-30 10:42:33 +08:00
|
|
|
2015-03-29 Mike Frysinger <vapier@gentoo.org>
|
|
|
|
|
|
|
|
* Makefile.in (SIM_EXTRA_CFLAGS): Delete -DSIM_HAVE_ENVIRONMENT.
|
|
|
|
(interp.o, simops.o, endian.o, table.o): Delete rules.
|
|
|
|
* configure.ac: Call SIM_AC_OPTION_ENDIAN, SIM_AC_OPTION_ALIGNMENT,
|
|
|
|
SIM_AC_OPTION_HOSTENDIAN, SIM_AC_OPTION_ENVIRONMENT, and
|
|
|
|
SIM_AC_OPTION_INLINE.
|
|
|
|
* config.in, configure: Regenerate.
|
|
|
|
* interp.c (sim_trace): Define.
|
|
|
|
|
2015-03-15 11:41:25 +08:00
|
|
|
2015-03-16 Mike Frysinger <vapier@gentoo.org>
|
|
|
|
|
|
|
|
* config.in, configure: Regenerate.
|
|
|
|
|
2015-02-19 16:46:01 +08:00
|
|
|
2015-03-14 Mike Frysinger <vapier@gentoo.org>
|
|
|
|
|
|
|
|
* Makefile.in (SIM_EXTRA_CFLAGS): Add
|
|
|
|
-DSIM_USE_DEPRECATED_RUN_FRONTEND.
|
|
|
|
(SIM_RUN_OBJS): Set to run.o.
|
|
|
|
|
2015-02-19 16:50:11 +08:00
|
|
|
2015-03-14 Mike Frysinger <vapier@gentoo.org>
|
|
|
|
|
|
|
|
* configure.ac (AC_CHECK_HEADERS): Delete.
|
|
|
|
* aclocal.m4, configure: Regenerate.
|
|
|
|
|
2014-08-19 20:29:56 +08:00
|
|
|
2014-08-19 Alan Modra <amodra@gmail.com>
|
|
|
|
|
|
|
|
* configure: Regenerate.
|
|
|
|
|
2014-08-16 06:46:40 +08:00
|
|
|
2014-08-15 Roland McGrath <mcgrathr@google.com>
|
|
|
|
|
|
|
|
* configure: Regenerate.
|
|
|
|
* config.in: Regenerate.
|
|
|
|
|
2014-02-20 13:28:17 +08:00
|
|
|
2014-03-10 Mike Frysinger <vapier@gentoo.org>
|
|
|
|
|
|
|
|
* interp.c (sim_do_command): Add const to cmd.
|
|
|
|
|
2014-02-20 13:13:48 +08:00
|
|
|
2014-03-05 Mike Frysinger <vapier@gentoo.org>
|
|
|
|
|
|
|
|
* interp.c (sim_load): Add const to prog.
|
|
|
|
|
2014-02-20 11:29:37 +08:00
|
|
|
2014-03-04 Mike Frysinger <vapier@gentoo.org>
|
|
|
|
|
|
|
|
* configure: Regenerate.
|
|
|
|
|
2013-09-23 08:32:27 +08:00
|
|
|
2013-09-23 Alan Modra <amodra@gmail.com>
|
|
|
|
|
|
|
|
* configure: Regenerate.
|
|
|
|
|
2013-06-05 09:42:13 +08:00
|
|
|
2013-06-03 Mike Frysinger <vapier@gentoo.org>
|
|
|
|
|
|
|
|
* aclocal.m4, configure: Regenerate.
|
|
|
|
|
2013-05-11 00:10:40 +08:00
|
|
|
2013-05-10 Freddie Chopin <freddie_chopin@op.pl>
|
|
|
|
|
|
|
|
* configure: Rebuild.
|
|
|
|
|
2012-08-30 14:09:45 +08:00
|
|
|
2012-08-28 Kaushik Phatak <kaushik.phatak@kpitcummins.com>
|
|
|
|
|
2012-08-30 14:10:28 +08:00
|
|
|
* cr16_sim.h: Add defines for TRAP handling.
|
2012-08-30 14:09:45 +08:00
|
|
|
* interp.c (sim_complete_command): New stub function.
|
2012-08-30 14:10:28 +08:00
|
|
|
* simops.c: Breakpoint handling code.
|
2012-08-30 14:09:45 +08:00
|
|
|
|
2012-06-18 07:34:17 +08:00
|
|
|
2012-06-17 Mike Frysinger <vapier@gentoo.org>
|
|
|
|
|
|
|
|
* interp.c: Include config.h first. Also include stdlib.h and
|
|
|
|
string.h so we can drop the sysdep.h include.
|
|
|
|
|
Define PACKAGE macro in all sims' config.h.
Some of the common includes in include/gdb such as callback.h
include bfd.h. But there was a recent change in bfd-in.h to
require that config.h be included before bfd.h can be included:
/* PR 14072: Ensure that config.h is included first. */
#if !defined PACKAGE && !defined PACKAGE_VERSION
#error config.h must be included before this header
#endif
PACKAGE_VERSION is always defined by default by the AC_INIT autoconf
macro, but PACKAGE isn't. This patch updates the SIM_AC_COMMON macro
to define it, and then regenerates all configure scripts and config.in
files.
sim/common/changeLog:
* acinclude.m4 (SIM_AC_COMMON): Define PACKAGE.
* config.in, configure: Regenerate.
sim/ChangeLog:
* configure: Regenerate.
sim/arm/ChangeLog:
* config.in, configure: Regenerate.
sim/avr/ChangeLog:
* config.in, configure: Regenerate.
sim/bfin/ChangeLog:
* config.in, configure: Regenerate.
sim/cr16/ChangeLog:
* config.in, configure: Regenerate.
sim/cris/ChangeLog:
* config.in, configure: Regenerate.
sim/d10v/ChangeLog:
* config.in, configure: Regenerate.
sim/erc32/ChangeLog:
* config.in, configure: Regenerate.
sim/frv/ChangeLog:
* config.in, configure: Regenerate.
sim/h8300/ChangeLog:
* config.in, configure: Regenerate.
sim/iq2000/ChangeLog:
* config.in, configure: Regenerate.
sim/lm32/ChangeLog:
* config.in, configure: Regenerate.
sim/m32c/ChangeLog:
* config.in, configure: Regenerate.
sim/m32r/ChangeLog:
* config.in, configure: Regenerate.
sim/m68hc11/ChangeLog:
* config.in, configure: Regenerate.
sim/mcore/ChangeLog:
* config.in, configure: Regenerate.
sim/microblaze/ChangeLog:
* config.in, configure: Regenerate.
sim/mips/ChangeLog:
* config.in, configure: Regenerate.
sim/mn10300/ChangeLog:
* config.in, configure: Regenerate.
sim/moxie/ChangeLog:
* config.in, configure: Regenerate.
sim/ppc/ChangeLog:
* configure: Regenerate.
sim/rl78/ChangeLog:
* config.in, configure: Regenerate.
sim/rx/ChangeLog:
* config.in, configure: Regenerate.
sim/sh/ChangeLog:
* config.in, configure: Regenerate.
sim/sh64/ChangeLog:
* config.in, configure: Regenerate.
sim/v850/ChangeLog:
* config.in, configure: Regenerate.
sim/testsuite/ChangeLog:
* configure: Regenerate.
2012-06-16 01:20:10 +08:00
|
|
|
2012-06-15 Joel Brobecker <brobecker@adacore.com>
|
|
|
|
|
|
|
|
* config.in, configure: Regenerate.
|
|
|
|
|
2012-05-25 00:51:47 +08:00
|
|
|
2012-05-24 Pedro Alves <palves@redhat.com>
|
|
|
|
|
|
|
|
PR gdb/7205
|
|
|
|
|
|
|
|
Replace TARGET_SIGNAL_ with GDB_SIGNAL_ throughout.
|
|
|
|
|
2012-03-24 13:38:43 +08:00
|
|
|
2012-03-24 Mike Frysinger <vapier@gentoo.org>
|
|
|
|
|
|
|
|
* aclocal.m4, config.in, configure: Regenerate.
|
|
|
|
|
2011-12-30 17:12:36 +08:00
|
|
|
2011-12-30 Mike Frysinger <vapier@gentoo.org>
|
|
|
|
|
|
|
|
PR sim/12862
|
|
|
|
* simops.c (OP_C_C): Only handle TARGET_SYS_fork, TARGET_SYS_execve,
|
|
|
|
TARGET_SYS_pipe, TARGET_SYS_rename, and TARGET_SYS_chown when they
|
|
|
|
are defined.
|
|
|
|
|
2011-12-04 02:23:51 +08:00
|
|
|
2011-12-03 Mike Frysinger <vapier@gentoo.org>
|
|
|
|
|
|
|
|
* aclocal.m4: New file.
|
|
|
|
* configure: Regenerate.
|
|
|
|
|
2011-10-18 08:31:00 +08:00
|
|
|
2011-10-17 Mike Frysinger <vapier@gentoo.org>
|
|
|
|
|
|
|
|
* configure.ac: Change include to common/acinclude.m4.
|
|
|
|
|
2011-10-18 08:17:24 +08:00
|
|
|
2011-10-17 Mike Frysinger <vapier@gentoo.org>
|
|
|
|
|
|
|
|
* configure.ac: Change AC_PREREQ to 2.64. Delete AC_CONFIG_HEADER
|
|
|
|
call. Replace common.m4 include with SIM_AC_COMMON.
|
|
|
|
* configure: Regenerate.
|
|
|
|
|
2010-04-14 15:38:06 +08:00
|
|
|
2010-04-14 Mike Frysinger <vapier@gentoo.org>
|
|
|
|
|
|
|
|
* interp.c (sim_write): Add const to buffer arg.
|
|
|
|
|
2010-01-10 05:11:44 +08:00
|
|
|
2010-01-09 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
|
|
|
|
|
|
|
|
* configure: Regenerate.
|
|
|
|
|
2009-08-22 19:36:40 +08:00
|
|
|
2009-08-22 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
|
|
|
|
|
2009-08-23 00:56:56 +08:00
|
|
|
* config.in: Regenerate.
|
|
|
|
* configure: Likewise.
|
|
|
|
|
2009-08-22 19:36:40 +08:00
|
|
|
* configure: Regenerate.
|
|
|
|
|
2008-07-11 09:32:00 +08:00
|
|
|
2008-07-11 Hans-Peter Nilsson <hp@axis.com>
|
|
|
|
|
2008-07-11 10:41:22 +08:00
|
|
|
* configure: Regenerate to track ../common/common.m4 changes.
|
|
|
|
* config.in: Ditto.
|
|
|
|
|
2008-07-11 09:32:00 +08:00
|
|
|
* interp.c (hash): Remove incorrect prototype.
|
|
|
|
|
2008-06-07 09:31:27 +08:00
|
|
|
2008-06-06 Vladimir Prus <vladimir@codesourcery.com>
|
|
|
|
Daniel Jacobowitz <dan@codesourcery.com>
|
|
|
|
Joseph Myers <joseph@codesourcery.com>
|
|
|
|
|
|
|
|
* configure: Regenerate.
|
|
|
|
|
2008-05-05 17:35:16 +08:00
|
|
|
2008-05-02 M Ranga Swami Reddy <MR.Swami.Reddy@nsc.com>
|
|
|
|
|
|
|
|
* interp.c: Update the machine code decode algorithm using hash table.
|
|
|
|
* Makefile.in, cr16_sim.h, gencode.c and simops.c: Update for typos
|
|
|
|
and coding standards.
|
|
|
|
|
2008-04-08 17:20:06 +08:00
|
|
|
2008-02-12 M Ranga Swami Reddy <MR.Swami.Reddy@nsc.com>
|
|
|
|
|
|
|
|
* ChangeLog, Makefile.in, configure, configure.in, cr16_sim.h,
|
|
|
|
gencode.c, interp.c, simops.c, endian.c: Created.
|
|
|
|
|