936df7568a
The common subdir sets up a cconfig.h file to hold checks for the common code. In practice, most files still end up using config.h instead which just leads to confusion. Merge all the configure checks that went into cconfig.h into SIM_AC_COMMON so we can drop the cconfig.h file altogether. Now there is only a single config.h file like normal.
133 lines
3.2 KiB
Plaintext
133 lines
3.2 KiB
Plaintext
2016-01-09 Mike Frysinger <vapier@gentoo.org>
|
|
|
|
* config.in, configure: Regenerate.
|
|
|
|
2016-01-06 Mike Frysinger <vapier@gentoo.org>
|
|
|
|
* gdb-if.c (sim_open): Mark argv const.
|
|
(sim_create_inferior): Mark argv and env const.
|
|
|
|
2016-01-04 Mike Frysinger <vapier@gentoo.org>
|
|
|
|
* configure: Regenerate.
|
|
|
|
2016-01-03 Mike Frysinger <vapier@gentoo.org>
|
|
|
|
* config.in, configure: Regenerate.
|
|
|
|
2015-12-26 Mike Frysinger <vapier@gentoo.org>
|
|
|
|
* config.in, configure: Regenerate.
|
|
|
|
2015-06-23 Mike Frysinger <vapier@gentoo.org>
|
|
|
|
* configure: Regenerate.
|
|
|
|
2015-06-12 Mike Frysinger <vapier@gentoo.org>
|
|
|
|
* configure: Regenerate.
|
|
|
|
2015-06-12 Mike Frysinger <vapier@gentoo.org>
|
|
|
|
* configure: Regenerate.
|
|
|
|
2015-04-30 DJ Delorie <dj@redhat.com>
|
|
|
|
* cpu.c (g14_multiply): New.
|
|
* cpu.h (g14_multiply): New.
|
|
* load.c (rl78_load): Decode ISA completely.
|
|
* main.c (main): Expand -M to include other ISAs.
|
|
* rl78.c (decode_opcode): Decode based on ISA.
|
|
* trace.c (rl78_disasm_fn): New.
|
|
(sim_disasm_init): Reset it.
|
|
(sim_disasm_one): Get correct disassembler for ISA.
|
|
|
|
2015-04-13 Mike Frysinger <vapier@gentoo.org>
|
|
|
|
* configure: Regenerate.
|
|
|
|
2015-03-31 Mike Frysinger <vapier@gentoo.org>
|
|
|
|
* config.in, configure: Regenerate.
|
|
|
|
2015-03-23 Nick Clifton <nickc@redhat.com>
|
|
|
|
* cpu.c (rl78_g10_mode): Declare.
|
|
(g13_multiply): Declare.
|
|
* cpu.h (rl78_g10_mode): Export.
|
|
(g13_multiply): Export.
|
|
|
|
2015-03-20 Nick Clifton <nickc@redhat.com>
|
|
|
|
* load.c (rl78_load): If the G10, G13 or G14 flag bits are set in
|
|
the ELF header use them to select the proper emulation mode.
|
|
* mem.c (mem_put_byte): Use mem_put_hi to store a value into the
|
|
MDB register.
|
|
(mem_get_byte): Use mem_get_hi to extract a value from the MDB
|
|
register.
|
|
|
|
2015-03-16 Mike Frysinger <vapier@gentoo.org>
|
|
|
|
* aclocal.m4, config.in, configure: Regenerate.
|
|
|
|
2014-08-19 Alan Modra <amodra@gmail.com>
|
|
|
|
* configure: Regenerate.
|
|
|
|
2014-08-15 Roland McGrath <mcgrathr@google.com>
|
|
|
|
* configure: Regenerate.
|
|
* config.in: Regenerate.
|
|
|
|
2014-03-10 Mike Frysinger <vapier@gentoo.org>
|
|
|
|
* gdb-if.c (sim_do_command): Add const to cmd. Move args
|
|
to top and add const. Call strdup on cmd and free at end.
|
|
|
|
2014-03-05 Mike Frysinger <vapier@gentoo.org>
|
|
|
|
* gdb-if.c (sim_load): Add const to prog.
|
|
|
|
2013-09-23 Alan Modra <amodra@gmail.com>
|
|
|
|
* configure: Regenerate.
|
|
|
|
2013-08-07 Kevin Buettner <kevinb@redhat.com>
|
|
|
|
* gdb-if.c (hw_breakpoints): Remove.
|
|
(sim_store_register): Add an assert() to make sure PC is in range.
|
|
Delete code which referenced hw_breakpoints[].
|
|
|
|
2013-06-03 Mike Frysinger <vapier@gentoo.org>
|
|
|
|
* aclocal.m4, configure: Regenerate.
|
|
|
|
2013-01-03 Nick Clifton <nickc@redhat.com>
|
|
|
|
* mem.c (MDBL): Correct value.
|
|
(MDBH): Correct value.
|
|
|
|
2012-06-15 Joel Brobecker <brobecker@adacore.com>
|
|
|
|
* config.in, configure: Regenerate.
|
|
|
|
2012-05-24 Pedro Alves <palves@redhat.com>
|
|
|
|
PR gdb/7205
|
|
|
|
Replace TARGET_SIGNAL_ with GDB_SIGNAL_ throughout.
|
|
|
|
2012-03-24 Mike Frysinger <vapier@gentoo.org>
|
|
|
|
* aclocal.m4, config.in, configure: Regenerate.
|
|
|
|
2012-02-03 Kevin Buettner <kevinb@redhat.com>
|
|
|
|
* Makefile.in (SIM_OBJS): Add gdb-if.o.
|
|
* gdb-if.c: New file.
|
|
|
|
2011-12-03 Mike Frysinger <vapier@gentoo.org>
|
|
|
|
* aclocal.m4: New file.
|
|
* configure: Regenerate.
|