X-Git-Url: http://drtracing.org/?a=blobdiff_plain;f=sim%2Fppc%2FChangeLog;h=8ad4e1acb766d27175bf5e76c66069c8b811c3d5;hb=6ffe910a7e62888428dfe53168a5383dd3daf689;hp=0558910b988be14ee6ca25062809de6094837e23;hpb=af9f7da78b3232bfeb4394647b257f7a98b54a29;p=deliverable%2Fbinutils-gdb.git diff --git a/sim/ppc/ChangeLog b/sim/ppc/ChangeLog index 0558910b98..8ad4e1acb7 100644 --- a/sim/ppc/ChangeLog +++ b/sim/ppc/ChangeLog @@ -1,3 +1,30 @@ +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. @@ -3001,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.