| OLD | NEW |
| 1 2012-06-15 Joel Brobecker <brobecker@adacore.com> |
| 2 |
| 3 * configure: Regenerate. |
| 4 |
| 5 2012-03-24 Mike Frysinger <vapier@gentoo.org> |
| 6 |
| 7 * configure: Regenerate. |
| 8 |
| 9 2012-03-18 Mike Frysinger <vapier@gentoo.org> |
| 10 |
| 11 * .gitignore: New file. |
| 12 |
| 1 2011-10-17 Mike Frysinger <vapier@gentoo.org> | 13 2011-10-17 Mike Frysinger <vapier@gentoo.org> |
| 2 | 14 |
| 3 * configure: Regenerate after bfin testsuite update. | 15 * configure: Regenerate after bfin testsuite update. |
| 4 | 16 |
| 5 2011-07-01 Nick Clifton <nickc@redhat.com> | |
| 6 | |
| 7 PR sim/12737 | |
| 8 * sim/arm/iwmmxt/wcmpgt.cgs: Remove expectation of failure. | |
| 9 * sim/arm/iwmmxt/wmac.cgs: Remove expectation of failure. | |
| 10 * sim/arm/iwmmxt/wsra.cgs: Remove expectation of failure. | |
| 11 * sim/arm/xscale/blx.cgs: Remove expectation of failure. | |
| 12 | |
| 13 2011-05-16 Mike Frysinger <vapier@gentoo.org> | 17 2011-05-16 Mike Frysinger <vapier@gentoo.org> |
| 14 | 18 |
| 15 * lib/sim-defs.exp: Support cc tag in test files. | 19 * lib/sim-defs.exp: Support cc tag in test files. |
| 16 (run_sim_test): Support global_cc_options in boards files. Convert | 20 (run_sim_test): Support global_cc_options in boards files. Convert |
| 17 assembler options into compiler options (c_as_options) with -Wa. | 21 assembler options into compiler options (c_as_options) with -Wa. |
| 18 Convert linker options into compiler options (c_ld_options) with -Wl. | 22 Convert linker options into compiler options (c_ld_options) with -Wl. |
| 19 Compile .c and .S files into .x programs. | 23 Compile .c and .S files into .x programs. |
| 20 | 24 |
| 21 2011-05-11 Joseph Myers <joseph@codesourcery.com> | |
| 22 Hans-Peter Nilsson <hp@axis.com> | |
| 23 | |
| 24 PR sim/12737 | |
| 25 * sim/arm/iwmmxt/wcmpgt.cgs, sim/arm/iwmmxt/wmac.cgs, | |
| 26 sim/arm/iwmmxt/wsra.cgs, sim/arm/xscale/blx.cgs: Kfail. | |
| 27 | |
| 28 2011-05-04 Joseph Myers <joseph@codesourcery.com> | 25 2011-05-04 Joseph Myers <joseph@codesourcery.com> |
| 29 | 26 |
| 30 * configure: Regenerate. | 27 * configure: Regenerate. |
| 31 * sim/arm/allinsn.exp (xscale*-*-*): Don't handle target. | |
| 32 * sim/arm/misc.exp (thumb*-*-*, xscale*-*-*): Don't handle | |
| 33 targets. | |
| 34 * sim/arm/iwmmxt/iwmmxt.exp: Test for arm*-*-* instead of | |
| 35 xscale*-*-*. | |
| 36 * sim/arm/thumb/allthumb.exp (thumb*-*-*): Don't handle target. | |
| 37 * sim/arm/xscale/xscale.exp: Test for arm*-*-* instead of | |
| 38 xscale*-*-*. | |
| 39 | |
| 40 2010-10-07 Hans-Peter Nilsson <hp@axis.com> | |
| 41 | |
| 42 * sim/cris/c/seek3.c, sim/cris/c/seek4.c: New tests. | |
| 43 | |
| 44 2010-08-24 Hans-Peter Nilsson <hp@axis.com> | |
| 45 | |
| 46 * sim/cris/asm/nonvcv32.ms: Neutralize changed &&-in-macro gas syntax. | |
| 47 | 28 |
| 48 2010-04-26 Mike Frysinger <vapier@gentoo.org> | 29 2010-04-26 Mike Frysinger <vapier@gentoo.org> |
| 49 | 30 |
| 50 * Makefile.in (arch): Set to @sim_arch@. | 31 * Makefile.in (arch): Set to @sim_arch@. |
| 51 * configure.ac: Delete arch logic and include ../configure.tgt. | 32 * configure.ac: Delete arch logic and include ../configure.tgt. |
| 52 * configure: Regenerated. | 33 * configure: Regenerated. |
| 53 * lib/sim-defs.exp (sim_run): Default sim to ../arch/run. | 34 * lib/sim-defs.exp (sim_run): Default sim to ../arch/run. |
| 54 | 35 |
| 55 2009-08-22 Ralf Wildenhues <Ralf.Wildenhues@gmx.de> | 36 2009-08-22 Ralf Wildenhues <Ralf.Wildenhues@gmx.de> |
| 56 | 37 |
| 57 * configure: Regenerate. | 38 * configure: Regenerate. |
| 58 | 39 |
| 59 2009-01-18 Hans-Peter Nilsson <hp@axis.com> | 40 2009-01-18 Hans-Peter Nilsson <hp@axis.com> |
| 60 | 41 |
| 61 * sim/cris/asm/opterr5.ms, sim/cris/asm/opterr4.ms, | |
| 62 sim/cris/asm/opterr3.ms, sim/cris/asm/bare3.ms: New tests. | |
| 63 * lib/sim-defs.exp (run_sim_test): New option progopts. | 42 * lib/sim-defs.exp (run_sim_test): New option progopts. |
| 64 | 43 |
| 65 2009-01-06 Hans-Peter Nilsson <hp@axis.com> | |
| 66 | |
| 67 * sim/cris/c/mmap5.c, sim/cris/c/mmap6.c, sim/cris/c/mmap7.c, | |
| 68 sim/cris/c/mmap8.c, sim/cris/c/hellodyn3.c: New tests. | |
| 69 | |
| 70 2009-01-03 Hans-Peter Nilsson <hp@axis.com> | |
| 71 | |
| 72 * sim/cris/c/settls1.c: New test. | |
| 73 * sim/cris/c/exitg1.c, sim/cris/c/exitg2.c: New tests. | |
| 74 * sim/cris/c/uname1.c: New test. | |
| 75 * sim/cris/c/mmap1.c (MMAP_FLAGS): Default-define to | |
| 76 MAP_PRIVATE and use this macro in the mmap call. | |
| 77 * sim/cris/c/mmap4.c: New test. | |
| 78 * sim/cris/c/access1.c: New test. | |
| 79 * sim/cris/asm/pid1.ms: New test. | |
| 80 | |
| 81 2008-12-30 Hans-Peter Nilsson <hp@axis.com> | |
| 82 | |
| 83 * sim/cris/asm/badarch1.ms: Tweak error message match. | |
| 84 | |
| 85 * sim/cris/asm/badarch1.ms, sim/cris/c/badldso1.c, | |
| 86 sim/cris/c/badldso2.c, sim/cris/c/badldso3.c, | |
| 87 sim/cris/c/helloaout.c, sim/cris/c/hellodyn.c, | |
| 88 sim/cris/c/hellodyn2.c, sim/cris/c/writev1.c, | |
| 89 sim/cris/c/writev2.c: New tests. | |
| 90 * sim/cris/c/c.exp: If compiler links libc.so when attempting to | |
| 91 link dynamically, create symlink named "lib" to the directory | |
| 92 where it is found. Handle new test-case option "dynamic". | |
| 93 | |
| 94 * sim/cris/asm/opterr1.ms, sim/cris/asm/opterr2.ms: Adjust for | |
| 95 differences in getopt_long error message quoting. | |
| 96 | |
| 97 2008-02-12 M Ranga Swami Reddy <MR.Swami.Reddy@nsc.com> | |
| 98 | |
| 99 * sim/cr16/: New directory. Tests for CR16 simulator. | |
| 100 sim/cr16/allinsn.exp and sim/cr16/misc.exp: New files: Test scripts. | |
| 101 sim/cr16/testutils.inc: New file: Test macros. | |
| 102 sim/cr16/addb.cgs, sim/cr16/addd.cgs, sim/cr16/addi.cgs, | |
| 103 sim/cr16/addw.cgs, sim/cr16/andb.cgs, sim/cr16/andd.cgs, | |
| 104 sim/cr16/andw.cgs, sim/cr16/ashub.cgs, sim/cr16/ashub_i.cgs, | |
| 105 sim/cr16/ashud.cgs, sim/cr16/ashud_i.cgs, sim/cr16/ashuw.cgs, | |
| 106 sim/cr16/ashuw_i.cgs, sim/cr16/lshb.cgs, sim/cr16/lshb_i.cgs, | |
| 107 sim/cr16/lshd.cgs, sim/cr16/lshd_i.cgs, sim/cr16/lshw.cgs, | |
| 108 sim/cr16/lshw_i.cgs, sim/cr16/bal1_24.cgs, sim/cr16/bal2_24.cgs, | |
| 109 sim/cr16/bcc.cgs, sim/cr16/bcs.cgs, sim/cr16/beq.cgs, sim/cr16/bne.cgs | |
| 110 sim/cr16/bge.cgs, sim/cr16/bgt.cgs, sim/cr16/bhi.cgs, sim/cr16/bhs.cgs, | |
| 111 sim/cr16/br.cgs, sim/cr16/beq0b.cgs, sim/cr16/beq0w.cgs, | |
| 112 sim/cr16/bne0b.cgs, sim/cr16/bne0w.cgs, sim/cr16/cmpb.cgs, | |
| 113 sim/cr16/cmpb_i.cgs, sim/cr16/cmpd.cgs, sim/cr16/cmpd_i.cgs, | |
| 114 sim/cr16/cmpw.cgs, sim/cr16/cmpw_i.cgs, sim/cr16/cmpi.cgs, | |
| 115 sim/cr16/excp.cgs, sim/cr16/hello.ms, sim/cr16/jal.cgs, | |
| 116 sim/cr16/jeq.cgs, sim/cr16/jcc.cgs, sim/cr16/jcs.cgs, sim/cr16/jfc.cgs, | |
| 117 sim/cr16/jfs.cgs sim/cr16/jge.cgs, sim/cr16/jgt.cgs, sim/cr16/jhi.cgs, | |
| 118 sim/cr16/jhs.cgs sim/cr16/jlo.cgs, sim/cr16/jls.cgs, sim/cr16/jlt.cgs, | |
| 119 sim/cr16/jne.cgs, sim/cr16/jump.cgs, sim/cr16/loadb.cgs, | |
| 120 sim/cr16/loadd.cgs, sim/cr16/loadw.cgs, sim/cr16/loadm.cgs, | |
| 121 sim/cr16/loadmp.cgs, sim/cr16/lprd-sprd.cgs, sim/cr16/lpr-spr.cgs, | |
| 122 sim/cr16/macqw.cgs, sim/cr16/macsw.cgs, sim/cr16/macuw.cgs, | |
| 123 sim/cr16/movb.cgs, sim/cr16/movd.cgs, sim/cr16/movw.cgs, | |
| 124 sim/cr16/movxb.cgs, sim/cr16/movxw.cgs, sim/cr16/movzb.cgs, | |
| 125 sim/cr16/movzw.cgs, sim/cr16/mulb.cgs, sim/cr16/mulsb.cgs, | |
| 126 sim/cr16/mulsw.cgs, sim/cr16/muluw.cgs, sim/cr16/mulw.cgs, | |
| 127 sim/cr16/orb.cgs, sim/cr16/ord.cgs, sim/cr16/orw.cgs, | |
| 128 sim/cr16/pop1.cgs, sim/cr16/pop2.cgs, sim/cr16/pop3.cgs, | |
| 129 sim/cr16/popret1.cgs, sim/cr16/popret2.cgs, sim/cr16/popret3.cgs, | |
| 130 sim/cr16/push1.cgs, sim/cr16/push2.cgs, sim/cr16/push3.cgs, | |
| 131 sim/cr16/nop.cgs, sim/cr16/ret.cgs, sim/cr16/scc.cgs, sim/cr16/scs.cgs, | |
| 132 sim/cr16/seq.cgs, sim/cr16/sfc.cgs, sim/cr16/sfs.cgs, sim/cr16/sge.cgs, | |
| 133 sim/cr16/sgt.cgs, sim/cr16/shi.cgs, sim/cr16/shs.cgs, sim/cr16/slo.cgs, | |
| 134 sim/cr16/sls.cgs, sim/cr16/slt.cgs, sim/cr16/sne.cgs, | |
| 135 sim/cr16/storb.cgs, sim/cr16/stord.cgs, sim/cr16/storw.cgs, | |
| 136 sim/cr16/subb.cgs, sim/cr16/subd.cgs, sim/cr16/subi.cgs, | |
| 137 sim/cr16/subw.cgs, sim/cr16/xorb.cgs, sim/cr16/xord.cgs, | |
| 138 sim/cr16/xorw.cgs: New files: CR16 simulator tests. | |
| 139 | |
| 140 2008-02-05 DJ Delorie <dj@redhat.com> | |
| 141 | |
| 142 * sim/v850/: New directory. | |
| 143 * sim/v850/allinsns.exp: New. | |
| 144 * sim/v850/bsh.cgs: New. | |
| 145 * sim/v850/div.cgs: New. | |
| 146 * sim/v850/divh.cgs: New. | |
| 147 * sim/v850/divh_3.cgs: New. | |
| 148 * sim/v850/divhu.cgs: New. | |
| 149 * sim/v850/divu.cgs: New. | |
| 150 * sim/v850/sar.cgs: New. | |
| 151 * sim/v850/satadd.cgs: New. | |
| 152 * sim/v850/satsub.cgs: New. | |
| 153 * sim/v850/satsubi.cgs: New. | |
| 154 * sim/v850/satsubr.cgs: New. | |
| 155 * sim/v850/shl.cgs: New. | |
| 156 * sim/v850/shr.cgs: New. | |
| 157 * sim/v850/testutils.cgs: New. | |
| 158 * sim/v850/testutils.inc: New. | |
| 159 | |
| 160 2007-11-08 Hans-Peter Nilsson <hp@axis.com> | |
| 161 | |
| 162 * sim/cris/asm/x0-v10.ms, sim/cris/asm/x0-v32.ms: Tweak | |
| 163 stack-pointer match pattern for 4K host environment. | |
| 164 | |
| 165 2007-10-22 Edgar E. Iglesias <edgar@axis.com> | |
| 166 Hans-Peter Nilsson <hp@axis.com> | |
| 167 | |
| 168 * sim/cris/asm/testutils.inc (test_move_cc): Add missing call to | |
| 169 test_cc. | |
| 170 * sim/cris/asm/asr.ms: Correct expected condition code flags. | |
| 171 * sim/cris/asm/boundr.ms: Ditto. | |
| 172 * sim/cris/asm/dstep.ms: Ditto. | |
| 173 * sim/cris/asm/lsr.ms: Ditto. | |
| 174 * sim/cris/asm/movecr.ms: Ditto. | |
| 175 * sim/cris/asm/mover.ms: Ditto. | |
| 176 * sim/cris/asm/neg.ms: Ditto. Use test_cc, not test_move_cc. | |
| 177 * sim/cris/asm/op3.ms: Check the condition code flags after the insn | |
| 178 under test. | |
| 179 * sim/cris/asm/movecrt10.ms: Update expected number of simulated | |
| 180 cycles. | |
| 181 * sim/cris/asm/movecrt32.ms: Ditto. | |
| 182 * sim/cris/asm/jsr.ms: Don't use local label 8. | |
| 183 * sim/cris/asm/nonvcv32.ms: New test. | |
| 184 | |
| 185 2007-10-11 Jesper Nilsson <jesper.nilsson@axis.com> | |
| 186 | |
| 187 * sim/cris/c/freopen2.c: Added testcase. | |
| 188 | |
| 189 2006-10-02 Hans-Peter Nilsson <hp@axis.com> | |
| 190 Edgar E. Iglesias <edgar@axis.com> | |
| 191 | |
| 192 * sim/cris/c/clone5.c, sim/cris/c/mprotect1.c, | |
| 193 sim/cris/c/rtsigprocmask1.c, sim/cris/c/rtsigsuspend1.c, | |
| 194 sim/cris/c/sig7.c, sim/cris/c/sigreturn1.c, | |
| 195 sim/cris/c/sigreturn2.c, sim/cris/c/syscall1.c, | |
| 196 sim/cris/c/syscall2.c, sim/cris/c/sysctl2.c, sim/cris/c/fcntl1.c, | |
| 197 sim/cris/c/readlink2.c: Add code to print ENOSYS if syscall being | |
| 198 tested returns ENOSYS. Add early exit where needed. Change any | |
| 199 existing code to print "xyzzy", not "pass". | |
| 200 * sim/cris/asm/option3.ms, sim/cris/asm/option4.ms, | |
| 201 sim/cris/c/clone6.c, sim/cris/c/fcntl2.c, | |
| 202 sim/cris/c/mprotect2.c, sim/cris/c/readlink11.c, | |
| 203 sim/cris/c/rtsigprocmask2.c, sim/cris/c/rtsigsuspend2.c, | |
| 204 sim/cris/c/sig13.c, sim/cris/c/sigreturn3.c, | |
| 205 sim/cris/c/sigreturn4.c, sim/cris/c/syscall3.c, | |
| 206 sim/cris/c/syscall4.c, sim/cris/c/syscall5.c, | |
| 207 sim/cris/c/syscall6.c, sim/cris/c/syscall7.c, | |
| 208 sim/cris/c/syscall8.c, sim/cris/c/sysctl3.c: New tests. | |
| 209 | |
| 210 2006-09-30 Hans-Peter Nilsson <hp@axis.com> | |
| 211 | |
| 212 * sim/cris/c/pipe2.c: Adjust expected output. | |
| 213 (process): Don't write as much to the pipe as to trig the | |
| 214 inordinate-amount test in the sim pipe machinery. Correct test of | |
| 215 write return-value; check only that pipemax bytes were | |
| 216 successfully written. For error-case, emit strerror as well. | |
| 217 (main): Add a second read. | |
| 218 | |
| 219 2006-04-08 Hans-Peter Nilsson <hp@axis.com> | |
| 220 | |
| 221 * sim/cris/hw/rv-n-cris/irq6.ms: New test. | |
| 222 | |
| 223 2006-04-03 Hans-Peter Nilsson <hp@axis.com> | |
| 224 | |
| 225 * sim/cris/hw: New directory for subdirectories with tests. | |
| 226 * sim/cris/hw/rv-n-cris: New directory with tests. | |
| 227 | |
| 228 2006-04-02 Hans-Peter Nilsson <hp@axis.com> | |
| 229 | |
| 230 * sim/cris/asm/testutils.inc (test_h_mem): Use register prefix. | |
| 231 (testr_h_dr, test_h_dr, ldmem_h_gr, mvr_h_mem): Ditto. Correct | |
| 232 syntax. | |
| 233 | |
| 234 * sim/cris/asm/x0-v10.ms, sim/cris/asm/x0-v32.ms: Widen regexp for | |
| 235 stack pointer values. | |
| 236 | |
| 237 2006-02-23 Hans-Peter Nilsson <hp@axis.com> | |
| 238 | |
| 239 * sim/cris/c/time2.c: New test. | |
| 240 | |
| 241 2006-01-10 Hans-Peter Nilsson <hp@axis.com> | |
| 242 | |
| 243 * sim/cris/asm/x1-v10.ms, sim/cris/asm/x3-v10.ms, | |
| 244 sim/cris/asm/x7-v10.ms: Update expected cycle output. | |
| 245 | |
| 246 2005-12-06 Hans-Peter Nilsson <hp@axis.com> | |
| 247 | |
| 248 * sim/cris/asm/movmp8.ms, sim/cris/asm/pcplus.ms: New tests. | |
| 249 * sim/cris/asm/movmp.ms: Do not write to P0, P4 or P8. | |
| 250 * sim/cris/asm/raw13.ms: Write to MOF instead of WZ (P4). | |
| 251 | |
| 252 2005-11-21 Hans-Peter Nilsson <hp@axis.com> | |
| 253 | |
| 254 * sim/cris: New directory with C and assembly tests for the CRIS | |
| 255 simulator. | |
| 256 | |
| 257 2005-01-11 Andrew Cagney <cagney@localhost.localdomain> | 44 2005-01-11 Andrew Cagney <cagney@localhost.localdomain> |
| 258 | 45 |
| 259 * configure: Regenerated to track ../common/aclocal.m4 changes. | 46 * configure: Regenerated to track ../common/aclocal.m4 changes. |
| 260 | 47 |
| 261 2005-01-07 Andrew Cagney <cagney@gnu.org> | 48 2005-01-07 Andrew Cagney <cagney@gnu.org> |
| 262 | 49 |
| 263 * configure.ac: Rename configure.in, require autoconf 2.59. | 50 * configure.ac: Rename configure.in, require autoconf 2.59. |
| 264 * configure: Re-generate. | 51 * configure: Re-generate. |
| 265 | 52 |
| 266 * configure.in: Pass literal subdirectories to AC_CONFIG_SUBDIRS. | 53 * configure.in: Pass literal subdirectories to AC_CONFIG_SUBDIRS. |
| (...skipping 15 matching lines...) Expand all Loading... |
| 282 2004-09-13 DJ Delorie <dj@redhat.com> | 69 2004-09-13 DJ Delorie <dj@redhat.com> |
| 283 | 70 |
| 284 * lib/sim-defs.exp (run_sim_test): Add global_as_options, | 71 * lib/sim-defs.exp (run_sim_test): Add global_as_options, |
| 285 global_ld_options, and global_sim_options to all test cases, if | 72 global_ld_options, and global_sim_options to all test cases, if |
| 286 defined. | 73 defined. |
| 287 | 74 |
| 288 2004-05-12 Ben Elliston <bje@au.ibm.com> | 75 2004-05-12 Ben Elliston <bje@au.ibm.com> |
| 289 | 76 |
| 290 * lib/sim-defs.exp: Remove stray semicolons. | 77 * lib/sim-defs.exp: Remove stray semicolons. |
| 291 | 78 |
| 292 2004-03-01 Richard Sandiford <rsandifo@redhat.com> | |
| 293 | |
| 294 * sim/frv/allinsn.exp (all_machs): Add fr405 and fr450. | |
| 295 * sim/fr400/allinsn.exp (all_machs): Likewise. | |
| 296 * sim/fr400/addss.cgs (mach): Change to "fr405 fr450". | |
| 297 * sim/fr400/scutss.cgs (mach): Likewise. | |
| 298 * sim/fr400/slass.cgs (mach): Likewise. | |
| 299 * sim/fr400/smass.cgs (mach): Likewise. | |
| 300 * sim/fr400/smsss.cgs (mach): Likewise. | |
| 301 * sim/fr400/smu.cgs (mach): Likewise. | |
| 302 * sim/fr400/subss.cgs (mach): Likewise. | |
| 303 * sim/interrupts/fp_exception.cgs: Replace fmadds with .word. | |
| 304 * sim/interrupts/fp_exception-fr550.cgs: Likewise. | |
| 305 * sim/frv/mqlclrhs.cgs: New test. | |
| 306 * sim/frv/mqlmths.cgs: New test. | |
| 307 * sim/frv/mqsllhi.cgs: New test. | |
| 308 * sim/frv/mqsrahi.cgs: New test. | |
| 309 | |
| 310 2004-03-01 Richard Sandiford <rsandifo@redhat.com> | |
| 311 | |
| 312 * sim/frv/fr400/scutss.cgs: Fix tests to account for rounding. | |
| 313 Add some new ones. | |
| 314 | |
| 315 2004-03-01 Richard Sandiford <rsandifo@redhat.com> | |
| 316 | |
| 317 * sim/frv/{rstb,rsth,rst,rstd,rstq}.cgs: Delete. | |
| 318 * sim/frv/{rstbf,rsthf,rstf,rstdf,rstqf}.cgs: Delete. | |
| 319 | |
| 320 2004-01-26 Chris Demetriou <cgd@broadcom.com> | 79 2004-01-26 Chris Demetriou <cgd@broadcom.com> |
| 321 | 80 |
| 322 * sim/mips: New directory. Tests for the MIPS simulator. | 81 * sim/mips: New directory. Tests for the MIPS simulator. |
| 323 | 82 |
| 324 2004-01-23 Ben Elliston <bje@wasabisystems.com> | 83 2004-01-23 Ben Elliston <bje@wasabisystems.com> |
| 325 | 84 |
| 326 * lib/sim-defs.exp (run_sim_test): Delete the .o and .x files if a | 85 * lib/sim-defs.exp (run_sim_test): Delete the .o and .x files if a |
| 327 test passes. | 86 test passes. |
| 328 | 87 |
| 329 2003-10-10 Dave Brolley <brolley@redhat.com> | |
| 330 | |
| 331 * sim/frv/testutils.inc (or_gr_immed): New macro. | |
| 332 * sim/frv/fp_exception-fr550.cgs: Write insns using | |
| 333 unaligned registers into the program in order to | |
| 334 cause the required exceptions. | |
| 335 * sim/frv/fp_exception.cgs: Ditto. | |
| 336 * sim/frv/regalign.cgs: Ditto. | |
| 337 | |
| 338 2003-10-06 Dave Brolley <brolley@redhat.com> | |
| 339 | |
| 340 * sim/frv/fr550: New subdirectory. | |
| 341 * sim/frv/fr400/*.cgs: Add fr550 as appropriate. | |
| 342 * sim/frv/fr500/*.cgs: Add fr550 as appropriate. | |
| 343 * sim/frv/interrupts/*.cgs: Add fr550 as appropriate. | |
| 344 * sim/frv/interrupts/*-fr550.cgs: New test cases for fr550. | |
| 345 | |
| 346 2003-09-19 Michael Snyder <msnyder@redhat.com> | |
| 347 | |
| 348 * sim/frv/nldqi.cgs: Remove. This insn was never implemented | |
| 349 by Fujitsu. | |
| 350 | |
| 351 2003-09-19 Dave Brolley <brolley@redhat.com> | |
| 352 | |
| 353 * sim/frv/rstqf.cgs: Use nldq instead of nldqi. | |
| 354 * sim/frv/rstq.cgs: Use nldq instead of nldqi. | |
| 355 | |
| 356 2003-09-11 Michael Snyder <msnyder@redhat.com> | |
| 357 | |
| 358 * sim/testsuite/sim/frv/movgs.cgs: Change lcr to spr[273], | |
| 359 which according to the comments seems to be the intent. | |
| 360 | |
| 361 2003-09-09 Dave Brolley <brolley@redhat.com> | |
| 362 | |
| 363 * sim/frv/maddaccs.cgs: move to fr400 subdirectory. | |
| 364 * sim/frv/msubaccs.cgs: move to fr400 subdirectory. | |
| 365 * sim/frv/masaccs.cgs: move to fr400 subdirectory. | |
| 366 | |
| 367 2003-09-03 Michael Snyder <msnyder@redhat.com> | |
| 368 | |
| 369 * sim/frv/fr500/mclracc.cgs: Change mach to 'all', to be | |
| 370 consistent with other tests in the directory. | |
| 371 | |
| 372 2003-09-03 Michael Snyder <msnyder@redhat.com> | |
| 373 | |
| 374 * sim/frv/interrupts/Ipipe-fr400.cgs: New file. | |
| 375 * sim/frv/interrupts/Ipipe-fr500.cgs: New file. | |
| 376 * sim/frv/interrupts/Ipipe.cgs: Remove (replaced by above). | |
| 377 | |
| 378 2003-08-20 Michael Snyder <msnyder@redhat.com> | 88 2003-08-20 Michael Snyder <msnyder@redhat.com> |
| 379 On behalf of Dave Brolley | 89 On behalf of Dave Brolley |
| 380 | 90 |
| 381 * sim/frv: New testsuite. | 91 * sim/frv: New testsuite. |
| 382 * frv-elf: New testsuite. | 92 * frv-elf: New testsuite. |
| 383 | 93 |
| 384 2003-07-09 Michael Snyder <msnyder@redhat.com> | 94 2003-07-09 Michael Snyder <msnyder@redhat.com> |
| 385 | 95 |
| 386 * sim/sh: New directory. Tests for Renesas sh family. | 96 * sim/sh: New directory. Tests for Renesas sh family. |
| 387 | 97 |
| 388 2003-04-13 Michael Snyder <msnyder@redhat.com> | 98 2003-04-13 Michael Snyder <msnyder@redhat.com> |
| 389 | 99 |
| 390 * sim/h8300: New directory. Tests for Renesas h8/300 family. | 100 * sim/h8300: New directory. Tests for Renesas h8/300 family. |
| 391 | 101 |
| 392 2003-04-01 Nick Clifton <nickc@redhat.com> | |
| 393 | |
| 394 * sim/arm: New directory: Tests for ARM simulator. | |
| 395 * sim/arm/allinsn.exp: New file: Test script. | |
| 396 * sim/arm/testutils.inc: New file: Test macros. | |
| 397 * sim/arm/adc.cgs, sim/arm/add.cgs, sim/arm/and.cgs, | |
| 398 sim/arm/b.cgs, sim/arm/bic.cgs, sim/arm/bl.cgs, sim/arm/bx.cgs, | |
| 399 sim/arm/cmn.cgs, sim/arm/cmp.cgs, sim/arm/eor.cgs, | |
| 400 sim/arm/hello.ms, sim/arm/ldm.cgs, sim/arm/ldr.cgs, | |
| 401 sim/arm/ldrb.cgs, sim/arm/ldrh.cgs, sim/arm/ldrsb.cgs, | |
| 402 sim/arm/ldrsh.cgs, sim/arm/misaligned1.ms, sim/arm/misaligned2.ms, | |
| 403 sim/arm/misaligned3.ms, sim/arm/misc.exp, sim/arm/mla.cgs, | |
| 404 sim/arm/mov.cgs, sim/arm/mrs.cgs, sim/arm/msr.cgs, | |
| 405 sim/arm/mul.cgs, sim/arm/mvn.cgs, sim/arm/orr.cgs, | |
| 406 sim/arm/rsb.cgs, sim/arm/rsc.cgs, sim/arm/sbc.cgs, | |
| 407 sim/arm/smlal.cgs, sim/arm/smull.cgs, sim/arm/stm.cgs, | |
| 408 sim/arm/str.cgs, sim/arm/strb.cgs, sim/arm/strh.cgs, | |
| 409 sim/arm/sub.cgs, sim/arm/swi.cgs, sim/arm/swp.cgs, | |
| 410 sim/arm/swpb.cgs, sim/arm/teq.cgs, sim/arm/tst.cgs, | |
| 411 sim/arm/umlal.cgs, sim/arm/umull.cgs: New files: ARM tests. | |
| 412 * sim/arm/iwmmxt: New Directory: Tests for iWMMXt. | |
| 413 * sim/arm/iwmmxt/iwmmxt.exp: New file: Test script. | |
| 414 * sim/arm/iwmmxt/testutils.inc: New file: Test macros. | |
| 415 * sim/arm/iwmmxt/tbcst.cgs, sim/arm/iwmmxt/textrm.cgs, | |
| 416 sim/arm/iwmmxt/tinsr.cgs, sim/arm/iwmmxt/tmia.cgs, | |
| 417 sim/arm/iwmmxt/tmiaph.cgs, sim/arm/iwmmxt/tmiaxy.cgs, | |
| 418 sim/arm/iwmmxt/tmovmsk.cgss, sim/arm/iwmmxt/wacc.cgs, | |
| 419 sim/arm/iwmmxt/wadd.cgs, sim/arm/iwmmxt/waligni.cgs, | |
| 420 sim/arm/iwmmxt/walignr.cgs, sim/arm/iwmmxt/wand.cgs, | |
| 421 sim/arm/iwmmxt/wandn.cgs, sim/arm/iwmmxt/wavg2.cgs, | |
| 422 sim/arm/iwmmxt/wcmpeq.cgs, sim/arm/iwmmxt/wcmpgt.cgs, | |
| 423 sim/arm/iwmmxt/wmac.cgs, sim/arm/iwmmxt/wmadd.cgs, | |
| 424 sim/arm/iwmmxt/wmax.cgs, sim/arm/iwmmxt/wmin.cgs, | |
| 425 sim/arm/iwmmxt/wmov.cgs, sim/arm/iwmmxt/wmul.cgs, | |
| 426 sim/arm/iwmmxt/wor.cgs, sim/arm/iwmmxt/wpack.cgs, | |
| 427 sim/arm/iwmmxt/wror.cgs, sim/arm/iwmmxt/wsad.cgs, | |
| 428 sim/arm/iwmmxt/wshufh.cgs, sim/arm/iwmmxt/wsll.cgs, | |
| 429 sim/arm/iwmmxt/wsra.cgs, sim/arm/iwmmxt/wsrl.cgs, | |
| 430 sim/arm/iwmmxt/wsub.cgs, sim/arm/iwmmxt/wunpckeh.cgs, | |
| 431 sim/arm/iwmmxt/wunpckel.cgs, sim/arm/iwmmxt/wunpckih.cgs, | |
| 432 sim/arm/iwmmxt/wunpckil.cgs, sim/arm/iwmmxt/wxor.cgs, | |
| 433 sim/arm/iwmmxt/wzero.cgs: New files: iWMMXt tests. | |
| 434 * sim/arm/thumb: New Directory: Thumb tests. | |
| 435 * sim/arm/thumb/allthumb.exp: New file: Test script. | |
| 436 * sim/arm/thumb/testutils.inc: New file: Test macros. | |
| 437 * sim/arm/thumb/adc.cgs, sim/arm/thumb/add-hd-hs.cgs, | |
| 438 sim/arm/thumb/add-hd-rs.cgs, sim/arm/thumb/add-rd-hs.cgs, | |
| 439 sim/arm/thumb/add-sp.cgs, sim/arm/thumb/add.cgs, | |
| 440 sim/arm/thumb/addi.cgs, sim/arm/thumb/addi8.cgs, | |
| 441 sim/arm/thumb/and.cgs, sim/arm/thumb/asr.cgs, sim/arm/thumb/b.cgs, | |
| 442 sim/arm/thumb/bcc.cgs, sim/arm/thumb/bcs.cgs, | |
| 443 sim/arm/thumb/beq.cgs, sim/arm/thumb/bge.cgs, | |
| 444 sim/arm/thumb/bgt.cgs, sim/arm/thumb/bhi.cgs, | |
| 445 sim/arm/thumb/bic.cgs, sim/arm/thumb/bl-hi.cgs, | |
| 446 sim/arm/thumb/bl-lo.cgs, sim/arm/thumb/ble.cgs, | |
| 447 sim/arm/thumb/bls.cgs, sim/arm/thumb/blt.cgs, | |
| 448 sim/arm/thumb/bmi.cgs, sim/arm/thumb/bne.cgs, | |
| 449 sim/arm/thumb/bpl.cgs, sim/arm/thumb/bvc.cgs, | |
| 450 sim/arm/thumb/bvs.cgs, sim/arm/thumb/bx-hs.cgs, | |
| 451 sim/arm/thumb/bx-rs.cgs, sim/arm/thumb/cmn.cgs, | |
| 452 sim/arm/thumb/cmp-hd-hs.cgs, sim/arm/thumb/cmp-hd-rs.cgs, | |
| 453 sim/arm/thumb/cmp-rd-hs.cgs, sim/arm/thumb/cmp.cgs, | |
| 454 sim/arm/thumb/eor.cgs, sim/arm/thumb/lda-pc.cgs, | |
| 455 sim/arm/thumb/lda-sp.cgs, sim/arm/thumb/ldmia.cgs, | |
| 456 sim/arm/thumb/ldr-imm.cgs, sim/arm/thumb/ldr-pc.cgs, | |
| 457 sim/arm/thumb/ldr-sprel.cgs, sim/arm/thumb/ldr.cgs, | |
| 458 sim/arm/thumb/ldrb-imm.cgs, sim/arm/thumb/ldrb.cgs, | |
| 459 sim/arm/thumb/ldrh-imm.cgs, sim/arm/thumb/ldrh.cgs, | |
| 460 sim/arm/thumb/ldsb.cgs, sim/arm/thumb/ldsh.cgs, | |
| 461 sim/arm/thumb/lsl.cgs, sim/arm/thumb/lsr.cgs, | |
| 462 sim/arm/thumb/mov-hd-hs.cgs, sim/arm/thumb/mov-hd-rs.cgs, | |
| 463 sim/arm/thumb/mov-rd-hs.cgs, sim/arm/thumb/mov.cgs, | |
| 464 sim/arm/thumb/mul.cgs, sim/arm/thumb/mvn.cgs, | |
| 465 sim/arm/thumb/neg.cgs, sim/arm/thumb/orr.cgs, | |
| 466 sim/arm/thumb/pop-pc.cgs, sim/arm/thumb/pop.cgs, | |
| 467 sim/arm/thumb/push-lr.cgs, sim/arm/thumb/push.cgs, | |
| 468 sim/arm/thumb/ror.cgs, sim/arm/thumb/sbc.cgs, | |
| 469 sim/arm/thumb/stmia.cgs, sim/arm/thumb/str-imm.cgs, | |
| 470 sim/arm/thumb/str-sprel.cgs, sim/arm/thumb/str.cgs, | |
| 471 sim/arm/thumb/strb-imm.cgs, sim/arm/thumb/strb.cgs, | |
| 472 sim/arm/thumb/strh-imm.cgs, sim/arm/thumb/strh.cgs, | |
| 473 sim/arm/thumb/sub-sp.cgs, sim/arm/thumb/sub.cgs, | |
| 474 sim/arm/thumb/subi.cgs, sim/arm/thumb/subi8.cgs, | |
| 475 sim/arm/thumb/swi.cgs, sim/arm/thumb/tst.cgs: New files: Thumb | |
| 476 tests. | |
| 477 * sim/arm/xscale: New directory. | |
| 478 * sim/arm/xscale/xscale.exp: New file: Test script. | |
| 479 * sim/arm/xscale/testutils.inc: New file: Test macros. | |
| 480 * sim/arm/xscale/blx.cgs, sim/arm/xscale/mia.cgs, | |
| 481 sim/arm/xscale/miaph.cgs, sim/arm/xscale/miaxy.cgs, | |
| 482 sim/arm/xscale/mra.cgs: New files: XScale tests. | |
| 483 | |
| 484 2002-06-16 Andrew Cagney <ac131313@redhat.com> | 102 2002-06-16 Andrew Cagney <ac131313@redhat.com> |
| 485 | 103 |
| 486 * configure: Regenerated to track ../common/aclocal.m4 changes. | 104 * configure: Regenerated to track ../common/aclocal.m4 changes. |
| 487 | 105 |
| 488 2001-07-31 Ben Elliston <bje@redhat.com> | 106 2001-07-31 Ben Elliston <bje@redhat.com> |
| 489 | 107 |
| 490 * lib/sim-defs.exp (run_sim_test): Include a description such as | 108 * lib/sim-defs.exp (run_sim_test): Include a description such as |
| 491 "assembling" or "linking" that identifies the phase a test fails | 109 "assembling" or "linking" that identifies the phase a test fails |
| 492 in, for easier analysis of failures. | 110 in, for easier analysis of failures. |
| 493 | 111 |
| (...skipping 18 matching lines...) Expand all Loading... |
| 512 | 130 |
| 513 * configure: Regenerated to track ../common/aclocal.m4 changes. | 131 * configure: Regenerated to track ../common/aclocal.m4 changes. |
| 514 | 132 |
| 515 1999-08-30 Doug Evans <devans@casey.cygnus.com> | 133 1999-08-30 Doug Evans <devans@casey.cygnus.com> |
| 516 | 134 |
| 517 * lib/sim-defs.exp (run_sim_test): Rename all_machs arg to | 135 * lib/sim-defs.exp (run_sim_test): Rename all_machs arg to |
| 518 requested_machs, now is list of machs to run tests for. | 136 requested_machs, now is list of machs to run tests for. |
| 519 Delete locals AS,ASFLAGS,LD,LDFLAGS. Use target_assemble | 137 Delete locals AS,ASFLAGS,LD,LDFLAGS. Use target_assemble |
| 520 and target_link instead. | 138 and target_link instead. |
| 521 | 139 |
| 522 1999-04-21 Doug Evans <devans@casey.cygnus.com> | |
| 523 | |
| 524 * sim/m32r/nop.cgs: Add missing nop insn. | |
| 525 | |
| 526 Mon Mar 22 13:28:56 1999 Dave Brolley <brolley@cygnus.com> | |
| 527 | |
| 528 * sim/fr30/stb.cgs: Correct for unaligned access. | |
| 529 * sim/fr30/sth.cgs: Correct for unaligned access. | |
| 530 * sim/fr30/ldub.cgs: Fix typo: lduh->ldub. Correct | |
| 531 for unaligned access. | |
| 532 * sim/fr30/and.cgs: Test unaligned access. | |
| 533 | |
| 534 Fri Feb 5 12:41:11 1999 Doug Evans <devans@canuck.cygnus.com> | 140 Fri Feb 5 12:41:11 1999 Doug Evans <devans@canuck.cygnus.com> |
| 535 | 141 |
| 536 * lib/sim-defs.exp (sim_run): Print simulator arguments log message. | 142 * lib/sim-defs.exp (sim_run): Print simulator arguments log message. |
| 537 | 143 |
| 538 1999-01-05 Doug Evans <devans@casey.cygnus.com> | 144 1999-01-05 Doug Evans <devans@casey.cygnus.com> |
| 539 | 145 |
| 540 * lib/sim-defs.exp (run_sim_test): New arg all_machs. | 146 * lib/sim-defs.exp (run_sim_test): New arg all_machs. |
| 541 * sim/fr30/allinsn.exp: Update. | |
| 542 * sim/fr30/misc.exp: Update. | |
| 543 * sim/m32r/allinsn.exp: Update. | |
| 544 * sim/m32r/misc.exp: Update. | |
| 545 | |
| 546 Fri Dec 18 17:19:34 1998 Dave Brolley <brolley@cygnus.com> | |
| 547 | |
| 548 * sim/fr30/ldres.cgs: New testcase. | |
| 549 * sim/fr30/copld.cgs: New testcase. | |
| 550 * sim/fr30/copst.cgs: New testcase. | |
| 551 * sim/fr30/copsv.cgs: New testcase. | |
| 552 * sim/fr30/nop.cgs: New testcase. | |
| 553 * sim/fr30/andccr.cgs: New testcase. | |
| 554 * sim/fr30/orccr.cgs: New testcase. | |
| 555 * sim/fr30/addsp.cgs: New testcase. | |
| 556 * sim/fr30/stilm.cgs: New testcase. | |
| 557 * sim/fr30/extsb.cgs: New testcase. | |
| 558 * sim/fr30/extub.cgs: New testcase. | |
| 559 * sim/fr30/extsh.cgs: New testcase. | |
| 560 * sim/fr30/extuh.cgs: New testcase. | |
| 561 * sim/fr30/enter.cgs: New testcase. | |
| 562 * sim/fr30/leave.cgs: New testcase. | |
| 563 * sim/fr30/xchb.cgs: New testcase. | |
| 564 * sim/fr30/dmovb.cgs: New testcase. | |
| 565 * sim/fr30/dmov.cgs: New testcase. | |
| 566 * sim/fr30/dmovh.cgs: New testcase. | |
| 567 | |
| 568 Thu Dec 17 17:18:43 1998 Dave Brolley <brolley@cygnus.com> | |
| 569 | |
| 570 * sim/fr30/testutils.inc (take_branch{_d},no_branch{_d}): New macros. | |
| 571 * sim/fr30/ret.cgs: Add tests fir ret:d. | |
| 572 * sim/fr30/inte.cgs: New testcase. | |
| 573 * sim/fr30/reti.cgs: New testcase. | |
| 574 * sim/fr30/bra.cgs: New testcase. | |
| 575 * sim/fr30/bno.cgs: New testcase. | |
| 576 * sim/fr30/beq.cgs: New testcase. | |
| 577 * sim/fr30/bne.cgs: New testcase. | |
| 578 * sim/fr30/bc.cgs: New testcase. | |
| 579 * sim/fr30/bnc.cgs: New testcase. | |
| 580 * sim/fr30/bn.cgs: New testcase. | |
| 581 * sim/fr30/bp.cgs: New testcase. | |
| 582 * sim/fr30/bv.cgs: New testcase. | |
| 583 * sim/fr30/bnv.cgs: New testcase. | |
| 584 * sim/fr30/blt.cgs: New testcase. | |
| 585 * sim/fr30/bge.cgs: New testcase. | |
| 586 * sim/fr30/ble.cgs: New testcase. | |
| 587 * sim/fr30/bgt.cgs: New testcase. | |
| 588 * sim/fr30/bls.cgs: New testcase. | |
| 589 * sim/fr30/bhi.cgs: New testcase. | |
| 590 | |
| 591 Tue Dec 15 17:47:13 1998 Dave Brolley <brolley@cygnus.com> | |
| 592 | |
| 593 * sim/fr30/div.cgs (int): Add signed division scenario. | |
| 594 * sim/fr30/int.cgs (int): Complete testcase. | |
| 595 * sim/fr30/testutils.inc (_start): Initialize tbr. | |
| 596 (test_s_user,test_s_system,set_i,test_i): New macros. | |
| 597 | 147 |
| 598 1998-12-14 Doug Evans <devans@casey.cygnus.com> | 148 1998-12-14 Doug Evans <devans@casey.cygnus.com> |
| 599 | 149 |
| 600 * lib/sim-defs.exp (run_sim_test): New option xerror, for expected | 150 * lib/sim-defs.exp (run_sim_test): New option xerror, for expected |
| 601 errors. Translate \n sequences in expected output to newline char. | 151 errors. Translate \n sequences in expected output to newline char. |
| 602 (slurp_options): Make parentheses optional. | 152 (slurp_options): Make parentheses optional. |
| 603 (sim_run): Look for board_info sim,options. | 153 (sim_run): Look for board_info sim,options. |
| 604 * sim/fr30/hello.ms: Add trailing \n to expected output. | |
| 605 * sim/m32r/hello.ms: Ditto. | |
| 606 * sim/m32r/hw-trap.ms: Ditto. | |
| 607 | |
| 608 * sim/m32r/trap.cgs: Properly align trap2_handler. | |
| 609 | |
| 610 * sim/m32r/uread16.ms: New testcase. | |
| 611 * sim/m32r/uread32.ms: New testcase. | |
| 612 * sim/m32r/uwrite16.ms: New testcase. | |
| 613 * sim/m32r/uwrite32.ms: New testcase. | |
| 614 | |
| 615 1998-12-14 Dave Brolley <brolley@cygnus.com> | |
| 616 | |
| 617 * sim/fr30/call.cgs: Test ret here as well. | |
| 618 * sim/fr30/ld.cgs: Remove bogus comment. | |
| 619 * sim/fr30/testutils.inc (save_rp,restore_rp): New macros. | |
| 620 * sim/fr30/div.ms: New testcase. | |
| 621 * sim/fr30/st.cgs: New testcase. | |
| 622 * sim/fr30/sth.cgs: New testcase. | |
| 623 * sim/fr30/stb.cgs: New testcase. | |
| 624 * sim/fr30/mov.cgs: New testcase. | |
| 625 * sim/fr30/jmp.cgs: New testcase. | |
| 626 * sim/fr30/ret.cgs: New testcase. | |
| 627 * sim/fr30/int.cgs: New testcase. | |
| 628 | |
| 629 Thu Dec 10 18:46:25 1998 Dave Brolley <brolley@cygnus.com> | |
| 630 | |
| 631 * sim/fr30/div0s.cgs: New testcase. | |
| 632 * sim/fr30/div0u.cgs: New testcase. | |
| 633 * sim/fr30/div1.cgs: New testcase. | |
| 634 * sim/fr30/div2.cgs: New testcase. | |
| 635 * sim/fr30/div3.cgs: New testcase. | |
| 636 * sim/fr30/div4s.cgs: New testcase. | |
| 637 * sim/fr30/testutils.inc (mvi_h_dr,set_dbits,test_dbits): New Macros. | |
| 638 | |
| 639 Tue Dec 8 13:16:53 1998 Dave Brolley <brolley@cygnus.com> | |
| 640 | |
| 641 * sim/fr30/testutils.inc (set_s_user): Correct Mask. | |
| 642 (set_s_system): Correct Mask. | |
| 643 * sim/fr30/ld.cgs (ld): Move previously failing test back | |
| 644 into place. | |
| 645 * sim/fr30/ldm0.cgs: New testcase. | |
| 646 * sim/fr30/ldm1.cgs: New testcase. | |
| 647 * sim/fr30/stm0.cgs: New testcase. | |
| 648 * sim/fr30/stm1.cgs: New testcase. | |
| 649 | |
| 650 Thu Dec 3 14:20:03 1998 Dave Brolley <brolley@cygnus.com> | |
| 651 | |
| 652 * sim/fr30/ld.cgs: Implement more loads. | |
| 653 * sim/fr30/call.cgs: New testcase. | |
| 654 * sim/fr30/testutils.inc (testr_h_dr): New macro. | |
| 655 (set_s_user,set_s_system): New macros. | |
| 656 | |
| 657 * sim/fr30: New Directory. | |
| 658 | 154 |
| 659 Wed Nov 18 10:50:19 1998 Andrew Cagney <cagney@b1.cygnus.com> | 155 Wed Nov 18 10:50:19 1998 Andrew Cagney <cagney@b1.cygnus.com> |
| 660 | 156 |
| 661 * common/bits-gen.c (main): Add BYTE_ORDER so that it matches | 157 * common/bits-gen.c (main): Add BYTE_ORDER so that it matches |
| 662 recent sim/common/sim-basics.h changes. | 158 recent sim/common/sim-basics.h changes. |
| 663 * common/Makefile.in: Update. | 159 * common/Makefile.in: Update. |
| 664 | 160 |
| 665 Fri Oct 30 00:37:31 1998 Felix Lee <flee@cygnus.com> | 161 Fri Oct 30 00:37:31 1998 Felix Lee <flee@cygnus.com> |
| 666 | 162 |
| 667 * lib/sim-defs.exp (sim_run): download target program to remote | 163 * lib/sim-defs.exp (sim_run): download target program to remote |
| 668 host, if necessary. for unix-driven win32 testing. | 164 host, if necessary. for unix-driven win32 testing. |
| 669 | 165 |
| 670 Tue Sep 15 14:56:22 1998 Doug Evans <devans@canuck.cygnus.com> | |
| 671 | |
| 672 * sim/m32r/testutils.inc (test_h_gr): Use mvaddr_h_gr. | |
| 673 * sim/m32r/rte.cgs: Test bbpc,bbpsw. | |
| 674 * sim/m32r/trap.cgs: Test bbpc,bbpsw. | |
| 675 | |
| 676 Fri Jul 31 17:49:13 1998 Felix Lee <flee@cygnus.com> | 166 Fri Jul 31 17:49:13 1998 Felix Lee <flee@cygnus.com> |
| 677 | 167 |
| 678 * lib/sim-defs.exp (sim_run): remote_spawn, use writeto instead of | 168 * lib/sim-defs.exp (sim_run): remote_spawn, use writeto instead of |
| 679 writeonly. | 169 writeonly. |
| 680 | 170 |
| 681 Fri Jul 24 09:40:34 1998 Doug Evans <devans@canuck.cygnus.com> | 171 Fri Jul 24 09:40:34 1998 Doug Evans <devans@canuck.cygnus.com> |
| 682 | 172 |
| 683 * Makefile.in (clean,mostlyclean): Change leading spaces to a tab. | 173 * Makefile.in (clean,mostlyclean): Change leading spaces to a tab. |
| 684 | 174 |
| 685 Wed Jul 1 15:57:54 1998 Doug Evans <devans@seba.cygnus.com> | |
| 686 | |
| 687 * sim/m32r/hw-trap.ms: New testcase. | |
| 688 | |
| 689 Tue Jun 16 15:44:01 1998 Jillian Ye <jillian@cygnus.com> | 175 Tue Jun 16 15:44:01 1998 Jillian Ye <jillian@cygnus.com> |
| 690 | 176 |
| 691 * lib/sim-defs.exp: Print out timeout setting info when "-v" is used. | 177 * lib/sim-defs.exp: Print out timeout setting info when "-v" is used. |
| 692 | 178 |
| 693 Thu Jun 11 15:24:53 1998 Doug Evans <devans@canuck.cygnus.com> | 179 Thu Jun 11 15:24:53 1998 Doug Evans <devans@canuck.cygnus.com> |
| 694 | 180 |
| 695 * lib/sim-defs.exp (sim_run): Argument env_vals renamed to options, | 181 * lib/sim-defs.exp (sim_run): Argument env_vals renamed to options, |
| 696 which is now a list of options controlling the behaviour of sim_run. | 182 which is now a list of options controlling the behaviour of sim_run. |
| 697 | 183 |
| 698 Wed Jun 10 10:53:20 1998 Doug Evans <devans@seba.cygnus.com> | |
| 699 | |
| 700 * sim/m32r/addx.cgs: Add another test. | |
| 701 * sim/m32r/jmp.cgs: Add another test. | |
| 702 | |
| 703 Mon Jun 8 16:08:27 1998 Doug Evans <devans@canuck.cygnus.com> | |
| 704 | |
| 705 * sim/m32r/trap.cgs: Test trap 2. | |
| 706 | |
| 707 Mon Jun 1 18:54:22 1998 Frank Ch. Eigler <fche@cygnus.com> | 184 Mon Jun 1 18:54:22 1998 Frank Ch. Eigler <fche@cygnus.com> |
| 708 | 185 |
| 709 * lib/sim-defs.exp (sim_run): Add possible environment variable | 186 * lib/sim-defs.exp (sim_run): Add possible environment variable |
| 710 list to simulator run. | 187 list to simulator run. |
| 711 | 188 |
| 712 Thu May 28 14:59:46 1998 Jillian Ye <jillian@cygnus.com> | 189 Thu May 28 14:59:46 1998 Jillian Ye <jillian@cygnus.com> |
| 713 | 190 |
| 714 * Makefile.in: Take RUNTEST out of FLAG_TO_PASS | 191 * Makefile.in: Take RUNTEST out of FLAG_TO_PASS |
| 715 so that make check can be invoked recursively. | 192 so that make check can be invoked recursively. |
| 716 | 193 |
| (...skipping 23 matching lines...) Expand all Loading... |
| 740 | 217 |
| 741 Wed Apr 22 12:26:28 1998 Doug Evans <devans@canuck.cygnus.com> | 218 Wed Apr 22 12:26:28 1998 Doug Evans <devans@canuck.cygnus.com> |
| 742 | 219 |
| 743 * Makefile.in (TARGET_FLAGS_TO_PASS): Delete LIBS, LDFLAGS. | 220 * Makefile.in (TARGET_FLAGS_TO_PASS): Delete LIBS, LDFLAGS. |
| 744 | 221 |
| 745 Tue Apr 21 10:49:03 1998 Doug Evans <devans@canuck.cygnus.com> | 222 Tue Apr 21 10:49:03 1998 Doug Evans <devans@canuck.cygnus.com> |
| 746 | 223 |
| 747 * lib/sim-defs.exp (run_sim_test): Don't exit early if one mach fails, | 224 * lib/sim-defs.exp (run_sim_test): Don't exit early if one mach fails, |
| 748 try all machs. | 225 try all machs. |
| 749 | 226 |
| 750 * sim/m32r/addx.cgs: Test (-1)+(-1)+1. | |
| 751 | |
| 752 Fri Apr 17 16:00:52 1998 Doug Evans <devans@canuck.cygnus.com> | |
| 753 | |
| 754 * sim/m32r/mv[ft]achi.cgs: Fix expected result | |
| 755 (sign extension of top 8 bits). | |
| 756 | |
| 757 Wed Feb 25 11:01:17 1998 Doug Evans <devans@canuck.cygnus.com> | 227 Wed Feb 25 11:01:17 1998 Doug Evans <devans@canuck.cygnus.com> |
| 758 | 228 |
| 759 * Makefile.in (RUNTEST): Fix path to runtest. | 229 * Makefile.in (RUNTEST): Fix path to runtest. |
| 760 | 230 |
| 761 Fri Feb 20 11:00:02 1998 Nick Clifton <nickc@cygnus.com> | |
| 762 | |
| 763 * sim/m32r/unlock.cgs: Fixed test. | |
| 764 * sim/m32r/mvfc.cgs: Fixed test. | |
| 765 * sim/m32r/remu.cgs: Fixed test. | |
| 766 * sim/m32r/bnc24.cgs: Test long BNC instruction. | |
| 767 * sim/m32r/bnc8.cgs: Test short BNC instruction. | |
| 768 * sim/m32r/ld-plus.cgs: Test LD instruction. | |
| 769 * sim/m32r/macwhi.cgs: Test MACWHI instruction. | |
| 770 * sim/m32r/macwlo.cgs: Test MACWLO instruction. | |
| 771 * sim/m32r/mulwhi.cgs: Test MULWHI instruction. | |
| 772 * sim/m32r/mulwlo.cgs: Test MULWLO instruction. | |
| 773 * sim/m32r/mvfachi.cgs: Test MVFACHI instruction. | |
| 774 * sim/m32r/mvfaclo.cgs: Test MVFACLO instruction. | |
| 775 * sim/m32r/mvtaclo.cgs: Test MVTACLO instruction. | |
| 776 * sim/m32r/addv.cgs: Test ADDV instruction. | |
| 777 * sim/m32r/addv3.cgs: Test ADDV3 instruction. | |
| 778 * sim/m32r/addx.cgs: Test ADDX instruction. | |
| 779 * sim/m32r/lock.cgs: Test LOCK instruction. | |
| 780 * sim/m32r/neg.cgs: Test NEG instruction. | |
| 781 * sim/m32r/not.cgs: Test NOT instruction. | |
| 782 * sim/m32r/unlock.cgs: Test UNLOCK instruction. | |
| 783 | |
| 784 Thu Feb 19 11:15:45 1998 Nick Clifton <nickc@cygnus.com> | |
| 785 | |
| 786 * sim/m32r/testutils.inc (mvaddr_h_gr): new macro to load an | |
| 787 address into a general register. | |
| 788 | |
| 789 * sim/m32r/or3.cgs: Test OR3 instruction. | |
| 790 * sim/m32r/rach.cgs: Test RACH instruction. | |
| 791 * sim/m32r/rem.cgs: Test REM instruction. | |
| 792 * sim/m32r/sub.cgs: Test SUB instruction. | |
| 793 * sim/m32r/mv.cgs: Test MV instruction. | |
| 794 * sim/m32r/mul.cgs: Test MUL instruction. | |
| 795 * sim/m32r/bl24.cgs: Test long BL instruction. | |
| 796 * sim/m32r/bl8.cgs: Test short BL instruction. | |
| 797 * sim/m32r/blez.cgs: Test BLEZ instruction. | |
| 798 * sim/m32r/bltz.cgs: Test BLTZ instruction. | |
| 799 * sim/m32r/bne.cgs: Test BNE instruction. | |
| 800 * sim/m32r/bnez.cgs: Test BNEZ instruction. | |
| 801 * sim/m32r/bra24.cgs: Test long BRA instruction. | |
| 802 * sim/m32r/bra8.cgs: Test short BRA instruction. | |
| 803 * sim/m32r/jl.cgs: Test JL instruction. | |
| 804 * sim/m32r/or.cgs: Test OR instruction. | |
| 805 * sim/m32r/jmp.cgs: Test JMP instruction. | |
| 806 * sim/m32r/and.cgs: Test AND instruction. | |
| 807 * sim/m32r/and3.cgs: Test AND3 instruction. | |
| 808 * sim/m32r/beq.cgs: Test BEQ instruction. | |
| 809 * sim/m32r/beqz.cgs: Test BEQZ instruction. | |
| 810 * sim/m32r/bgez.cgs: Test BGEZ instruction. | |
| 811 * sim/m32r/bgtz.cgs: Test BGTZ instruction. | |
| 812 * sim/m32r/cmp.cgs: Test CMP instruction. | |
| 813 * sim/m32r/cmpi.cgs: Test CMPI instruction. | |
| 814 * sim/m32r/cmpu.cgs: Test CMPU instruction. | |
| 815 * sim/m32r/cmpui.cgs: Test CMPUI instruction. | |
| 816 * sim/m32r/div.cgs: Test DIV instruction. | |
| 817 * sim/m32r/divu.cgs: Test DIVU instruction. | |
| 818 * sim/m32r/cmpeq.cgs: Test CMPEQ instruction. | |
| 819 * sim/m32r/sll.cgs: Test SLL instruction. | |
| 820 * sim/m32r/sll3.cgs: Test SLL3 instruction. | |
| 821 * sim/m32r/slli.cgs: Test SLLI instruction. | |
| 822 * sim/m32r/sra.cgs: Test SRA instruction. | |
| 823 * sim/m32r/sra3.cgs: Test SRA3 instruction. | |
| 824 * sim/m32r/srai.cgs: Test SRAI instruction. | |
| 825 * sim/m32r/srl.cgs: Test SRL instruction. | |
| 826 * sim/m32r/srl3.cgs: Test SRL3 instruction. | |
| 827 * sim/m32r/srli.cgs: Test SRLI instruction. | |
| 828 * sim/m32r/xor3.cgs: Test XOR3 instruction. | |
| 829 * sim/m32r/xor.cgs: Test XOR instruction. | |
| 830 | |
| 831 Tue Feb 17 12:46:05 1998 Doug Evans <devans@seba.cygnus.com> | 231 Tue Feb 17 12:46:05 1998 Doug Evans <devans@seba.cygnus.com> |
| 832 | 232 |
| 833 * config/default.exp: New file. | 233 * config/default.exp: New file. |
| 834 * lib/sim-defs.exp: New file. | 234 * lib/sim-defs.exp: New file. |
| 835 * sim/m32r/*: m32r dejagnu simulator testsuite. | |
| 836 | 235 |
| 837 * Makefile.in (build_alias): Define. | 236 * Makefile.in (build_alias): Define. |
| 838 (arch): Define. | 237 (arch): Define. |
| 839 (RUNTEST_FOR_TARGET): Delete. | 238 (RUNTEST_FOR_TARGET): Delete. |
| 840 (RUNTEST): Fix. | 239 (RUNTEST): Fix. |
| 841 (check): Depend on site.exp. Run dejagnu. | 240 (check): Depend on site.exp. Run dejagnu. |
| 842 (site.exp): New target. | 241 (site.exp): New target. |
| 843 * configure.in (arch): Define from target_cpu. | 242 * configure.in (arch): Define from target_cpu. |
| 844 * configure: Regenerate. | 243 * configure: Regenerate. |
| 845 | 244 |
| (...skipping 13 matching lines...) Expand all Loading... |
| 859 Thu Sep 11 13:04:40 1997 Andrew Cagney <cagney@b1.cygnus.com> | 258 Thu Sep 11 13:04:40 1997 Andrew Cagney <cagney@b1.cygnus.com> |
| 860 | 259 |
| 861 * common/Make-common.in: New file, provide generic rules for | 260 * common/Make-common.in: New file, provide generic rules for |
| 862 running checks. | 261 running checks. |
| 863 | 262 |
| 864 Mon Sep 1 16:43:55 1997 Andrew Cagney <cagney@b1.cygnus.com> | 263 Mon Sep 1 16:43:55 1997 Andrew Cagney <cagney@b1.cygnus.com> |
| 865 | 264 |
| 866 * configure.in (configdirs): Test for the target directory instead | 265 * configure.in (configdirs): Test for the target directory instead |
| 867 of matching on a target. | 266 of matching on a target. |
| 868 | 267 |
| OLD | NEW |