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

Side by Side Diff: sim/testsuite/sim/cris/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/bfin/se_allopcodes.h ('k') | sim/testsuite/sim/cris/asm/addqpc.ms » ('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 2012-03-24 Mike Frysinger <vapier@gentoo.org>
2
3 * c/clone5.c: Update output to ignore decoded signal string.
4 * c/fcntl1.c, c/kill2.c, c/kill3.c, c/mprotect1.c, c/pipe5.c,
5 c/readlink5.c, c/rtsigprocmask1.c, c/rtsigsuspend1.c, c/sig10.c,
6 c/sig11.c, c/sig3.c, c/sig4.c, c/sig5.c, c/sig6.c, c/sig7.c,
7 c/sig8.c, c/sigreturn1.c, c/sigreturn2.c, c/syscall1.c,
8 c/syscall2.c, c/syscall3.c, c/syscall4.c, c/sysctl2.c: Likewise.
9
10 2012-03-21 Mike Frysinger <vapier@gentoo.org>
11
12 * asm/addqpc.ms: Update output to ignore decoded signal string.
13 * asm/boundmv32.ms, asm/fidxd.ms, asm/fidxi.ms, asm/ftagd.ms,
14 asm/ftagi.ms, asm/halt.ms, asm/io6.ms, asm/io7.ms, asm/io8.ms,
15 asm/io9.ms, asm/movecpc.ms, asm/movempc.ms, asm/movepcb.ms,
16 asm/movepcd.ms, asm/movepcw.ms, asm/moveqpc.ms, asm/moverbpc.ms,
17 asm/moverdpc.ms, asm/moverpcb.ms, asm/moverpcw.ms, asm/moverwpc.ms,
18 asm/movppc.ms, asm/movrss.ms, asm/movscpc.ms, asm/movsmpc.ms,
19 asm/movsrpc.ms, asm/movssr.ms, asm/movucpc.ms, asm/movumpc.ms,
20 asm/movurpc.ms, asm/msteppc1.ms, asm/msteppc2.ms, asm/msteppc3.ms,
21 asm/rfg.ms, asm/sbfs.ms, asm/subqpc.ms: Likewise.
22
23 2010-10-07 Hans-Peter Nilsson <hp@axis.com>
24
25 * c/seek3.c, c/seek4.c: New tests.
26
27 2010-08-24 Hans-Peter Nilsson <hp@axis.com>
28
29 * asm/nonvcv32.ms: Neutralize changed &&-in-macro gas syntax.
30
31 2009-01-18 Hans-Peter Nilsson <hp@axis.com>
32
33 * asm/opterr5.ms, asm/opterr4.ms,
34 asm/opterr3.ms, asm/bare3.ms: New tests.
35
36 2009-01-06 Hans-Peter Nilsson <hp@axis.com>
37
38 * c/mmap5.c, c/mmap6.c, c/mmap7.c,
39 c/mmap8.c, c/hellodyn3.c: New tests.
40
41 2009-01-03 Hans-Peter Nilsson <hp@axis.com>
42
43 * c/settls1.c: New test.
44 * c/exitg1.c, c/exitg2.c: New tests.
45 * c/uname1.c: New test.
46 * c/mmap1.c (MMAP_FLAGS): Default-define to
47 MAP_PRIVATE and use this macro in the mmap call.
48 * c/mmap4.c: New test.
49 * c/access1.c: New test.
50 * asm/pid1.ms: New test.
51
52 2008-12-30 Hans-Peter Nilsson <hp@axis.com>
53
54 * asm/badarch1.ms: Tweak error message match.
55
56 * asm/badarch1.ms, c/badldso1.c,
57 c/badldso2.c, c/badldso3.c,
58 c/helloaout.c, c/hellodyn.c,
59 c/hellodyn2.c, c/writev1.c,
60 c/writev2.c: New tests.
61 * c/c.exp: If compiler links libc.so when attempting to
62 link dynamically, create symlink named "lib" to the directory
63 where it is found. Handle new test-case option "dynamic".
64
65 * asm/opterr1.ms, asm/opterr2.ms: Adjust for
66 differences in getopt_long error message quoting.
67
68 2007-11-08 Hans-Peter Nilsson <hp@axis.com>
69
70 * asm/x0-v10.ms, asm/x0-v32.ms: Tweak
71 stack-pointer match pattern for 4K host environment.
72
73 2007-10-22 Edgar E. Iglesias <edgar@axis.com>
74 Hans-Peter Nilsson <hp@axis.com>
75
76 * asm/testutils.inc (test_move_cc): Add missing call to
77 test_cc.
78 * asm/asr.ms: Correct expected condition code flags.
79 * asm/boundr.ms: Ditto.
80 * asm/dstep.ms: Ditto.
81 * asm/lsr.ms: Ditto.
82 * asm/movecr.ms: Ditto.
83 * asm/mover.ms: Ditto.
84 * asm/neg.ms: Ditto. Use test_cc, not test_move_cc.
85 * asm/op3.ms: Check the condition code flags after the insn
86 under test.
87 * asm/movecrt10.ms: Update expected number of simulated
88 cycles.
89 * asm/movecrt32.ms: Ditto.
90 * asm/jsr.ms: Don't use local label 8.
91 * asm/nonvcv32.ms: New test.
92
93 2007-10-11 Jesper Nilsson <jesper.nilsson@axis.com>
94
95 * c/freopen2.c: Added testcase.
96
97 2006-10-02 Hans-Peter Nilsson <hp@axis.com>
98 Edgar E. Iglesias <edgar@axis.com>
99
100 * c/clone5.c, c/mprotect1.c,
101 c/rtsigprocmask1.c, c/rtsigsuspend1.c,
102 c/sig7.c, c/sigreturn1.c,
103 c/sigreturn2.c, c/syscall1.c,
104 c/syscall2.c, c/sysctl2.c, c/fcntl1.c,
105 c/readlink2.c: Add code to print ENOSYS if syscall being
106 tested returns ENOSYS. Add early exit where needed. Change any
107 existing code to print "xyzzy", not "pass".
108 * asm/option3.ms, asm/option4.ms,
109 c/clone6.c, c/fcntl2.c,
110 c/mprotect2.c, c/readlink11.c,
111 c/rtsigprocmask2.c, c/rtsigsuspend2.c,
112 c/sig13.c, c/sigreturn3.c,
113 c/sigreturn4.c, c/syscall3.c,
114 c/syscall4.c, c/syscall5.c,
115 c/syscall6.c, c/syscall7.c,
116 c/syscall8.c, c/sysctl3.c: New tests.
117
118 2006-09-30 Hans-Peter Nilsson <hp@axis.com>
119
120 * c/pipe2.c: Adjust expected output.
121 (process): Don't write as much to the pipe as to trig the
122 inordinate-amount test in the sim pipe machinery. Correct test of
123 write return-value; check only that pipemax bytes were
124 successfully written. For error-case, emit strerror as well.
125 (main): Add a second read.
126
127 2006-04-08 Hans-Peter Nilsson <hp@axis.com>
128
129 * hw/rv-n-cris/irq6.ms: New test.
130
131 2006-04-03 Hans-Peter Nilsson <hp@axis.com>
132
133 * hw: New directory for subdirectories with tests.
134 * hw/rv-n-cris: New directory with tests.
135
136 2006-04-02 Hans-Peter Nilsson <hp@axis.com>
137
138 * asm/testutils.inc (test_h_mem): Use register prefix.
139 (testr_h_dr, test_h_dr, ldmem_h_gr, mvr_h_mem): Ditto. Correct
140 syntax.
141
142 * asm/x0-v10.ms, asm/x0-v32.ms: Widen regexp for
143 stack pointer values.
144
145 2006-02-23 Hans-Peter Nilsson <hp@axis.com>
146
147 * c/time2.c: New test.
148
149 2006-01-10 Hans-Peter Nilsson <hp@axis.com>
150
151 * asm/x1-v10.ms, asm/x3-v10.ms,
152 asm/x7-v10.ms: Update expected cycle output.
153
154 2005-12-06 Hans-Peter Nilsson <hp@axis.com>
155
156 * asm/movmp8.ms, asm/pcplus.ms: New tests.
157 * asm/movmp.ms: Do not write to P0, P4 or P8.
158 * asm/raw13.ms: Write to MOF instead of WZ (P4).
159
160 2005-11-21 Hans-Peter Nilsson <hp@axis.com>
161
162 * asm, c: New directory with C and assembly tests for the CRIS
163 simulator.
OLDNEW
« no previous file with comments | « sim/testsuite/sim/bfin/se_allopcodes.h ('k') | sim/testsuite/sim/cris/asm/addqpc.ms » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698