aboutsummaryrefslogtreecommitdiff
path: root/sim/testsuite/m32r/ChangeLog
blob: 535435ac3f889ae4002f9e1cda5a4542ec9de1f5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
2021-07-01  Mike Frysinger  <vapier@gentoo.org>

	* hw-trap.ms: Run sim with --environment virtual.
	* trap.cgs: Likewise.

2021-04-08  Mike Frysinger  <vapier@gentoo.org>

	* allinsn.exp (arch): Delete.
	* misc.exp: Likewise.

2021-02-13  Mike Frysinger  <vapier@gentoo.org>

	* allinsn.exp, misc.exp: Define arch.

2021-01-15  Mike Frysinger  <vapier@gentoo.org>

	* exit47.ms: New testcase from ../../m32r-elf/.

1999-04-21  Doug Evans  <devans@casey.cygnus.com>

	* nop.cgs: Add missing nop insn.

1999-01-05  Doug Evans  <devans@casey.cygnus.com>

	* allinsn.exp: Set all_machs.
	* misc.exp: Likewise.

1998-12-14  Doug Evans  <devans@casey.cygnus.com>

	* hello.ms: Add trailing \n to expected output.
	* hw-trap.ms: Ditto.

	* trap.cgs: Properly align trap2_handler.

	* uread16.ms: New testcase.
	* uread32.ms: New testcase.
	* uwrite16.ms: New testcase.
	* uwrite32.ms: New testcase.

Tue Sep 15 14:56:22 1998  Doug Evans  <devans@canuck.cygnus.com>

	* testutils.inc (test_h_gr): Use mvaddr_h_gr.
	* rte.cgs: Test bbpc,bbpsw.
	* trap.cgs: Test bbpc,bbpsw.

Wed Jul  1 15:57:54 1998  Doug Evans  <devans@seba.cygnus.com>

	* hw-trap.ms: New testcase.

Wed Jun 10 10:53:20 1998  Doug Evans  <devans@seba.cygnus.com>

	* addx.cgs: Add another test.
	* jmp.cgs: Add another test.

Mon Jun  8 16:08:27 1998  Doug Evans  <devans@canuck.cygnus.com>

	* trap.cgs: Test trap 2.

Tue Apr 21 10:49:03 1998  Doug Evans  <devans@canuck.cygnus.com>

	* addx.cgs: Test (-1)+(-1)+1.

Fri Apr 17 16:00:52 1998  Doug Evans  <devans@canuck.cygnus.com>

	* mv[ft]achi.cgs: Fix expected result
	(sign extension of top 8 bits).

Fri Feb 20 11:00:02 1998  Nick Clifton  <nickc@cygnus.com>

	* unlock.cgs: Fixed test.
	* mvfc.cgs: Fixed test.
	* remu.cgs: Fixed test.
	* bnc24.cgs: Test long BNC instruction.
	* bnc8.cgs: Test short BNC instruction.
	* ld-plus.cgs: Test LD instruction.
	* macwhi.cgs: Test MACWHI instruction.
	* macwlo.cgs: Test MACWLO instruction.
	* mulwhi.cgs: Test MULWHI instruction.
	* mulwlo.cgs: Test MULWLO instruction.
	* mvfachi.cgs: Test MVFACHI instruction.
	* mvfaclo.cgs: Test MVFACLO instruction.
	* mvtaclo.cgs: Test MVTACLO instruction.
	* addv.cgs: Test ADDV instruction.
	* addv3.cgs: Test ADDV3 instruction.
	* addx.cgs: Test ADDX instruction.
	* lock.cgs: Test LOCK instruction.
	* neg.cgs: Test NEG instruction.
	* not.cgs: Test NOT instruction.
	* unlock.cgs: Test UNLOCK instruction.

Thu Feb 19 11:15:45 1998  Nick Clifton  <nickc@cygnus.com>

	* testutils.inc (mvaddr_h_gr): new macro to load an
	address into a general register.

	* or3.cgs: Test OR3 instruction.
	* rach.cgs: Test RACH instruction.
	* rem.cgs: Test REM instruction.
	* sub.cgs: Test SUB instruction.
	* mv.cgs: Test MV instruction.
	* mul.cgs: Test MUL instruction.
	* bl24.cgs: Test long BL instruction.
	* bl8.cgs: Test short BL instruction.
	* blez.cgs: Test BLEZ instruction.
	* bltz.cgs: Test BLTZ instruction.
	* bne.cgs: Test BNE instruction.
	* bnez.cgs: Test BNEZ instruction.
	* bra24.cgs: Test long BRA instruction.
	* bra8.cgs: Test short BRA instruction.
	* jl.cgs: Test JL instruction.
	* or.cgs: Test OR instruction.
	* jmp.cgs: Test JMP instruction.
	* and.cgs: Test AND instruction.
	* and3.cgs: Test AND3 instruction.
	* beq.cgs: Test BEQ instruction.
	* beqz.cgs: Test BEQZ instruction.
	* bgez.cgs: Test BGEZ instruction.
	* bgtz.cgs: Test BGTZ instruction.
	* cmp.cgs: Test CMP instruction.
	* cmpi.cgs: Test CMPI instruction.
	* cmpu.cgs: Test CMPU instruction.
	* cmpui.cgs: Test CMPUI instruction.
	* div.cgs: Test DIV instruction.
	* divu.cgs: Test DIVU instruction.
	* cmpeq.cgs: Test CMPEQ instruction.
	* sll.cgs: Test SLL instruction.
	* sll3.cgs: Test SLL3 instruction.
	* slli.cgs: Test SLLI instruction.
	* sra.cgs: Test SRA instruction.
	* sra3.cgs: Test SRA3 instruction.
	* srai.cgs: Test SRAI instruction.
	* srl.cgs: Test SRL instruction.
	* srl3.cgs: Test SRL3 instruction.
	* srli.cgs: Test SRLI instruction.
	* xor3.cgs: Test XOR3 instruction.
	* xor.cgs: Test XOR instruction.

Tue Feb 17 12:46:05 1998  Doug Evans  <devans@seba.cygnus.com>

	* *: m32r dejagnu simulator testsuite.