X-Git-Url: http://drtracing.org/?a=blobdiff_plain;f=sim%2Fbfin%2FChangeLog;h=eeaa1fc5812c8d62128b045faead53fc0eb37604;hb=1a8a700e3a6fd88bcd5b3988a1f738da463f5b1b;hp=14cb28d26d0e730ad2b138901d3a40e348d07d25;hpb=ef0b041e050c0a7f489a1a68ca284db910742cbc;p=deliverable%2Fbinutils-gdb.git diff --git a/sim/bfin/ChangeLog b/sim/bfin/ChangeLog index 14cb28d26d..eeaa1fc581 100644 --- a/sim/bfin/ChangeLog +++ b/sim/bfin/ChangeLog @@ -1,3 +1,109 @@ +2014-03-04 Mike Frysinger + + * configure: Regenerate. + +2013-09-23 Alan Modra + + * configure: Regenerate. + +2013-06-23 Mike Frysinger + + * bfin-sim.c (decode_dsp32alu_0): Add note about broken handling of + SEARCH with parallel insns. + +2013-06-23 Mike Frysinger + + * bfin-sim.c (decode_dsp32shift_0): Make sure HLs is 0 after last + insn that uses it. + (decode_dsp32shiftimm_0): Likewise. + Require HLs be less than 2 for accumulator shift insns. + +2013-06-18 Mike Frysinger + + * bfin-sim.c (decode_dsp32alu_0): Check more opcode fields before + decoding various insns. + +2013-06-17 Mike Frysinger + + * TODO: Add more notes. + +2013-06-09 Mike Frysinger + + * Makefile.in ($(srcdir)/linux-fixed-code.h): Add + @MAINTAINER_MODE_TRUE@ as the first item in the dependency list. + +2013-06-03 Mike Frysinger + + * aclocal.m4, configure: Regenerate. + +2013-05-10 Freddie Chopin + + * configure: Rebuild. + +2013-03-26 Mike Frysinger + + * aclocal.m4, configure: Regenerate. + +2013-03-23 Joel Sherrill + + * configure.ac: Use $SIM_DV_SOCKSER_O. + * configure: Regenerated. + +2012-12-20 Joel Brobecker + + * aclocal.m4: Revert the previous change changing + the license from GPL v2 or later to GPL v3 or later + (this file was generated). + +2012-12-20 Joel Brobecker + + * linux-fixed-code.s: Revert the previous change changing + the license from GPL v2 or later to GPL v3 or later. + +2012-07-31 Mike Frysinger + + * machs.c (bf54x_roms): Pass 0x1000 to alias field of BFROM, and + 0x10000 to the alias field of BFROMA. + (bf561_roms): Pass 0x1000 to alias field of BFROM. + (bf59x_roms): Pass 0x10000 to alias field of BFROMA. + +2012-07-31 Mike Frysinger + + * machs.c (bfin_reg_fetch): Change return 0 to return -1, and + return -1 to return 4. + (bfin_reg_store): Likewise. + +2012-06-15 Joel Brobecker + + * config.in, configure: Regenerate. + +2012-04-09 Mike Frysinger + + * configure.ac (SIM_AC_OPTION_HARDWARE): Add bfin_pint. + * configure: Regenerate. + * dv-bfin_pint.c, dv-bfin_pint.h: New device model. + * machs.c (bf542_dev): Add PINT register blocks. + (bf544_dev, bf547_dev): Likewise. + (PINT_PIQS): Define. + (bf54x_port): Add pint/gpio routing. + * machs.h (BFIN_MMR_PINT_SIZE): Define. + +2012-04-09 Mike Frysinger + + * configure.ac (SIM_AC_OPTION_HARDWARE): Add bfin_gpio2. + * configure: Regenerate. + * dv-bfin_gpio2.c, dv-bfin_gpio2.h: New device model. + * machs.c (bf54x_mem): Delete GPIO mem stub. + (bf542_dev): Add GPIO register blocks. + (bf544_dev, bf547_dev): Likewise. + * machs.h (BFIN_MMR_GPIO2_SIZE): Define. + +2012-04-09 Robin Getz + + * bfin-sim.c (decode_dsp32shift_0): Extract the sign for ASHIFT + and LSHIFT, and set ASTAT based on the before/after values. + Rename "val" to "acc" to be consistent with other code branches. + 2012-04-09 Robin Getz * bfin-sim.c (sgn_extend): New helper.