~ubuntu-branches/ubuntu/karmic/insight/karmic

« back to all changes in this revision

Viewing changes to sim/mips/ChangeLog

  • Committer: Bazaar Package Importer
  • Author(s): Masayuki Hatta (mhatta)
  • Date: 2007-12-04 22:37:09 UTC
  • mfrom: (1.2.5 upstream)
  • Revision ID: james.westby@ubuntu.com-20071204223709-jxj396d1ox92s8ox
Tags: 6.7.1.dfsg.1-1
* New upstream release.
* This typo has been fixed in the upstream - closes: #314037.
* Removed non-free documents (GFDL'd with Invariant Sections, etc.).

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
2007-09-04  Nick Clifton  <nickc@redhat.com>
 
2
 
 
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
 
10
        switch.
 
11
 
 
12
2007-08-24  Joel Brobecker  <brobecker@adacore.com>
 
13
 
 
14
        * configure.ac: Change license of multi-run.c to GPL version 3.
 
15
        * configure: Regenerate.
 
16
 
 
17
2007-06-28  Richard Sandiford  <richard@codesourcery.com>
 
18
 
 
19
        * configure.ac, configure: Revert last patch.
 
20
 
 
21
2007-06-26  Richard Sandiford  <richard@codesourcery.com>
 
22
 
 
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.
 
28
 
 
29
2007-06-25  Richard Sandiford  <richard@codesourcery.com>
 
30
 
 
31
        * Makefile.in (m16run.o): New rule.
 
32
 
 
33
2007-05-15  Thiemo Seufer  <ths@mips.com>
 
34
 
 
35
        * mips3264r2.igen (DSHD): Fix compile warning.
 
36
 
 
37
2007-05-14  Thiemo Seufer  <ths@mips.com>
 
38
 
 
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
 
43
        for mips32r2.
 
44
 
 
45
2007-03-01  Thiemo Seufer  <ths@mips.com>
 
46
 
 
47
        * mips.igen (MFHI, MFLO, MTHI, MTLO): Restore support for mips32
 
48
        and mips64.
 
49
 
 
50
2007-02-20  Thiemo Seufer  <ths@mips.com>
 
51
 
 
52
        * dsp.igen: Update copyright notice.
 
53
        * dsp2.igen: Fix copyright notice.
 
54
 
 
55
2007-02-20  Thiemo Seufer  <ths@mips.com>
 
56
            Chao-Ying Fu  <fu@mips.com>
 
57
 
 
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.
 
72
 
 
73
2007-02-19  Thiemo Seufer  <ths@mips.com>
 
74
            Nigel Stephens  <nigel@mips.com>
 
75
 
 
76
        * mips.igen (jalr.hb, jr.hb): Add decoder for mip32r2/mips64r2
 
77
        jumps with hazard barrier.
 
78
 
 
79
2007-02-19  Thiemo Seufer  <ths@mips.com>
 
80
            Nigel Stephens  <nigel@mips.com>
 
81
 
 
82
        * interp.c (sim_monitor): Flush stdout and stderr file descriptors
 
83
        after each call to sim_io_write.
 
84
 
 
85
2007-02-19  Thiemo Seufer  <ths@mips.com>
 
86
            Nigel Stephens  <nigel@mips.com>
 
87
 
 
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
 
91
        correctly.
 
92
 
 
93
2007-02-19  Thiemo Seufer  <ths@mips.com>
 
94
            Nigel Stephens  <nigel@mips.com>
 
95
            David Ung  <davidu@mips.com>
 
96
 
 
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
 
105
        line option.
 
106
        (sim_store_register): Handle storing 4 bytes to an 8 byte floating
 
107
        point register.
 
108
        (sim_fetch_register): Likewise for reading 4 bytes from an 8 byte
 
109
        register.
 
110
        (sim_monitor): When returning the memory size to the MIPS
 
111
        application, use the value in STATE_MEM_SIZE, not an arbitrary
 
112
        hardcoded value.
 
113
        (cop_lw): Don' mess around with FPR_STATE, just pass
 
114
        fmt_uninterpreted_32 to StoreFPR.
 
115
        (cop_sw): Similarly.
 
116
        (cop_ld): Pass fmt_uninterpreted_64 not fmt_uninterpreted.
 
117
        (cop_sd): Similarly.
 
118
        * mips.igen (not_word_value): Single version for mips32, mips64
 
119
        and mips16.
 
120
 
 
121
2007-02-19  Thiemo Seufer <ths@mips.com>
 
122
            Nigel Stephens  <nigel@mips.com>
 
123
 
 
124
        * interp.c (MEM_SIZE): Increase default memory size from 2 to 8
 
125
        MBytes.
 
126
 
 
127
2007-02-17  Thiemo Seufer  <ths@mips.com>
 
128
 
 
129
        * configure.ac (mips*-sde-elf*): Move in front of generic machine
 
130
        configuration.
 
131
        * configure: Regenerate.
 
132
 
 
133
2007-02-17  Thiemo Seufer  <ths@mips.com>
 
134
 
 
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.
 
140
 
 
141
2007-02-13  Thiemo Seufer  <ths@mips.com>
 
142
 
 
143
        * configure.ac: Add mips*-sde-elf* target.
 
144
        * configure: Regenerate.
 
145
 
 
146
2006-12-21  Hans-Peter Nilsson  <hp@axis.com>
 
147
 
 
148
        * acconfig.h: Remove.
 
149
        * config.in, configure: Regenerate.
 
150
 
1
151
2006-11-07  Thiemo Seufer  <ths@mips.com>
2
152
 
3
153
        * dsp.igen (do_w_op): Fix compiler warning.