OpenCores
URL https://opencores.org/ocsvn/openrisc/openrisc/trunk

Subversion Repositories openrisc

[/] [openrisc/] [trunk/] [gnu-old/] [gdb-6.8/] [sim/] [ChangeLog] - Blame information for rev 147

Go to most recent revision | Details | Compare with Previous | View Log

Line No. Rev Author Line
1 147 jeremybenn
2010-06-30  Jeremy Bennett  
2
 
3
        * or32: New directory added.
4
        * configure.ac: Added or32 as architecture
5
        * configure: Regenerated.
6
 
7 24 jeremybenn
2008-02-05  DJ Delorie  
8
 
9
        * configure.ac (v850): V850 now has a testsuite.
10
        * configure (v850): Likewise.
11
 
12
2008-01-01  Daniel Jacobowitz  
13
 
14
        Updated copyright notices for most files.
15
 
16
2007-12-19  DJ Delorie  
17
 
18
        * frv/frv.c (frvbf_cut): Only look at the six LSBs of
19
        cut_point.
20
 
21
2007-10-22  Hans-Peter Nilsson  
22
 
23
        * cris/arch.c, cris/arch.h, cris/cpuall.h, cris/cpuv10.c,
24
        cris/cpuv10.h, cris/cpuv32.c, cris/cpuv32.h, cris/cris-desc.c,
25
        cris/cris-desc.h, cris/cris-opc.h, cris/decodev10.c,
26
        cris/decodev10.h, cris/decodev32.c, cris/decodev32.h,
27
        cris/modelv10.c, cris/modelv32.c, cris/semcrisv10f-switch.c,
28
        cris/semcrisv32f-switch.c: Regenerate.
29
 
30
2007-08-24  Joel Brobecker  
31
 
32
        Switch the license of all files explicitly copyright the FSF
33
        to GPLv3.
34
 
35
2007-03-27  Brooks Moses  
36
 
37
        * Makefile.in: Add dummy "pdf" target.
38
 
39
2007-02-20  Hans-Peter Nilsson  
40
 
41
        * cris/traps.c (dump_statistics): Change format for cycle numbers
42
        to %llu and cast parameters to unsigned long long.
43
 
44
2007-02-16  Thiemo Seufer  
45
 
46
        * Makefile.in (FLAGS_TO_PASS, TARGET_FLAGS_TO_PASS): Add RUNTEST.
47
 
48
2007-01-28  Manuel Lauss  
49
 
50
        * configure.ac (sh64-*-*): Change to sh64*-*-*.
51
        (sh-*-*): Change to sh*-*-*.
52
        * configure: Regenerated.
53
 
54
2007-01-09  Daniel Jacobowitz  
55
 
56
        Updated copyright notices for most files.
57
 
58
2006-12-20  Hans-Peter Nilsson  
59
 
60
        * Makefile.in (autoconf-common autoheader-common): Only run
61
        autoheader on subdirs with a file config.in.
62
 
63
        * configure.ac (common): Make the default "yes" for all targets
64
        with sim subdirs.
65
        * configure: Regenerate.
66
 
67
        * Makefile.in (autoconf-common autoheader-common): In documented
68
        usage, say SHELL=/bin/sh.
69
        (.PHONY): Add autoheader-common.
70
 
71
        * MAINTAINERS: Add self as authorized committer for *.
72
 
73
2006-10-02  Edgar E. Iglesias  
74
            Hans-Peter Nilsson  
75
 
76
        * cris/cris-sim.h (enum cris_unknown_syscall_action_type)
77
        (cris_unknown_syscall_action): Declare.
78
        * cris/sim-if.c (cris_unknown_syscall_action): Define.
79
        (cris_options): Add cris-unknown-syscall option.
80
        (cris_option_handler): Correct comment about and error message for
81
        invalid --cris-cycles argument.  Handle --cris-unknown-syscall.
82
        * cris/traps.c: Include stdarg.h
83
        (cris_unknown_syscall): New function.
84
        (cris_break_13_handler): Instead of sim_io_eprintf and
85
        sim_engine_halt, call cris_unknown_syscall to handle more or less
86
        unknown syscalls.  Adjust code as necessary to handle return
87
        value.
88
 
89
2006-09-30  Daniel Jacobowitz  
90
 
91
        * MAINTAINERS: Add Dave Brolley for sh64.
92
 
93
2006-09-30  Hans-Peter Nilsson  
94
 
95
        * cris/traps.c (TARGET_PIPE_BUF): New macro.
96
        (cris_pipe_empty): Correct initialization of "remaining".  Only
97
        adjust the "write" return value if more than TARGET_PIPE_BUF bytes
98
        are written.
99
 
100
2006-09-29  Hans-Peter Nilsson  
101
 
102
        * cris/configure.ac: Check for limits.h and sys/param.h.
103
        * cris/configure, cris/config.in: Rebuild.
104
        * cris/traps.c (SIM_PATHMAX): New macro.
105
        (cris_break_13_handler): Use SIM_PATHMAX, not MAXPATHLEN.
106
 
107
2006-08-08  Joel Sherrill 
108
 
109
        * configure.ac (sparc-*-rtems*|sparc-*-elf*): Enable erc32 simulator.
110
        * Makefile.in (FLAGS_TO_PASS): Include libdir.
111
        * configure: Regenerated.
