summaryrefslogtreecommitdiff
path: root/sim-scripts/ChangeLog
blob: 4a5fe64b595a41f48e8b27080a3bb98b9b5aa322 (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
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
2011-12-01	Joel Sherrill <joel.sherrill@oarcorp.com>

	* jmr3904.in: Add Data Bus Error to detected faults to exit simulator
	on.

2011-11-06	Joel Sherrill <joel.sherrill@oarcorp.com>

	* uC5282.in: Use grep -E rather rather than egrep as Open Group has
	marked it legacy.

2011-11-06	Joel Sherrill <joel.sherrill@oarcorp.com>

	* sis.in: Increase memory.
	* uC5282.in: Add pattern for exception meaning program end.

2011-11-04	Joel Sherrill <joel.sherrilL@OARcorp.com>

	* pc386.in: Use CPU supported by older qemu.
	* uC5282.in: Use trace argument supported by newer qemu.

2011-09-24	Sebastian Huber <sebastian.huber@embedded-brains.de>

	* lm3s6965.in.: New file.
	* Makefile: Reflect change above.

2011-09-16	Sebastian Huber <sebastian.huber@embedded-brains.de>

	* check_endof: Update due to test case output changes.
	* gdb-sim-run.in: Run more test cases.
	* sis.in: Use 180 seconds time limit for all test cases.

2011-08-31	Joel Sherrill <joel.sherrill@oarcorp.com>

	* gdb-sim.in: Default bspDoTrace variable to no.
	* qemuppc.in: Update arguments to match newer qemu.

2011-08-21	Joel Sherrill <joel.sherrill@oarcorp.com>

	* gdb-sim.in: Initialize doTrace variable.

2011-07-20	Joel Sherrill <joel.sherrill@oarcorp.com>

	* gdb-sim-run.in: Add option to skip critical section tests.
	* pc386.in: Default to core2duo CPU.
	* rtems-gdb-macros-4.11: Update to 4.11.

2011-03-14	Joel Sherrill <joel.sherrill@oarcorp.com>

	* gdb-sim-run.in: Add another generic failure message.

2011-03-13	Joel Sherrill <joel.sherrilL@OARcorp.com>

	* pc386.in: Add another failure message.

2011-02-14	Joel Sherrill <joel.sherrilL@OARcorp.com>

	* gdb-sim-run.in: math tests now run.

2011-02-10	Joel Sherrill <joel.sherrilL@OARcorp.com>

	* gdb-sim-run.in: Add math tests as link only.

2011-02-07	Joel Sherrill <joel.sherrill@oarcorp.com>

	* gdb-sim-run.in: Match ACATS failure messages correctly.

2011-02-06	Joel Sherrill <joel.sherrill@oarcorp.com>

	* gdb-sim-run.in, pc386.in: Messages have changed.

2011-01-28	Joel Sherrill <joel.sherrill@oarcorp.com>

	* pc386.in: Now running Go tests on PowerPC (2/3 passing) and i386 (in
	process).

2011-01-21	Joel Sherrill <joel.sherrilL@OARcorp.com>

	* gdb-sim-run.in: Remove lines which break running tests in RTEMS and
	gcc tests suite frameworks.

2010-11-05	Joel Sherrill <joel.sherrill@oarcorp.com>

	* gdb-sim-run.in, gdb-sim.in, psim.in: Add trace support.

2010-07-21	Vinu Rajashekhar <vinutheraj@gmail.com>

	* pc386.in: Add Go support. Plus some cleanup from Joel.

2010-07-20	Joel Sherrill <joel.sherrilL@OARcorp.com>

	* gdb-sim-run.in, gdb-sim.in: Use bash.

2010-07-08	Sebastian Huber <sebastian.huber@embedded-brains.de>

	* gdb-sim-run.in: Changed non-interactive test run status messages.

2010-07-07	Sebastian Huber <sebastian.huber@embedded-brains.de>

	* gdb-sim-run.in, skyeye-support: Removed special case for fatal
	tests.

2010-07-01	Joel Sherrill <joel.sherrilL@OARcorp.com>

	* tsim-support: Increase time limit for block05.

2010-06-22	Joel Sherrill <joel.sherrilL@OARcorp.com>

	* tsim-support: Increase stack check tests maximum run allowed to 15
	seconds of simulated CPU time for tsim SPARC simulators.

2010-06-04	Joel Sherrill <joel.sherrill@oarcorp.com>

	* Makefile, gdb-sim-run.in, gdb-sim.in: Add 4.11 support.
	* rtems-gdb-macros-4.11: New file.

2010-05-10	Joel Sherrill <joel.sherrilL@OARcorp.com>

	* gdb-sim-run.in: Use 50 millisecond per period.
	* pc386.in: Switch from 486 to qemu32 CPU model.
	* qemu-lm32_evr.in: Increase time limits on some tests.

2010-04-20	Joel Sherrill <joel.sherrilL@oarcorp.com>

	* .cvsignore, Makefile, bf537Stamp.in, ezkit533.in: Move current
	scripts to skyeye named ones so the default is to use the new
	simulator in gdb.
	* bf537Stamp-skyeye.in, ezkit533-skyeye.in: New files.

2010-04-13	Joel Sherrill <joel.sherrill@oarcorp.com>

	* pc386.in: Specify CPU as 486

2010-03-23	Joel Sherrill <joel.sherrilL@OARcorp.com>

	* .cvsignore: Add qemu-lm32_evr.

2010-03-23	Joel Sherrill <joel.sherrilL@OARcorp.com>

	* Makefile: Probe for parallelism.
	* qemu-lm32_evr.in: New file.

2010-03-11	Joel Sherrill <joel.sherrilL@oarcorp.com>

	* pc386.in, qemu-gumstix.in, qemu-leon2.in, qemuppc.in: Use
	qemu on path.

2010-01-14	Glenn Humphrey <glenn.humphrey@OARcorp.com>

	* pc386.in: Should not have committed localized path to qemu.

2010-01-13	Joel Sherrill <joel.sherrill@oarcorp.com>

	* qemuppc.in: Fix path and coverage output file name.

2010-01-13	Glenn Humphrey <glenn.humphrey@OARcorp.com>

	* gdb-sim-run.in, pc386.in, qemu-gumstix.in, qemuppc.in, uC5282.in:
	Removed explicit conversion from a trace. It is now being read as a
	trace from covmerge.

2009-10-19	Joel Sherrill <joel.sherrill@oarcorp.com>

	* gdb-sim-run.in: Attempt to detect assertions as generic exits.

2009-10-16	Joel Sherrill <joel.sherrill@OARcorp.com>

	* check_endof: Add minimum.
	* qemuppc.in: Add trace conversion.

2009-10-12	Joel Sherrill <joel.sherrill@oarcorp.com>

	* ant5206.in, avrtest.in, bf537Stamp.in, csb337.in, csb350.in,
	csb360.in, ezkit533.in, gdb-sim-run.in, gdbarmsim.in, gumstix.in,
	h8sim.in, jmr3904.in, lm32_evr.in, m32csim.in, m32rsim.in, pc386.in,
	psim.in, qemu-gumstix.in, qemu-leon2.in, qemuppc.in, rtl22xx.in,
	simsh.in, sis.in, skyeye-support, smdk2410.in, tsim-support,
	uC5282.in: Add running minimum to pick up path where there are no
	Classic API Initialization Tasks. Minimum has IDLE task as first
	application task.

2009-09-30	Joel Sherrill <joel.sherrill@oarcorp.com>

	* .cvsignore, Makefile, gdb-sim-run.in: Add QEMU Gumstix Connex
	support.
	* qemu-gumstix.in: New file.

2009-09-27	Joel Sherrill <joel.sherrill@oarcorp.com>

	* avrtest.in, ezkit533.in, h8sim.in, jmr3904.in, lm32_evr.in,
	m32csim.in, m32rsim.in, pc386.in, psim.in, qemu-leon2.in, qemuppc.in,
	simsh.in, sis.in, uC5282.in: Fix typos. Support coverage and adjust
	run times on uC5282.

2009-09-25	Joel Sherrill <joel.sherrill@OARcorp.com>

	* gdb-sim-run.in: Initialize bspRunsFailRandomly to default.

2009-09-25	Joel Sherrill <joel.sherrill@OARcorp.com>

	* .cvsignore, Makefile: Rename most qemu scripts to match the BSP name.
	qemu-leon2 not renamed since we prefer tsim for it.
	* pc386.in, qemuppc.in, uC5282.in: New files.
	* qemu-ppc.in, qemu-rtems.in, qemu-uc5282.in: Removed.

2009-09-24	Joel Sherrill <joel.sherrill@oarcorp.com>

	* .cvsignore, Makefile, qemu-uc5282.in: Add script to run qemu-ppc
	simulator.
	* qemu-ppc.in: New file.

2009-09-24	Joel Sherrill <joel.sherrill@OARcorp.com>

	* gdb-sim-run.in, qemu-rtems.in, skyeye-support, smdk2410.in: Add more
	general support for rerunning a test which does not appear to have
	produced a complete set of coherent output.

2009-09-24	Joel Sherrill <joel.sherrill@OARcorp.com>

	* gdb-sim-run.in, qemu-rtems.in: Minor cleanup. Remove bogus output.

2009-09-23	Joel Sherrill <joel.sherrill@oarcorp.com>

	* .cvsignore, Makefile: Add lm32_evr simulator script support.
	* lm32_evr.in: New file.

2009-09-22	Joel Sherrill <joel.sherrill@oarcorp.com>

	* psim.in: Update to accomodate Till's changes to the BSP to use
	OpenPic. There are more changes to integrate.

2009-09-20	Joel Sherrill <joel.sherrill@OARcorp.com>

	* qemu-rtems.in: cpuuse needs longer to run.

2009-09-19	Joel Sherrill <joel.sherrill@oarcorp.com>

	* qemu-rtems.in: Fix minor bug keeping fatal error tests run
	completing.

2009-09-19	Joel Sherrill <joel.sherrill@OARcorp.com>

	* qemu-rtems.in: Adjust time for psxtime*

2009-09-18	Joel Sherrill <joel.sherrill@oarcorp.com>

	* gdb-sim-run.in, qemu-rtems.in, skyeye-support: Add support for
	running coverage/trace on qemu/x86. Fine tune other details to
	support this.

2009-09-16	Joel Sherrill <joel.sherrill@OARcorp.com>

	* gdb-sim-run.in: Rerun when coverage enabled and a zero-length
	coverage file is produced.
	* gdb-sim.in: Spacing.
	* skyeye-support: Disable stty sane on abort.

2009-09-15	Joel Sherrill <joel.sherrill@oarcorp.com>

	* Makefile, gdb-sim.in: Add RTEMS GDB macro packages as they exist
	today. This provides a baseline which can be used to improve them.
	* rtems-gdb-macros-4.10, rtems-gdb-macros-4.7, rtems-gdb-macros-4.8,
	rtems-gdb-macros-4.9: New files.

2009-09-15	Joel Sherrill <joel.sherrill@OARcorp.com>

	* gdb-sim-run.in, tsim-support: tsim does not like stty sane.

2009-09-10	Joel Sherrill <joel.sherrill@oarcorp.com>

	* Makefile: Add script to check for END OF test messages.
	* check_endof: New file.

2009-09-10	Joel Sherrill <joel.sherrill@oarcorp.com>

	* gdb-sim-run.in: Add stty sane if simulator aborts.
	* qemu-uc5282.in: psxtime takes a long time.

2009-09-09	Joel Sherrill <joel.sherrill@oarcorp.com>

	* qemu-leon2.in, qemu-uc5282.in: Add test name.

2009-09-09	Joel Sherrill <joel.sherrill@oarcorp.com>

	* .cvsignore, Makefile: Add initial version of Qemu uc5282 and LEON2
	scripts.
	* qemu-leon2.in, qemu-uc5282.in: New files.

2009-08-21	Joel Sherrill <joel.sherrill@OARcorp.com>

	* gdb-sim-run.in, gdb-sim.in, gumstix.in: Make graphics and network
	interfaces potentially available on all simulator scripts. Add
	configuration for network to gumstix.

2009-08-21	Joel Sherrill <joel.sherrill@OARcorp.com>

	* ant5206.in, avrtest.in, bf537Stamp.in, csb337.in, csb350.in,
	csb360.in, ezkit533.in, gdb-sim-run.in, gumstix.in, h8sim.in,
	jmr3904.in, m32csim.in, m32rsim.in, psim.in, qemu-rtems.in,
	rtl22xx.in, simsh.in, sis.in, skyeye-support, smdk2410.in,
	tsim-support: echo rather than return time limit since the return
	code is only 0-255 and we need limits longer than 255 seconds.

2009-08-15	Joel Sherrill <joel.sherrill@OARcorp.com>

	* gdb-sim-run.in: Fix typo.

2009-08-15	Joel Sherrill <joel.sherrill@OARcorp.com>

	* .cvsignore: Add tsim gdb scripts.
	* gdb-sim-run.in: termios.exe is interactive.  termios01 is not.

2009-08-13	Joel Sherrill <joel.sherrill@OARcorp.com>

	* Makefile, gdb-sim-run.in, gdb-sim.in, mkrun, skyeye-support,
	tsim-support: GDB now works with tsim and skyeye simulator BSPs.

2009-08-13	Joel Sherrill <joel.sherrill@OARcorp.com>

	* ant5206.in, avrtest.in, bf537Stamp.in, csb337.in, csb350.in,
	csb360.in, edb7312.in, ezkit533.in, gumstix.in, leon2-skyeye.in,
	rtl22xx.in, skyeye-support, smdk2410.in: Move runARGS() and
	gdbServerARGS() implementations to skyeye-support. They are the same
	for all skyeye configurations.

2009-08-13	Joel Sherrill <joel.sherrill@OARcorp.com>

	* .cvsignore, Makefile, edb7312.in, gdb-sim-run.in, skyeye-support: Add
	support for invoking a simulator external to gdb in gdb server mode.
	Have the gdb commands generated to include attaching to that server
	instance.

2009-08-12	Josh Switnicki <josh.switnicki@utoronto.ca>

	* .cvsignore, Makefile, gdb-sim-run.in: Add support for avrtest BSP
	using simulavrxx.
	* avrtest.in: New file.

2009-08-10	Joel Sherrill <joel.sherrill@OARcorp.com>

	* Makefile: Fix dependencies on tsim scripts.
	* edb7312.in: Disable instruction limit until tuned. Only do coverage
	on 1 MB of RAM.  Code is smaller than that and it is faster.
	* gdb-sim-run.in: Clean up killing simulator to hopefully avoid
	zero length coverage files.
	* rtl22xx.in: Attempt to add coverage and shutdown device support.
	* smdk2410.in: Add coverage and shutdown device support.
	* tsim-support: Tune time limits.

2009-08-04	Xi Yang <hiyangxi@gmail.com>

	* gumstix.in: Tinker with script to get more tests to run. Increase
	time limits. Add LCD.

2009-08-03	Joel Sherrill <joel.sherrill@OARcorp.com>

	* edb7312.in: Do not use maximum instructions yet.
	* skyeye-support: Add a couple more error conditions.

2009-07-30	Joel Sherrill <joel.sherrill@rtems.org>

	* qemu-rtems.in: Add check for exceptions.

2009-07-29	Joel Sherrill <joel.sherrill@OARcorp.com>

	* gdb-sim-run.in: Skip pppd.exe
	* gumstix.in: Skyeye isn't trusted yet.

2009-07-28	Xi Yang <hiyangxi@gmail.com>

	* edb7312.in: Add shutdown device support.

2009-07-20	Joel Sherrill <joel.sherrill@oarcorp.com>

	* gdb-sim-run.in: Do not create log if interactive.

2009-07-20	Joel Sherrill <joel.sherrill@oarcorp.com>

	* qemu-rtems.in: Does not need a device tree file and was generating
	edb7312.conf incorrectly.

2009-07-10	Joel Sherrill <joel.sherrill@oarcorp.com>

	* gdb-sim.in: Rearrange so check_status defined before used.
	* gumstix.in: Fix typo.

2009-07-06	Joel Sherrill <joel.sherrill@OARcorp.com>

	* gdb-sim-run.in, tsim-support: Fix printing wrong test name. Eliminate
	reference to deleted test spfatal.

2009-07-03	Joel Sherrill <joel.sherrill@rtems.org>

	* .cvsignore: Add gumstix.

2009-06-17	Xi Yang <hiyangxi@gmail.com>

	* gumstix.in: Update to reflect latest support in Skyeye.

2009-06-05	Joel Sherrill <joel.sherrill@oarcorp.com>

	* gumstix.in: Attempt to fix coverage range for gumstix.

2009-06-04	Joel Sherrill <joel.sherrill@oarcorp.com>

	* Makefile: Add Gumstix on Skyeye script.
	* gumstix.in: New file.

2009-05-17	Joel Sherrill <joel.sherrill@oarcorp.com>

	* gdb-sim-run.in: When doing coverage, run fatal error tests.

2009-05-12	Joel Sherrill <joel.sherrill@oarcorp.com>

	* .cvsignore, Makefile: Add first cut at script to run leon2 BSP on
	Skyeye.
	* leon2-skyeye.in: New file.

2009-04-02	Joel Sherrill <joel.sherrill@OARcorp.com>

	* gdb-sim-run.in, gdb-sim.in: Add check_status.

2009-04-01	Joel Sherrill <joel.sherrill@OARcorp.com>

	* gdb-sim-run.in, gdb-sim.in: Verify runBSP program is in PATH.

2009-03-23	Joel Sherrill <joel.sherrill@OARcorp.com>

	* rtl22xx.in: Add coverage enable to rtl22xx.

2009-03-22  Joel Sherrill <joel.sherrill@oarcorp.com>

	* gdb-sim-run.in: Output now left in log directory like "runtest"
	scripts.  This makes it more useful for examining test output.

2009-03-20	Joel Sherrill <joel.sherrill@OARcorp.com>

	* edb7312.in, gdb-sim-run.in, skyeye-support, tsim-support: More
	tunning on skyeye and erc32.

2009-03-19	Joel Sherrill <joel.sherrill@OARcorp.com>

	* edb7312.in, gdb-sim-run.in: Now works ok on skyeye 1.2.6

2009-03-18	Joel Sherrill <joel.sherrill@OARcorp.com>

	* edb7312.in, gdb-sim-run.in: Add code coverage support. Tune for
	skyeye.

2009-03-17	Joel Sherrill <joel.sherrill@oarcorp.com>

	* gdb-sim-run.in, gdb-sim.in: Fix bug where it would not find anything
	but a 4.10 gdb.

2009-03-16	Joel Sherrill <joel.sherrill@oarcorp.com>

	* gdb-sim.in: Remove debug exit.

2009-03-16	Joel Sherrill <joel.sherrill@oarcorp.com>

	* gdb-sim.in, psim.in: Add -s to psim-gdb as way to turn on System V
	IPC support.

2009-01-22	Joel Sherrill <joel.sherrill@oarcorp.com>

	* Makefile: Add nosim.
	* nosim: New file.

2009-01-20	Joel Sherrill <joel.sherrill@OARcorp.com>

	* tsim-support: Properly handle a limit of 0 which is no limit.

2009-01-20	Joel Sherrill <joel.sherrill@OARcorp.com>

	* .cvsignore, Makefile, gdb-sim-run.in, gdb-sim.in, skyeye-support: Add
	qemu-rtems script.
	* qemu-rtems.in: New file.

2009-01-20	Joel Sherrill <joel.sherrill@OARcorp.com>

	* .cvsignore, Makefile, erc32.in, gdb-sim-run.in, mkrun: Add TSIM
	support for ERC32, LEON2, and LEON3 BSPs. Include using all three for
	coverage.
	* leon2.in, leon3.in, tsim-support: New files.

2009-01-20	Joel Sherrill <joel.sherrill@oarcorp.com>

	* .cvsignore, Makefile, README, gdb-sim-run.in: Add first cut at ERC32.
	Need to test on machine with TSIM license.
	* erc32.in: New file.

2009-01-20	Joel Sherrill <joel.sherrill@oarcorp.com>

	* .cvsignore, Makefile: Add rest of Skyeye configurations whether
	they work completely at this point or not.
	* ant5206.in, bf537Stamp.in, csb337.in, csb350.in, csb360.in,
	ezkit533.in, rtl22xx.in, smdk2410.in: New files.

2009-01-20	Joel Sherrill <joel.sherrill@oarcorp.com>

	* Makefile, edb7312.in, gdb-sim-run.in, gdb-sim.in, h8sim.in,
	jmr3904.in, m32csim.in, m32rsim.in, psim.in, simsh.in, sis.in,
	skyeye-support: Find run or gdb along PATH. Check for multiple RTEMS
	versions so there is only one version of the script. Default the
	simulator name so the BSP specific files do not have to do as much.

2009-01-19	Joel Sherrill <joel.sherrill@oarcorp.com>

	* gdb-sim-run.in: Add initial generate device tree and exit capability.

2009-01-19	Joel Sherrill <joel.sherrill@oarcorp.com>

	* .cvsignore, Makefile, gdb-sim-run.in, gdb-sim.in, h8sim.in,
	jmr3904.in, m32csim.in, m32rsim.in, mkrun, psim.in, simsh.in, sis.in:
	Add ARM/edb7312 support. This is the first Skyeye BSP and adding this
	required tinkering with all BSP scripts. All appear to still work OK.
	* edb7312.in, skyeye-support: New files.

2009-01-19	Joel Sherrill <joel.sherrill@oarcorp.com>

	* .cvsignore, Makefile, gdb-sim-run.in, gdb-sim.in: Add psim support.
	* psim.in: New file.

2009-01-19	Joel Sherrill <joel.sherrill@oarcorp.com>

	* .cvsignore, Makefile, jmr3904.in, mkrun: Now generate gdb script for
	h8sim, jmr3904 m32csim, m32rsim, simsh and sis.
	* gdb-sim.in: New file.

2009-01-19	Joel Sherrill <joel.sherrill@oarcorp.com>

	* .cvsignore, Makefile: Switch to using script to do sed and add
	versioning on installation.
	* mkrun: New file.

2009-01-19	Joel Sherrill <joel.sherrill@oarcorp.com>

	* .cvsignore, Makefile, gdb-sim-run.in: Add m32csim, m32rsim, and
	simsh.
	* m32csim.in, m32rsim.in, simsh.in: New files.

2009-01-19	Joel Sherrill <joel.sherrill@oarcorp.com>

	* .cvsignore, Makefile, gdb-sim-run.in: Add h8300/h8sim.
	* h8sim.in: New file.

2009-01-19	Joel Sherrill <joel.sherrill@oarcorp.com>

	* .cvsignore, sis.in: New files.

2009-01-19	Joel Sherrill <joel.sherrill@oarcorp.com>

	* ChangeLog, Makefile, README, gdb-sim-run.in, jmr3904.in,
	usleep.c: New files.