1
2007-09-04 Nick Clifton <nickc@redhat.com>
3
* interp.c (options enum): Add OPTION_INFO_MEMORY.
4
(display_mem_info): New static variable.
5
(mips_option_handler): Handle OPTION_INFO_MEMORY.
6
(mips_options): Add info-memory and memory-info.
7
(sim_open): After processing the command line and board
8
specification, check display_mem_info. If it is set then
9
call the real handler for the --memory-info command line
12
2007-08-24 Joel Brobecker <brobecker@adacore.com>
14
* configure.ac: Change license of multi-run.c to GPL version 3.
15
* configure: Regenerate.
17
2007-06-28 Richard Sandiford <richard@codesourcery.com>
19
* configure.ac, configure: Revert last patch.
21
2007-06-26 Richard Sandiford <richard@codesourcery.com>
23
* configure.ac (sim_mipsisa3264_configs): New variable.
24
(mipsis32*-*-, mipsisa32r2*-*-*, mips64*-*-*, mips64r2*-*-*): Make
25
every configuration support all four targets, using the triplet to
26
determine the default.
27
* configure: Regenerate.
29
2007-06-25 Richard Sandiford <richard@codesourcery.com>
31
* Makefile.in (m16run.o): New rule.
33
2007-05-15 Thiemo Seufer <ths@mips.com>
35
* mips3264r2.igen (DSHD): Fix compile warning.
37
2007-05-14 Thiemo Seufer <ths@mips.com>
39
* mips.igen (ALNV.PS, CEIL.L.fmt, CVT.L.fmt, CVT.PS.S, CVT.S.PL,
40
CVT.S.PU, FLOOR.L.fmt, LDXC1, LUXC1, LWXC1, MADD.fmt, MSUB.fmt,
41
NMADD.fmt, NMSUB.fmt, PLL.PS, PLU.PS, PREFX, PUL.PS, PUU.PS,
42
RECIP.fmt, ROUND.L.fmt, RSQRT.fmt, SWXC1, TRUNC.L.fmt): Add support
45
2007-03-01 Thiemo Seufer <ths@mips.com>
47
* mips.igen (MFHI, MFLO, MTHI, MTLO): Restore support for mips32
50
2007-02-20 Thiemo Seufer <ths@mips.com>
52
* dsp.igen: Update copyright notice.
53
* dsp2.igen: Fix copyright notice.
55
2007-02-20 Thiemo Seufer <ths@mips.com>
56
Chao-Ying Fu <fu@mips.com>
58
* Makefile.in (IGEN_INCLUDE): Add dsp2.igen.
59
* configure.ac (mips*-sde-elf*, mipsisa32r2*-*-*, mipsisa64r2*-*-*):
60
Add dsp2 to sim_igen_machine.
61
* configure: Regenerate.
62
* dsp.igen (do_ph_op): Add MUL support when op = 2.
63
(do_ph_mulq): New function to support mulq_rs.ph and mulq_s.ph.
64
(mulq_rs.ph): Use do_ph_mulq.
65
(MFHI, MFLO, MTHI, MTLO): Move these instructions to mips.igen.
66
* mips.igen: Add dsp2 model and include dsp2.igen.
67
(MFHI, MFLO, MTHI, MTLO): Extend these instructions for
68
for *mips32r2, *mips64r2, *dsp.
69
(MADD, MADDU, MSUB, MSUBU, MULT, MULTU): Extend these instructions
70
for *mips32r2, *mips64r2, *dsp2.
71
* dsp2.igen: New file for MIPS DSP REV 2 ASE.
73
2007-02-19 Thiemo Seufer <ths@mips.com>
74
Nigel Stephens <nigel@mips.com>
76
* mips.igen (jalr.hb, jr.hb): Add decoder for mip32r2/mips64r2
77
jumps with hazard barrier.
79
2007-02-19 Thiemo Seufer <ths@mips.com>
80
Nigel Stephens <nigel@mips.com>
82
* interp.c (sim_monitor): Flush stdout and stderr file descriptors
83
after each call to sim_io_write.
85
2007-02-19 Thiemo Seufer <ths@mips.com>
86
Nigel Stephens <nigel@mips.com>
88
* interp.c (ColdReset): Set CP0 Config0 to reflect the address size
89
supported by this simulator.
90
(decode_coproc): Recognise additional CP0 Config registers
93
2007-02-19 Thiemo Seufer <ths@mips.com>
94
Nigel Stephens <nigel@mips.com>
95
David Ung <davidu@mips.com>
97
* cp1.c (value_fpr): Don't inherit existing FPR_STATE for
98
uninterpreted formats. If fmt is one of the uninterpreted types
99
don't update the FPR_STATE. Handle fmt_uninterpreted_32 like
100
fmt_word, and fmt_uninterpreted_64 like fmt_long.
101
(store_fpr): When writing an invalid odd register, set the
102
matching even register to fmt_unknown, not the following register.
103
* interp.c (sim_open): If STATE_MEM_SIZE isn't set then set it to
104
the the memory window at offset 0 set by --memory-size command
106
(sim_store_register): Handle storing 4 bytes to an 8 byte floating
108
(sim_fetch_register): Likewise for reading 4 bytes from an 8 byte
110
(sim_monitor): When returning the memory size to the MIPS
111
application, use the value in STATE_MEM_SIZE, not an arbitrary
113
(cop_lw): Don' mess around with FPR_STATE, just pass
114
fmt_uninterpreted_32 to StoreFPR.
116
(cop_ld): Pass fmt_uninterpreted_64 not fmt_uninterpreted.
118
* mips.igen (not_word_value): Single version for mips32, mips64
121
2007-02-19 Thiemo Seufer <ths@mips.com>
122
Nigel Stephens <nigel@mips.com>
124
* interp.c (MEM_SIZE): Increase default memory size from 2 to 8
127
2007-02-17 Thiemo Seufer <ths@mips.com>
129
* configure.ac (mips*-sde-elf*): Move in front of generic machine
131
* configure: Regenerate.
133
2007-02-17 Thiemo Seufer <ths@mips.com>
135
* configure.ac (mips*-sde-elf*, mipsisa32r2*-*-*, mipsisa64r2*-*-*):
136
Add mdmx to sim_igen_machine.
137
(mipsisa64*-*-*): Likewise. Remove dsp.
138
(mipsisa32*-*-*): Remove dsp.
139
* configure: Regenerate.
141
2007-02-13 Thiemo Seufer <ths@mips.com>
143
* configure.ac: Add mips*-sde-elf* target.
144
* configure: Regenerate.
146
2006-12-21 Hans-Peter Nilsson <hp@axis.com>
148
* acconfig.h: Remove.
149
* config.in, configure: Regenerate.
1
151
2006-11-07 Thiemo Seufer <ths@mips.com>
3
153
* dsp.igen (do_w_op): Fix compiler warning.