Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(861)

Side by Side Diff: sim/testsuite/sim/m32r/ChangeLog

Issue 11969036: Merge GDB 7.5.1 (Closed) Base URL: http://git.chromium.org/native_client/nacl-gdb.git@master
Patch Set: Created 7 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « sim/testsuite/sim/frv/ChangeLog ('k') | sim/testsuite/sim/v850/ChangeLog » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
(Empty)
1 1999-04-21 Doug Evans <devans@casey.cygnus.com>
2
3 * nop.cgs: Add missing nop insn.
4
5 1999-01-05 Doug Evans <devans@casey.cygnus.com>
6
7 * allinsn.exp: Set all_machs.
8 * misc.exp: Likewise.
9
10 1998-12-14 Doug Evans <devans@casey.cygnus.com>
11
12 * hello.ms: Add trailing \n to expected output.
13 * hw-trap.ms: Ditto.
14
15 * trap.cgs: Properly align trap2_handler.
16
17 * uread16.ms: New testcase.
18 * uread32.ms: New testcase.
19 * uwrite16.ms: New testcase.
20 * uwrite32.ms: New testcase.
21
22 Tue Sep 15 14:56:22 1998 Doug Evans <devans@canuck.cygnus.com>
23
24 * testutils.inc (test_h_gr): Use mvaddr_h_gr.
25 * rte.cgs: Test bbpc,bbpsw.
26 * trap.cgs: Test bbpc,bbpsw.
27
28 Wed Jul 1 15:57:54 1998 Doug Evans <devans@seba.cygnus.com>
29
30 * hw-trap.ms: New testcase.
31
32 Wed Jun 10 10:53:20 1998 Doug Evans <devans@seba.cygnus.com>
33
34 * addx.cgs: Add another test.
35 * jmp.cgs: Add another test.
36
37 Mon Jun 8 16:08:27 1998 Doug Evans <devans@canuck.cygnus.com>
38
39 * trap.cgs: Test trap 2.
40
41 Tue Apr 21 10:49:03 1998 Doug Evans <devans@canuck.cygnus.com>
42
43 * addx.cgs: Test (-1)+(-1)+1.
44
45 Fri Apr 17 16:00:52 1998 Doug Evans <devans@canuck.cygnus.com>
46
47 * mv[ft]achi.cgs: Fix expected result
48 (sign extension of top 8 bits).
49
50 Fri Feb 20 11:00:02 1998 Nick Clifton <nickc@cygnus.com>
51
52 * unlock.cgs: Fixed test.
53 * mvfc.cgs: Fixed test.
54 * remu.cgs: Fixed test.
55 * bnc24.cgs: Test long BNC instruction.
56 * bnc8.cgs: Test short BNC instruction.
57 * ld-plus.cgs: Test LD instruction.
58 * macwhi.cgs: Test MACWHI instruction.
59 * macwlo.cgs: Test MACWLO instruction.
60 * mulwhi.cgs: Test MULWHI instruction.
61 * mulwlo.cgs: Test MULWLO instruction.
62 * mvfachi.cgs: Test MVFACHI instruction.
63 * mvfaclo.cgs: Test MVFACLO instruction.
64 * mvtaclo.cgs: Test MVTACLO instruction.
65 * addv.cgs: Test ADDV instruction.
66 * addv3.cgs: Test ADDV3 instruction.
67 * addx.cgs: Test ADDX instruction.
68 * lock.cgs: Test LOCK instruction.
69 * neg.cgs: Test NEG instruction.
70 * not.cgs: Test NOT instruction.
71 * unlock.cgs: Test UNLOCK instruction.
72
73 Thu Feb 19 11:15:45 1998 Nick Clifton <nickc@cygnus.com>
74
75 * testutils.inc (mvaddr_h_gr): new macro to load an
76 address into a general register.
77
78 * or3.cgs: Test OR3 instruction.
79 * rach.cgs: Test RACH instruction.
80 * rem.cgs: Test REM instruction.
81 * sub.cgs: Test SUB instruction.
82 * mv.cgs: Test MV instruction.
83 * mul.cgs: Test MUL instruction.
84 * bl24.cgs: Test long BL instruction.
85 * bl8.cgs: Test short BL instruction.
86 * blez.cgs: Test BLEZ instruction.
87 * bltz.cgs: Test BLTZ instruction.
88 * bne.cgs: Test BNE instruction.
89 * bnez.cgs: Test BNEZ instruction.
90 * bra24.cgs: Test long BRA instruction.
91 * bra8.cgs: Test short BRA instruction.
92 * jl.cgs: Test JL instruction.
93 * or.cgs: Test OR instruction.
94 * jmp.cgs: Test JMP instruction.
95 * and.cgs: Test AND instruction.
96 * and3.cgs: Test AND3 instruction.
97 * beq.cgs: Test BEQ instruction.
98 * beqz.cgs: Test BEQZ instruction.
99 * bgez.cgs: Test BGEZ instruction.
100 * bgtz.cgs: Test BGTZ instruction.
101 * cmp.cgs: Test CMP instruction.
102 * cmpi.cgs: Test CMPI instruction.
103 * cmpu.cgs: Test CMPU instruction.
104 * cmpui.cgs: Test CMPUI instruction.
105 * div.cgs: Test DIV instruction.
106 * divu.cgs: Test DIVU instruction.
107 * cmpeq.cgs: Test CMPEQ instruction.
108 * sll.cgs: Test SLL instruction.
109 * sll3.cgs: Test SLL3 instruction.
110 * slli.cgs: Test SLLI instruction.
111 * sra.cgs: Test SRA instruction.
112 * sra3.cgs: Test SRA3 instruction.
113 * srai.cgs: Test SRAI instruction.
114 * srl.cgs: Test SRL instruction.
115 * srl3.cgs: Test SRL3 instruction.
116 * srli.cgs: Test SRLI instruction.
117 * xor3.cgs: Test XOR3 instruction.
118 * xor.cgs: Test XOR instruction.
119
120 Tue Feb 17 12:46:05 1998 Doug Evans <devans@seba.cygnus.com>
121
122 * *: m32r dejagnu simulator testsuite.
OLDNEW
« no previous file with comments | « sim/testsuite/sim/frv/ChangeLog ('k') | sim/testsuite/sim/v850/ChangeLog » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698