X-Git-Url: http://drtracing.org/?a=blobdiff_plain;f=sim%2Fppc%2FChangeLog;h=8ad4e1acb766d27175bf5e76c66069c8b811c3d5;hb=6ffe910a7e62888428dfe53168a5383dd3daf689;hp=47bf2aa0ff85aa20a88646af6a951a32c86282ad;hpb=e85e320515fac27bd252403b0e899f72d0c52103;p=deliverable%2Fbinutils-gdb.git diff --git a/sim/ppc/ChangeLog b/sim/ppc/ChangeLog index 47bf2aa0ff..8ad4e1acb7 100644 --- a/sim/ppc/ChangeLog +++ b/sim/ppc/ChangeLog @@ -1,3 +1,204 @@ +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: (HAVE_UNION_SEMUN): Renamed from HAS_UNION_SEMUN. + +2009-08-22 Ralf Wildenhues + + * config.in: Regenerate. + * configure: Likewise. + + * configure: Regenerate. + +2009-07-30 Ralf Wildenhues + + * Makefile.in (datarootdir): New variable. + +2009-01-12 Nathan Froyd + + * ppc-instructions (sync): Add L field. + +2008-12-15 Joel Sherrill + + * ppc-instructions, ppc-spr-table: Add ability + to read tbrl and tbru special registers. + +2008-11-18 Joel Sherrill + + * configure: Regenerated. + * configure.ac: Add test for System V shared memory and semaphore. + * debug.c, debug.h: Add trace support for new devices. + * hw_sem.c, hw_shm.c: New files. + * Makefile.in: Add hw_sem.c and hw_shm.c. + +2008-07-11 Hans-Peter Nilsson + + * configure.ac: Add test for libz and zlib.h. + * Makefile.in (LIBS): Set from @LIBS@. + * configure: Regenerate. + * config.in: Ditto. + +2008-06-06 Vladimir Prus + Daniel Jacobowitz + Joseph Myers + + * configure.ac: Use ACX_PKGVERSION and ACX_BUGURL. + * configure, config.in: Regenerated. + * Makefile.in (LIB_OBJ): Add version.o. + (version.c, version.o): New rules. + * psim.c (psim_usage): Add help parameter. Print the bug URL. + Exit with code 0 for help. + (psim_options): Update calls to psim_usage. Handle --help and + --version. + * psim.h (psim_usage): Update prototype. + * main.c (main): Update psim_usage call. + +2008-03-14 Nick Hudson + + * gdb-sim.c (regnum2spr): Rename to... + (sim_spr_register_name): ... this. Make global. + +2007-09-04 Jerome Guitton + + * sim/ppc/emul_bugapi.c (emul_bugapi_create): quote the file + name property before parsing it. + +2006-12-21 Hans-Peter Nilsson + + * acconfig.h: Remove. + * config.in: Regenerate. + +2006-11-22 Tom Marn + + Committed by Andrew Cagney. + * ppc-instructions: Implement optional PowerPC stfiwx instruction. + +2006-07-12 Fred Fish + + * sim-endian.h (asm/byteorder.h): Don't include private kernel + header. + 2006-06-13 Richard Earnshaw * configure: Regenerated. @@ -2827,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.