X-Git-Url: http://drtracing.org/?a=blobdiff_plain;f=sim%2Fppc%2FChangeLog;h=8ad4e1acb766d27175bf5e76c66069c8b811c3d5;hb=6ffe910a7e62888428dfe53168a5383dd3daf689;hp=b7ff4678699d1e4dde3afb0fb548ccf4de85da93;hpb=bf0275b1b5068b93f517f6fcac7ab4739808558d;p=deliverable%2Fbinutils-gdb.git diff --git a/sim/ppc/ChangeLog b/sim/ppc/ChangeLog index b7ff467869..8ad4e1acb7 100644 --- a/sim/ppc/ChangeLog +++ b/sim/ppc/ChangeLog @@ -1,11 +1,123 @@ +2011-10-17 Mike Frysinger + + * configure.ac: Change AC_PREREQ to 2.64. Delete AC_CONFIG_HEADER + call. Replace common.m4 include with SIM_AC_COMMON. + * configure: Regenerate. + +2011-06-09 Joel Brobecker + + * psim.c (psim_options): Fix length of comparison when checking + for --sysroot= option. + +2011-06-08 Joel Brobecker + + * psim.c (psim_options): Add option that cause the error + in invalid-option error messages. Print the usage when + detecting an invalid long-name option. + +2011-06-08 Joel Brobecker + + * psim.c (psim_options): Accept and ignore `--sysroot=...'. + +2011-06-03 Joel Brobecker (obvious fix) + + From Stephen Kitt + * vm.c (vm_synchronize_context): Spelling fix in function + documentation. + +2011-04-16 Mike Frysinger + + * sim_calls.c (sim_complete_command): New stub function. + +2011-02-14 Mike Frysinger + + * cap.c (cap_remove): Change zfree to free. + * corefile.c (core_init): Likewise. + * device.c (detach_device_interrupt_edge): Likewise. + (clean_device_interrupt_edges): Likewise. + (device_instance_delete): Likewise. + (device_set_property): Likewise. + (clean_device_properties): Likewise. + (device_add_range_array_property): Likewise. + (device_add_reg_array_property): Likewise. + * emul_bugapi.c (emul_bugapi_do_read): Likewise. + (emul_bugapi_do_write) + * emul_netbsd.c (write_direntries): Likewise. + (do_read): Likewise. + (do_write): Likewise. + (do_getdirentries): Likewise. + * emul_unix.c (do_unix_read): Likewise. + (do_unix_write): Likewise. + * events.c (event_queue_init): Likewise. + (event_queue_deschedule): Likewise. + (event_queue_process): Likewise. + * hw_disk.c (open_disk_image): Likewise. + (hw_disk_instance_delete): Likewise. + * hw_eeprom.c (hw_eeprom_instance_delete): Likewise. + * hw_htab.c (htab_dma_binary): Likewise. + * hw_init.c (update_for_binary_section): Likewise. + * hw_memory.c (hw_memory_set_available): Likewise. + (hw_memory_init_address): Likewise. + (hw_memory_instance_release): Likewise. + * pk_disklabel.c (disklabel_delete): Likewise. + * table.c (table_push): Likewise. + * tree.c (parse_reg_property): Likewise. + (parse_ranges_property): Likewise. + (parse_string_property): Likewise. + * main.c (zfree): Delete. + * sim_calls.c (zfree): Likewise. + * sim_callbacks.h (zfree): Likewise. + +2011-01-11 Andrew Burgess + + * gdb-sim.c (sim_store_register): Update return value to + match new API. + +2011-01-05 Joel Brobecker + + * psim.texinfo: Copyright year update. + +2010-04-14 Mike Frysinger + + * sim_calls.c (sim_write): Add const to buf arg. + +2010-02-14 Andreas Schwab + + * ppc-instructions: Fix missing assignment in last change. + +2010-02-05 Andreas Schwab + + * ppc-instructions: Fix aliasing bugs when calling + invalid_arithemetic_operation. + +2009-11-13 Nathan Froyd + + * configure.ac: If build != host, create a separate build-config.h + file desecribing the build machine. + * configure: Regenerate. + * lf.c: Include build-config.h instead of config.h. + * dgen.c: Likewise. + * igen.c: Likewise. + * misc.c: Likewise. + * misc.h: Likewise. + * filter.c: Likewise. + * table.c: Likewise. + +2009-10-15 Joel Sherrill + + * std-config.h: Fix spelling error. + +2009-09-22 Joel Sherrill + + * main.c: Fix spelling error. + 2009-09-15 Andreas Tobler Doug Evans * configure.ac (sim_hwflags): Use AC_DEFINE to define HAVE_UNION_SEMUN. * configure: Regenerate. * config.in: Regenerate. - * hw_sem.c: #include "config.h". - (HAVE_UNION_SEMUN): Renamed from HAS_UNION_SEMUN. + * hw_sem.c: (HAVE_UNION_SEMUN): Renamed from HAS_UNION_SEMUN. 2009-08-22 Ralf Wildenhues @@ -2916,7 +3028,7 @@ Wed Jun 19 21:45:28 1996 Andrew Cagney * configure.in: Adjust filter flag so that default includes 32bit and floating point. * ppc-instructions: Clean up filter fields so that only in use - entries are specifed (ie delete `be'). + entries are specified (ie delete `be'). * misc.c (name2i, i2name): New function. Map between a string and an integer value.