112
 
113
2006-06-05  Daniel Jacobowitz  
114
 
115
        * cris/configure: Regenerated.
116
 
117
2006-05-31  Daniel Jacobowitz  
118
 
119
        * cris/configure: Regenerated.
120
 
121
2006-05-05  Andreas Schwab  
122
 
123
        * configure.ac (CFLAGS_FOR_BUILD): Set and substitute.
124
        * configure: Regenerate.
125
 
126
        * Makefile.in (CFLAGS_FOR_BUILD): Define.
127
        (CC_FOR_BUILD): Don't override.
128
        (FLAGS_TO_PASS): Pass CFLAGS_FOR_BUILD.
129
 
130
2006-05-04  Daniel Jacobowitz  
131
 
132
        * MAINTAINERS: Add an "Authorized committers" section, and list
133
        DJ Delorie for v850.
134
 
135
2006-04-08  Hans-Peter Nilsson  
136
 
137
        * cris/crisv32f.c (MY (deliver_interrupt)): Set CCS to new_ccs.
138
 
139
2006-04-03  Hans-Peter Nilsson  
140
 
141
        * cris/dv-cris.c, cris/dv-rv.c, cris/rvdummy.c: New files.
142
        * cris/Makefile.in (CONFIG_DEVICES): Remove redundant setting.
143
        (dv-cris.o, dv-rv.o rvdummy$(EXEEXT), rvdummy.o): New rules.
144
        (all): Depend on rvdummy$(EXEEXT).
145
        * cris/configure.ac: Call SIM_AC_OPTION_WARNINGS.  Check for
146
        sys/socket.h and sys/select.h.  Call SIM_AC_OPTION_HARDWARE,
147
        default off.
148
        * cris/configure: Regenerate.
149
        * cris/cris-sim.h (cris_have_900000xxif): Declare here.
150
        (enum cris_interrupt_type, crisv10deliver_interrupt)
