Fixup readline and sim including of override.m4
[deliverable/binutils-gdb.git] / sim / ChangeLog
index 87cbc8c321f45343899760e77a879369f173ba8e..086538bb23085166fab026c17dc3bfa1ef63386c 100644 (file)
@@ -1,3 +1,72 @@
+2009-08-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
+
+       * configure.ac: m4_include toplevel config/override.m4.
+       * configure: Regenerate.
+       * avr/configure: Regenerate.
+       * cris/configure: Regenerate.
+
+2009-07-30  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
+
+       * Makefile.in (datarootdir): New variable.
+
+2009-05-18  Jon Beniston <jon@beniston.com>
+
+        * MAINTAINERS: Add Jon Beniston as maintainer of lm32 sim.
+        * configure.ac: Add lm32 target. 
+        * lm32: New directory.               
+
+2009-05-11  Andrew Cagney  <cagney@gnu.org>
+
+       * MAINTAINERS: Orphan ppc.
+
+2009-05-08  Kevin Buettner  <kevinb@redhat.com>
+
+       * m32c/gdb-if.c (m32c_signal_to_host): Rename to
+       m32c_signal_to_target.  Change signal return values from SIGILL,
+       SIGTRAP, SIGSEGV, etc. to TARGET_SIGNAL_ILL, TARGET_SIGNAL_TRAP,
+       TARGET_SIGNAL_SEGV, etc.  Fix all callers.
+
+2009-04-30  Anthony Green  <green@moxielogic.com>
+
+       * MAINTAINERS: Add myself for the moxie port.
+       * moxie: New directory.
+       * configure.ac: Add entry for moxie.
+       * configure: Regenerate.
+
+2009-04-27  Tristan Gingold  <gingold@adacore.com>
+
+       * avr: New directory.
+       * avr/interp.c, avr/Makefile.in, avr/configure.ac: New files.
+       * avr/config.in: New file, generated by autoheader.
+       * avr/configure: New file generated by autoconf.
+       * configure.ac: Add avr.
+       * configure: Regenerated.
+
+2009-04-17  Carlos O'Donell  <carlos@codesourcery.com>
+
+       * Makefile.in: Add dummy install-pdf, html, and
+       install-html targets.
+
+2009-01-18  Hans-Peter Nilsson  <hp@axis.com>
+
+       * cris/sim-if.c: Include errno.h.
+       (cris_start_address, cris_program_offset): New variables.
+       (OPTION_CRIS_PROGRAM_OFFSET, OPTION_CRIS_STARTADDR): New option
+       enums.
+       (cris_options): New options --cris-program-offset and
+       --cris-start-address.
+       (cris_option_handler): Handle new options.
+       (cris_program_offset_write, cris_set_section_offset_iterator)
+       (cris_offset_sections, cris_offset_sections): New functions.
+       (sim_load): Use cris_program_offset_write as function argument to
+       cris_load_elf_file, not sim_write.
+       (struct offsetinfo): New struct.
+       (cris_handle_interpreter): Fix typo in comment.
+       (sim_open): Call cris_offset_sections as soon as the bfd of the
+       infile is available.  Gate bfd validity checks on abfd non-NULL.
+       (sim_create_inferior): Let cris_start_address when != -1 override
+       other start-address choices.
+
 2009-01-06  Hans-Peter Nilsson  <hp@axis.com>
 
        * cris/traps.c (abort): Define to call sim_io_error.
This page took 0.073948 seconds and 4 git commands to generate.