151
        (crisv32deliver_interrupt: New declarations.
152
        * cris/cris-tmpl.c [WITH_HW] (MY (f_model_insn_after)): Call
153
        sim_events_tickn and set state-events member work_pending when it's
154
        time for the next event.
155
        [WITH_HW] (MY (f_specific_init)): Set CPU-model-specific
156
        interrupt-delivery function.
157
        * cris/crisv10f.c (MY (deliver_interrupt)): New function.
158
        * cris/crisv32f.c (MY (deliver_interrupt)): New function.
159
        * cris/devices.c: Include hw-device.h.
160
        (device_io_read_buffer) [WITH_HW]: Call hw_io_read_buffer.
161
        (device_io_write_buffer): Only perform 0x900000xx-functions if
162
        cris_have_900000xxif is nonzero.  Else if WITH_HW defined,
163
        call hw_io_write_buffer.  Add return 0 last in function.
164
        * cris/sim-if.c (cris_have_900000xxif): Now global.
165
        (sim_open) [WITH_HW]: Clear deliver_interrupt cpu member.
166
        Force "-model" option, effectively.
167
        * cris/sim-main.h (cris_interrupt_delivery_fn): New type.
168
        (struct _sim_cpu) [WITH_HW]: New member deliver_interrupt.
169
 
170
2006-04-02  Hans-Peter Nilsson  
171
 
172
        * cris/Makefile.in (CRISV10F_OBJS): Remove semcrisv10f-switch.o.
173
        (CRISV32F_OBJS): Remove semcrisv32f-switch.o.
174
        (semcrisv10f-switch.o, semcrisv32f-switch.o: Remove dependency rules.
175
 
176
2006-03-13  DJ Delorie  
177
 
178
        * MAINTAINERS: Add self as m32c sim maintainer.
179
 
180
2006-02-23  Hans-Peter Nilsson  
181
 
182
        * cris/traps.c (syscall_map): Remove CB_SYS_time / TARGET_SYS_time
183
        mapping.
184
        (cris_break_13_handler) : New case.
185
 
186
2006-01-23  Jim Blandy  
187
 
188
        Add simulator for Renesas M32C and M16C.
189
 
190
        * m32c: New directory.
191
        * configure.ac: Add entry for Renesas M32C.
192
        * configure: Regenerate.
193
 
194
2006-01-10  Hans-Peter Nilsson  
195
 
196
        * cris/cris-tmpl.c (MY (f_model_insn_before)): Only display basic
197
        cycle count for the current insn.
198
 
199
2005-12-06  Hans-Peter Nilsson  
200
 
201
        * cris/cpuv10.h, cris/cpuv32.h, cris/cris-desc.c, cris/cris-opc.h,
202
        cris/decodev10.c, cris/decodev10.h, cris/decodev32.c,
203
        cris/decodev32.h, cris/modelv10.c, cris/modelv32.c,
204
        cris/semcrisv10f-switch.c, cris/semcrisv32f-switch.c: Regenerate.
205
 
206
2005-12-05  Hans-Peter Nilsson  
207
 
208
        * cris/arch.c, cris/arch.h, cris/cpuall.h, cris/cpuv10.c,
209
        cris/cpuv10.h, cris/cpuv32.c, cris/cpuv32.h, cris/cris-desc.c,
210
        cris/cris-desc.h, cris/cris-opc.h, cris/decodev10.c,
211
        cris/decodev10.h, cris/decodev32.c, cris/decodev32.h,
212
        cris/modelv10.c, cris/modelv32.c, cris/semcrisv10f-switch.c,
213
        cris/semcrisv32f-switch.c: Regenerate.
214
 
215
2005-11-20  Hans-Peter Nilsson  
216
 
217
        * cris/traps.c (TARGET_O_RDONLY, TARGET_O_WRONLY): Define.
218
        (open_map): Use TARGET_O_ACCMODE, TARGET_O_RDONLY and
219
        TARGET_O_WRONLY.
220
        (cris_break_13_handler) : Add support for
221
        F_GETFL on fd 0, 1 and 2.
222
 
223
2005-11-17  Hans-Peter Nilsson  
224
 
225
        * cris/sim-main.h (struct _sim_cpu): New members last_syscall,
226
        last_open_fd, last_open_flags.
227
        * cris/traps.c: Don't include targ-vals.h.
228
        (TARGET_O_ACCMODE): Define.
229
        (cris_break_13_handler): Set new _sim_cpu members.
230
        : Support special case of F_GETFL.
231
        Rearrange code as switch.  Emit "unimplemented" abort for
232
        unimplemented fcntl calls.
233
 
234
        * cris/traps.c (TARGET_SYS_stat): Define.
235
        (syscall_stat32_map): Add entry for TARGET_SYS_stat.
236
        (cris_break_13_handler) : New case.
237
 
238
2005-11-16  Hans-Peter Nilsson  
239
 
240
        * cris/cris-tmpl.c (MY (f_model_insn_before)): Make sure only the
241
        low 32 bits are used after an unsigned long cast.
242
 
243
2005-05-28  Hans-Peter Nilsson  
244
 
245
        * cris/Makefile.in (stamp-v32fmloop): Depend on stamp-v10fmloop.
246
 
247
2005-05-26  Chris Demetriou  
248
 
249
        * MAINTAINERS: Update my mail address, move myself to the
250
        "Past maintainers" section.
251
 
252
2005-05-17  Corinna Vinschen  
253
 
254
        * configure.ac: Add igen to v850 build.
255
        * configure: Regenerate.
256
 
257
2005-04-29  Paul Brook  
258
 
259
        * common/callback.c (PIPE_BUF): Provide default definition.
260
        (os_lstat): Use stat if lstat is not available on the host.
261
        (os_ftruncate): Return EINVAL if not available on the host.
262
        (os_truncate): Ditto.
263
        * common/configure.ac: Check for lstat, truncate and ftruncate.
264
        * common/configure: Regenerate.
265
        * common/config.in: Regenerate.
266
 
267
2005-04-27  Paul Brook  
268
 
269
        * common/Make-common.in: Add $(EXEEXT) to "run".
270
 
271
2005-04-18  Hans-Peter Nilsson  
272
 
273
        * cris/traps.c (cris_break_13_handler) :
274
        For ((len & 8191) != 0 && fd == (USI) -1), don't say this isn't
275
        implemented.  In call to create_map, pad length argument to 8k.
276
 
277
2005-04-15  Corinna Vinschen  
278
 
279
        * configure.ac: Add explicit sh64 case.
280
        * configure: Regenerate.
281
 
282
2005-03-30  Paul Brook  
283
 
284
        * arm/wrapper.c: Provide SIGTRAP and SIGBUS.
285
 
286
2005-03-24  Hans-Peter Nilsson  
287
 
288
        * cris/Makefile.in (stamp-v10fcpu, stamp-v32fcpu): Add kludge to
289
        include cgen-ops.h in decodev10.c and decodev32.c.
290
        * cris/sim-main.h: Don't include cgen-ops.h here.
291
        * cris/arch.c, cris/arch.h, cris/cpuall.h, cris/cpuv10.c,
292
        cris/cpuv10.h, cris/cpuv32.c, cris/cpuv32.h, cris/cris-desc.c,
293
        cris/cris-desc.h, cris/cris-opc.h, cris/decodev10.c,
294
        cris/decodev10.h, cris/decodev32.c, cris/decodev32.h,
295
        cris/modelv10.c, cris/modelv32.c, cris/semcrisv10f-switch.c,
296
        cris/semcrisv32f-switch.c: Regenerate.
297
 
298
        * cris/traps.c (cris_break_13_handler) 
299
        TARGET_SYS_rt_sigaction>: Rename sa_handler, sa_flags,
300
        sa_restorer, sa_mask_low, sa_mask_high to target_sa_handler etc.
301
 
302
2005-03-23  Mark Kettenis  
303
 
304
        * cris/configure: Regenerate.
305
 
306
2005-02-28  Jim Blandy  
307
 
308
        * d10v/configure.ac, igen/configure.ac, m68hc11/configure.ac,
309
        mips/configure.ac, mn10300/configure.ac, v850/configure.ac:
310
        Regenerated, after change to common/aclocal.m4.
311
 
312
2005-02-18  Corinna Vinschen  
313
 
314
        * iq2000: New target subdirectory.
315
        * configure.ac: Add iq2000 target.
316
        * configure: Regenerate.
317
 
318
2005-01-29  Hans-Peter Nilsson  
319
 
320
        * Makefile.in (all, clean mostlyclean, distclean maintainer-clean)
321
        (realclean, install): Fail if subdir make failed.
322
 
323
2005-01-28  Hans-Peter Nilsson  
324
 
325
        * cris: New directory, simulator for Axis Communications CRIS
326
        including CRIS v32, CGEN-based.
327
        * configure.ac: Add corresponding configury.
328
        * configure: Regenerate.
329
 
330
2005-01-17  Andrew Cagney  
331
 
332
        * configure.ac: For mips*-*-* and mn10300*-*-* configure the
333
        common directory.  Remove sparc*-*-* from list.
334
 
335
2005-01-11  Andrew Cagney  
336
 
337
        * Makefile.in (autoconf-common autoheader-common): Add --force to
338
        autoconf and autoheader.
339
        (autoconf-common autoheader-common)
340
        (autoconf-install autoheader-install): Check for configure.ac, not
341
        configure.in.
342
        * configure.ac: Delete AC_CONFIG_AUX_DIR.
343
        * configure: Re-generate.
344
 
345
2005-01-07  Andrew Cagney  
346
 
347
        * configure.ac: Replace configure.in.  Requires autoconf 2.59 and
348
        correctly calls AC_CONFIG_SUBDIRS.
349
        * configure: Re-generate.
350
 
351
2004-12-01  Andrew Cagney  
352
 
353
        * i960, h8500: Delete directory.
354
 
355
2004-11-12  Andrew Cagney  
356
 
357
        * d30v, fr30, mn10200, z8k: Delete directory.
358
 
359
2004-03-10  Ben Elliston  
360
 
361
        * MAINTAINERS: Update my mail address.
362
 
363
2004-01-26  Chris Demetriou  
364
 
365
        * configure.in (mips*-*-*): Configure in testsuite.
366
        * configure: Regenerate.
367
 
368
2003-10-08  Dave Brolley  
369
 
370
        * configure.in: Move frv handling to alphabetically correct placement.
371
 
372
2003-09-03  Andreas Schwab  
373
 
374
        * Makefile.in (FLAGS_TO_PASS): Pass down $(bindir) and $(mandir).
375
 
376
2003-08-29  Dave Brolley  
377
 
378
        * MAINTAINERS: Add myself as maintainer of the FRV port.
379
 
380
2003-08-20  Michael Snyder  
381
            Dave Brolley  
382
 
383
        * frv/: New directory, simulator for the Fujitsu FRV.
384
        * configure.in: Add frv configury.
385
        * configure: Regenerate.
386
 
387
2003-08-10  Ben Elliston  
388
 
389
        * MAINTAINERS: Update my mail address.
390
 
391
2003-08-09  Andrew Cagney  
392
 
393
        * MAINTAINERS: Andrew Cagney (mips) and Geoff Keating (ppc) drop
394
        maintenance.  List igen and sh maintainers.  Mention that target
395
        and global maintainers pick up the slack.
396
 
397
2003-07-09  Michael Snyder  
398
 
399
        * configure.in: Add testsuite to extra_subdirs for sh.
400
        * configure: Regenerate.
401
 
402
2003-01-23  Nick Clifton  
403
 
404
        * Add sh2e support:
405
 
406
2002-04-02  Alexandre Oliva  
407
 
408
        * sh/gencode.c: Replace sh3e with sh2e except in fsqrt.
409
 
410
2002-08-24  Geoffrey Keating  
411
 
412
        * MAINTAINERS: Update my email address.
413
 
414
2002-07-17  Andrew Cagney  
415
 
416
        * w65/: Delete directory.
417
 
418
2002-07-16  Andrew Cagney  
419
 
420
        * configure.in (extra_subdirs): Mark fr30-*-* as obsolete.
421
        * configure: Re-generate.
422
 
423
2002-07-13  Andrew Cagney  
424
 
425
        * configure.in (extra_subdirs): Mark d30v-*-* as obsolete.
426
        * configure: Re-generate.
427
 
428
2002-06-16  Andrew Cagney  
429
 
430
        * Makefile.in (autoconf-changelog autoheader-changelog): Let name,
431
        id, date and host to be overriden by NAME, ID, DATE and HOST
432
        respectfully.  Use ISO dates.
433
 
434
Thu Jun  6 12:34:13 2002  Andrew Cagney  
435
 
436
        * Makefile.in (ChangeLog): New makefile variable.
437
        * README-HACKING: Mention the ChangeLog makefile variable.
438
 
439
2002-06-01  Andrew Cagney  
440
 
441
        * tic80/: Delete directory.
442
 
443
2002-05-16  Stephane Carrez  
444
 
445
        * MAINTAINERS: Update my email address.
446
 
447
2002-03-06  Stephane Carrez  
448
 
449
        * MAINTAINERS: Record self as maintainer of m68hc11 simulator.
450
 
451
2002-03-01  Frank Ch. Eigler  
452
 
453
        * MAINTAINERS: Record self as a co-maintainer of just common/.
454
 
455
2002-02-07  Nick Clifton  
456
 
457
        * MAINTAINERS: Point to GDB files describing overall maintaince
458
        and check-in procedures.
459
 
460
2002-01-10  Nick Clifton  
461
 
462
        * MAINTAINERS: Add myself for ARM portions.
463
 
464
2001-10-19  Andrew Cagney  
465
 
466
        * configure.in: When Linux or NetBSD, enable PowerPC simulator.
467
        * configure: Re-generate.
468
 
469
2001-02-16  Ben Elliston  
470
 
471
        * MAINTAINERS: Add myself for common portions.
472
 
473
2001-01-15  Chris Demetriou  
474
 
475
        * MAINTAINERS: Added self and Andrew for the mips sim.
476
 
477
2000-10-25  Geoff Keating  
478
 
479
        * MAINTAINERS: Added self and Andrew for the ppc sim.
480
 
481
Thu Jul 27 21:26:26 2000  Andrew Cagney  
482
 
483
        From Stephane Carrez :
484
        * m68hc11: New directory.
485
        * configure.in: Add.
486
        * configure: Regenerate.
487
 
488
Tue Jul  4 13:43:54 2000  Andrew Cagney  
489
 
490
        * tic80: New directory.
491
        * configure.in: Add configury.
492
        * configure: Regenerate.
493
 
494
2000-04-20  Nick Clifton  
495
 
496
        * configure.in (extra_subdirs): Add testsuite to strongarm
497
        directories.
498
        * configure: Regenerate.
499
 
500
Sat Mar  4 16:48:54 2000  Andrew Cagney  
501
 
502
        * MAINTAINERS: New file.  Blank.
503
 
504
1999-11-18  Ben Elliston  
505
 
506
        * configure.in: Require autoconf 2.13 and remove obsolete
507
        invocation of AC_C_CROSS.
508
        * configure: Regenerate.
509
 
510
1999-09-29  Doug Evans  
511
 
512
        * configure.in: Configure the testsuite directory for thumb.
513
        * configure: Regenerate.
514
 
515
1999-07-16  Ben Elliston  
516
 
517
        * configure.in: Configure the testsuite directory for arm.
518
        * configure: Regenerate.
519
 
520
1999-04-08  Nick Clifton  
521
 
522
        * configure.in: Add support for MCore target.
523
        * configure: Regenerate.
524
 
525
1999-03-14  Stan Shebs  
526
 
527
        * Makefile.in (FLAGS_TO_PASS, TARGET_FLAGS_TO_PASS): Remove
528
        RUNTEST instead of commenting out, fixes portability problem.
529
 
530
1999-02-08  Nick Clifton  
531
 
532
        * configure.in: Add support for StrongARM target.
533
        * configure: Regenerate.
534
 
535
1999-01-04  Jason Molenda  (jsm@bugshack.cygnus.com)
536
 
537
        * configure.in: Require autoconf 2.12.1 or higher.
538
 
539
1998-12-08  James E Wilson  
540
 
541
        * configure.in (i960-*-*): Add.
542
        * configure: Rebuild.
543
 
544
Wed Nov  4 19:11:43 1998  Dave Brolley  
545
 
546
        * configure.in: Added case for fr30-*-*.
547
        * configure: Regenerated.
548
 
549
Fri Sep 25 10:12:19 1998  Christopher Faylor 
550
 
551
        * ppc/Makefile.in: Add EXEEXT to installed powerpc-eabi-run program
552
        to allow successful operation on Windows.
553
 
554
Thu May 28 14:59:46 1998 Jillian Ye 
555
 
556
        * Makefile.in: Take RUNTEST out of FLAGS_TO_PASS so that make
557
        check can be invoked recursively.
558
 
559
Wed Apr 29 12:38:53 1998  Mark Alexander  
560
 
561
        * configure.in: Build simulator on sparclite and sparc86x targets.
562
        * configure: Regenerate.
563
 
564
Sun Apr 26 15:21:01 1998  Tom Tromey  
565
 
566
        * Makefile.in (autoconf-common autoheader-common): Don't pass -l
567
        to autoconf and autoheader.
568
 
569
Fri Apr 24 11:14:13 1998  Tom Tromey  
570
 
571
        * Makefile.in (autoconf-common autoheader-common): Pass `-l
572
        ../common' to autoconf and autoheader.  Unconditionally run
573
        autoconf in every subdir.
574
        (autoconf-changelog autoheader-changelog): Unconditionally run
575
        commands in every subdir.
576
        (autoconf-install autoheader-install): Likewise.
577
 
578
Tue Mar 24 17:12:43 1998  Stu Grossman  
579
 
580
        * Makefile.in:  Get SHELL from configure.
581
        * (FLAGS_TO_PASS):  Pass down SHELL.
582
        * configure:  Regenerate with autoconf 2.12.1 to fix shell issues for
583
        NT native builds.
584
 
585
Tue Mar 24 11::18:00 1998  Joyce Janczyn  
586
 
587
        * configure.in (extra_subdirs): Enable igen for mn10300.
588
        * configure: Re-generate.
589
 
590
Tue Dec  2 10:10:42 1997  Nick Clifton  
591
 
592
        * configure.in (extra_subdirs): Add support for thumb target.
593
 
594
        * configure (extra_subdirs): Add support for thumb target.
595
 
596
Wed Oct  8 12:38:48 1997  Andrew Cagney  
597
 
598
        * configure.in (extra_subdirs): Add IGEN directory when MIPS
599
        target.
600
        * configure: Regenerate.
601
 
602
Fri Sep 12 13:10:31 1997  Andrew Cagney  
603
 
604
        * configure.in (extra_subdirs): v850ea needs igen.
605
        * configure: Re-generate.
606
 
607
Mon Sep  1 16:48:23 1997  Andrew Cagney  
608
 
609
        * configure.in (testdir): When a testsuite directory, add that to
610
        the list of confdirs.
611
 
612
Tue Aug 19 11:17:46 1997  Andrew Cagney  
613
 
614
        * configure.in (extra_subdirs): Enable igen ready for V850.
615
 
616
Tue Aug 26 15:14:48 1997  Andrew Cagney  
617
 
618
        * configure.in (w65-*-*, only_if_enabled): Set.
619
        * configure: Re-generate.
620
 
621
Mon Aug 25 16:26:53 1997  Andrew Cagney  
622
 
623
        * configure.in (sparc*-*-*, only_if_enabled): Set
624
        only_if_enabled=yes.  Check only_if_enabled before enabling a
625
        simulator.
626
        * configure: Regenerate.
627
 
628
Mon Aug 18 10:56:59 1997  Nick Clifton  
629
 
630
        * configure.in (extra_subdirs): Add v850e target.
631
 
632
Mon Aug 18 10:56:59 1997  Nick Clifton  
633
 
634
        * configure.in (extra_subdirs): Add v850ea target.
635
 
636
Fri Jul 25 11:40:47 1997  Doug Evans  
637
 
638
        * configure.in (sparc*-*-*): Don't build erc32.
639
        * configure: Regenerate.
640
 
641
Thu Apr 24 00:47:20 1997  Doug Evans  
642
 
643
        * configure.in (m32r-*-*): New target.
644
        * configure: Regenerate.
645
 
646
        * Makefile.in (autoconf-common, autoconf-changelog): Change $* to $@.
647
 
648
Mon Apr 21 22:57:55 1997  Andrew Cagney  
649
 
650
        * Makefile.in (.NOEXPORT, MAKEOVERRIDES): Moved to end, BSD make
651
        thought that .NOEXPORT was the default target.
652
 
653
Fri Apr 11 17:18:07 1997  Ian Lance Taylor  
654
 
655
        * Makefile.in (clean mostlyclean): Restore targets accidentally
656
        deleted in earlier change.
657
 
658
Thu Apr  3 12:20:32 1997  Andrew Cagney  
659
 
660
        * Makefile.in (autoheader-common, autoheader-changelog,
661
        autoheader-install): Perform autoheader in addition to autoconf.
662
 
663
Wed Apr  2 15:09:05 1997  Doug Evans  
664
 
665
        * Makefile.in (autoconf-install): New target.
666
        (autoconf-changelog): Try different way to obtain user name.
667
 
668
Wed Apr  2 14:25:52 1997  Andrew Cagney  
669
 
670
        * Makefile.in (autoconf-changelog): New target, update
671
        ChangeLog for all subdirectories - normally used after
672
        autoconf-common target.
673
 
674
Wed Mar 19 14:26:21 1997  Andrew Cagney  
675
 
676
        * configure.in (extra_subdirs): Include testsuite for d30v.
677
        * configure: Regenerate.
678
 
679
        * Makefile.in (RUNTEST, RUNTESTFLAGS): Borrow test rules from
680
        ../gdb/Makefile.in
681
        (check): New rules - drive the testsuite.
682
 
683
Mon Mar  3 13:01:00 1997  Jeffrey A Law  (law@cygnus.com)
684
 
685
        * configure.in: Add mn10200 configure lines accidentally
686
        removed.
687
        * configure: Regenerated.
688
 
689
Wed Feb 19 10:34:20 1997  Andrew Cagney  
690
 
691
        * configure.in (extra_subdirs): Generalize common sub directory
692
        into a list.
693
        (extra_subdirs): For d30v add igen to the list to be built.
694
 
695
Sun Feb 16 16:37:47 1997  Andrew Cagney  
696
 
697
        * configure.in (d30v): New target.
698
        * configure: Regenerated.
699
 
700
Wed Feb 19 23:17:13 1997  Jeffrey A Law  (law@cygnus.com)
701
 
702
        * configure.in: Don't require GCC to build the mn10200
703
        simulator anymore.
704
        * configure: Rebuilt.
705
 
706
Wed Feb  5 13:28:13 1997  Doug Evans  
707
 
708
        * configure.in: Don't configure any subdirs if no simulator
709
        is being built.  Don't use erc32 for sparc64.
710
        * configure: Regenerated.
711
 
712
Tue Feb  4 13:19:39 1997  Doug Evans  
713
 
714
        * Makefile.in (autoconf-common): New target.
715
        * configure.in: Do configure common.
716
        * configure: Regenerated.
717
 
718
Thu Jan 23 13:59:52 1997  Stu Grossman  (grossman@critters.cygnus.com)
719
 
720
        * configure configure.in:  Don't configure common anymore.  Files
721
        from common are now built in the individual simualtor directories.
722
        This fixes problems with the WinGDB build procedure.
723
 
724
Mon Jan 13 13:16:42 1997  Jeffrey A Law  (law@cygnus.com)
725
 
726
        * configure: Enable the mn10200 simulator.
727
 
728
Wed Nov 20 01:00:36 1996  Doug Evans  
729
 
730
        * configure.in (configdirs): Add common.
731
        * configure: Regenerated.
732
 
733
Fri Nov  1 08:03:30 1996  Michael Meissner  
734
 
735
        * configure.in (powerpc*-*-linux*): Treat like the other powerpc
736
        system V based targets.
737
        * configure: Regenerate.
738
 
739
Thu Oct 17 12:50:08 1996  Doug Evans  
740
 
741
        * configure.in (--enable-sim-powerpc): Delete.
742
        (--enable-sim): Add.
743
        * configure: Regenerated.
744
 
745
Fri Oct 11 21:13:43 1996  Jeffrey A Law  (law@cygnus.com)
746
 
747
        * configure.in: Only build the V850 simulator if
748
        we are using gcc.
749
        * configure: Rebuild.
750
 
751
Sun Sep  8 17:22:50 1996  Ian Lance Taylor  
752
 
753
        * configure.in: Do build erc32 for DOS and Windows hosts.
754
        * configure: Rebuild.
755
 
756
Wed Sep  4 18:11:27 1996  Stu Grossman  (grossman@critters.cygnus.com)
757
 
758
        * Makefile.in erc32/Makefile.in:  Don't set srcroot.  This should
759
        be inherited from the parent.  Remove INSTALL_XFORM and
760
        INSTALL_XFORM1.  Make INSTALL be set from configure.
761
 
762
Wed Sep  4 15:49:16 1996  Ian Lance Taylor  
763
 
764
        * configure.in: Only build the MIPS simulator if we are using
765
        gcc.
766
        * configure: Rebuild.
767
 
768
Wed Aug 28 19:05:23 1996  Jeffrey A Law  (law@cygnus.com)
769
 
770
        * configure.in (v850-*-*): Added V850 simulator.
771
 
772
Thu Aug  1 17:08:41 1996  Martin M. Hunt  
773
 
774
        * configure.in (d10v-*-*): Added D10V simulator.
775
 
776
Wed Jun 26 12:33:57 1996  Jason Molenda  (crash@godzilla.cygnus.co.jp)
777
 
778
        * Makefile.in (bindir, libdir, datadir, mandir, infodir, includedir,
779
        INSTALL_PROGRAM, INSTALL_DATA): Use autoconf-set values.
780
        (docdir): Removed.
781
        * configure.in (AC_PREREQ): autoconf 2.5 or higher.
782
        (AC_PROG_INSTALL): Added.
783
        * configure: Rebuilt.
784
 
785
Mon Jun 24 14:18:26 1996  Ian Lance Taylor  
786
 
787
        * configure.in: Only configure erc32 if using gcc.
788
        * configure: Rebuild.
789
 
790
Tue Jun  4 09:24:21 1996  Michael Meissner  
791
 
792
        * configure.in (sim_target): Build PowerPC simulator for powerpc
793
        System V.4, Solaris, and Elf targets.
794
        * configure: Regenerate with autoconf 2.10.
795
 
796
Wed May 22 12:10:49 1996  Rob Savoye  
797
 
798
        * configure.in: Only built erc32 simulator on Unix hosts as it
799
        uses pseudo ttys.
800
        * configure: Regenerated with autoconf 2.8.
801
 
802
Sun May 19 20:20:40 1996  Rob Savoye  
803
 
804
        * erc32: Sparc simulator from the ESA.
805
 
806
Sun Apr  7 21:00:09 1996  Fred Fish  
807
 
808
        From: Miles Bader  
809
        * configure.in: Use AC_CHECK_TOOL to find AR & RANLIB.
810
        * configure: Regenerate using autoconf.
811
 
812
Thu Feb 22 11:31:50 1996  Michael Meissner  
813
 
814
        * Makefile.in (install): Fix typo.
815
 
816
Wed Feb 21 11:59:57 1996  Ian Lance Taylor  
817
 
818
        * configure: Regenerate with autoconf 2.7.
819
 
820
        * Makefile.in (all): Simplify.
821
        (clean, mostlyclean): SUBDIRS may contain whitespace; fix the loop
822
        as in the all target.
823
        (distclean, maintainer-clean, realclean): Likewise.
824
        (install): Likewise.
825
 
826
Thu Feb 15 18:37:00 1996  Fred Fish  
827
 
828
        * Makefile.in (all): Remove extra '\' char from shell script.
829
 
830
Wed Feb 14 16:43:59 1996  Mike Meissner  
831
 
832
        * Makefile.in (all): Avoid a for loop with zero elements, even if
833
        the loop will not be executed because of an if statement.
834
 
835
Wed Jan 31 21:48:34 1996  Fred Fish  
836
 
837
        * Makefile.in (install): Add missing semicolon in "fi \".
838
 
839
Thu Nov  9 16:10:56 1995  Michael Meissner  
840
 
841
        * Makefile.in (AR, CC, CFLAGS, CC_FOR_BUILD, RANLIB): Pick up
842
        defaults from configure.
843
 
844
        * configure.in: Pick up AR, CC, CFLAGS, CC_FOR_BUILD, RANLIB using
845
        configure defaults.
846
        (powerpc*-*-eabi*): Build simulator for all powerpc eabi targets
847
        if either --enable-sim-powerpc is used, or the host compiler is
848
        GCC.
849
 
850
Wed Nov  8 15:46:49 1995  James G. Smith  
851
 
852
        * configure.in (mips*-*-*): Added "mips" simulator target.
853
        * configure: Re-generated.
854
 
855
Tue Oct 10 11:08:20 1995  Fred Fish  
856
 
857
        * Makefile.in (BISON): Remove macro.
858
        (FLAGS_TO_PASS): Remove BISON.
859
 
860
Sun Oct  8 04:26:27 1995  Peter Schauer  (pes@regent.e-technik.tu-muenchen.de)
861
 
862
        * configure.in:  Explicitly `exit 0' for broken shells.
863
        * configure:  Rebuilt.
864
 
865
Fri Oct  6 12:03:27 1995  Jim Wilson  
866
 
867
        * common/run.c (main): Initialize the callbacks.
868
 
869
Wed Sep 20 13:34:50 1995  Ian Lance Taylor  
870
 
871
        * Makefile.in (maintainer-clean): New synonym for realclean.
872
 
873
Fri Aug 25 11:53:43 1995  Michael Meissner  
874
 
875
        * configure.in (powerpc*-*-eabisim*): Only build the simulator if
876
        the target is powerpc*-*-eabisim*, since it requires GCC to build.
877
 
878
Mon Aug 21 17:53:48 1995  Michael Meissner  
879
 
880
        * configure.in (powerpc{,le}-*-*): Add psim from Andrew Cagney
881
        .
882
        * configure: Regnerate from configure.in.
883
 
884
Thu Aug  3 10:45:37 1995  Fred Fish  
885
 
886
        * Update all FSF addresses except those in COPYING* files.
887
 
888
Thu Jul 20 15:17:29 1995  Fred Fish  
889
 
890
        * Makefile.in (CC_FOR_BUILD):  Define default and arrange to pass
891
        submakes either default or passed in value.
892
 
893
Wed Jul  5 14:32:54 1995  J.T. Conklin  
894
 
895
        * Makefile.in (all, clean, distclean, mostlyclean, realclean,
896
          install): Changed targets so that they descend all
897
          subdirectories in $(SUBDIRS).
898
          (*-all, *-clean, *-install): Removed targets.
899
 
900
        * configure.in: Don't bother with target makefile fragments, they
901
          are no longer needed.
902
        * configure: regenerated.
903
 
904
        * Makefile.in, configure.in: converted to autoconf.
905
        * configure: New file, generated with autconf 2.4.
906
 
907
Wed May 24 14:48:46 1995  Steve Chamberlain  
908
 
909
        * Makefile.in: Support ARM.
910
        * configure.in: Ditto.
911
 
912
Sun Jan 15 16:53:47 1995  Steve Chamberlain  
913
 
914
        * Makefile.in: Support W65.
915
        * configure.in: Ditto.
916
 
917
Sun Mar 13 09:27:50 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
918
 
919
        * Makefile.in: Add TAGS target.
920
 
921
Mon Sep 13 12:47:15 1993  K. Richard Pixley  (rich@sendai.cygnus.com)
922
 
923
        * Makefile.in (all-z8k, install-z8k, clean-z8k, all-h8300,
924
          install-h8300, clean-h8300, all-h8500, install-h8500,
925
          clean-h8500, all-sh, install-sh, clean-sh): do not echo
926
          recursion lines.
927
 
928
Wed Jun 30 14:12:05 1993  david d `zoo' zuhn  (zoo at poseidon.cygnus.com)
929
 
930
        * Makefile.in: remove endian.h trace from h8500
931
 
932
Sun Jun 13 13:08:58 1993  Jim Kingdon  (kingdon@cygnus.com)
933
 
934
        * Makefile.in: Add distclean, realclean, and mostlyclean targets.
935
 
936
Fri May 21 11:21:16 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
937
 
938
        * Makefile.in: make all of the all-* target (except all-nothing)
939
        depend on endian.h, so that if we're not building a simulator, we
940
        don't built endian
941
 
942
Fri May 21 10:55:06 1993  Ian Lance Taylor  (ian@cygnus.com)
943
 
944
        * Makefile.in (check, installcheck): Added dummy targets.
945
 
946
Mon May  3 21:39:43 1993  Fred Fish  (fnf@cygnus.com)
947
 
948
        * Makefile.in (endian): Find endian.c in $(srcdir), and also
949
        explicitly make it, since some makes apparently don't work with
950
        VPATH and .c to executable rules (SunOS make for example).
951
 
952
Mon May  3 08:29:01 1993  Steve Chamberlain  (sac@thepub.cygnus.com)
953
 
954
        * Makefile.in (endian): Add explicit rule for broken makes.
955
 
956
Mon Mar 15 15:47:53 1993  Ian Lance Taylor  (ian@cygnus.com)
957
 
958
        * Makefile.in (info, install-info): New targets.
959
        (DO_INSTALL): Renamed from INSTALL, which is overridden by the top
960
        level Makefile.
961
 
962
Wed Feb 10 20:12:27 1993  K. Richard Pixley  (rich@ok.cygnus.com)
963
 
964
        * Makefile.in (endian.h): build endian.h via a temporary file so
965
          that we don't leave an incomplete file lying around on
966
          interrupted builds.
967
          (clean): remove endian, e.h, and endian.h.
968
 
969
Mon Feb  8 11:46:06 1993  Steve Chamberlain  (sac@thepub.cygnus.com)
970
 
971
        * Makefile.in, configure.in: if target isn't supported, build a
972
        harmless makefile.
973
 
974
 

powered by: WebSVN 2.1.0

© copyright 1999-2024 OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.