* scripttempl/mmo.sc: Add .debug_ranges to listed sections.
[deliverable/binutils-gdb.git] / sim / ppc / ChangeLog
CommitLineData
de46f45f
MG
12001-12-15 matthew green <mrg@redhat.com>
2
3 * main.c: Include "defs.h", "bfd.h", "callback.h" and "remote-sim.h".
4 (sim_io_error): New function.
5 * sim_calls.c: (sim_io_error): New function.
6
d29d5195
MG
72001-12-14 matthew green <mrg@redhat.com>
8
9 * Makefile.in (LIB_OBJ): Add @sim_fpu@.
10 (ICACHE_CFLAGS, SEMANTICS_CFLAGS): New variables.
11 (icache.o, semantics.o): Add new ICACHE_FLAGS & SEMANTICS_FLAGS.
12 (sim-fpu.o, sim-bits.o, tconfig.h): New targets.
13 * configure.in: Rename INLINE_LOCALS to PSIM_INLINE_LOCALS. Add a
14 check for sim/common/sim-fpu.c. Output sim_fpu and sim_fpu_cflags.
15 * configure: Regenerate.
16 * device.h (device_find_integer_array_property): Match function definition.
17 * gen-icache.c (print_icache_internal_function_declaration): Rename
18 INLINE_ICACHE to PSIM_INLINE_ICACHE.
19 * gen-idecode.c (print_idecode_run_function_header): Rename INLINE_IDECODE
20 to PSIM_INLINE_IDECODE.
21 * gen-semantics.c (print_semantic_function_header): Rename
22 EXTERN_SEMANTICS to PSIM_EXTERN_SEMANTICS.
23 * gen-support.c (print_support_function_name): Rename INLINE_SUPPORT to
24 PSIM_INLINE_SUPPORT.
25 * igen.c (print_function_name): Also escape `(' and `)'.
26 (gen_semantics_h): Rename EXTERN_SEMANTICS to PSIM_EXTERN_SEMANTICS.
27 (gen_semantics_c): Likewise. Also output includes for "sim-fpu.h"
28 * inline.h (INLINE_SIM_ENDIAN): Renamed INLINE_PSIM_ENDIAN.
29 (EXTERN_SIM_ENDIAN): Renamed EXTERN_PSIM_ENDIAN.
30 (STATIC_INLINE_SIM_ENDIAN): Renamed STATIC_INLINE_PSIM_ENDIAN.
31 (INLINE_LOCALS): Renamed PSIM_INLINE_LOCALS.
32 (EXTERN_SUPPORT): Renamed PSIM_EXTERN_SUPPORT.
33 (INLINE_SUPPORT): Renamed PSIM_INLINE_SUPPORT.
34 (EXTERN_SEMANTICS): Renamed PSIM_EXTERN_SEMANTICS.
35 (INLINE_SEMANTICS): Renamed PSIM_INLINE_SEMANTICS.
36 (EXTERN_IDECODE): Renamed PSIM_EXTERN_IDECODE.
37 (INLINE_IDECODE): Renamed PSIM_INLINE_IDECODE.
38 (EXTERN_ICACHE): Renamed PSIM_EXTERN_ICACHE.
39 (INLINE_ICACHE): Renamed PSIM_INLINE_ICACHE.
40 * options.c (options_inline): Fix names.
41 * sim-endian-n.h: Change INLINE_SIM_ENDIAN to INLINE_PSIM_ENDIAN.
42 * sim-endian.h: Likewise.
43 * sim-main.h: New file.
44 * std-config.h: Rename INLINE_LOCALS to PSIM_INLINE_LOCALS.
45
6654b4ae
AC
462001-12-01 Andrew Cagney <ac131313@redhat.com>
47
48 From Mark Peek.
49 * ppc-spr-table: Add SDA and PIR.
50
bebd2b35
AC
512001-10-29 Andrew Cagney <ac131313@redhat.com>
52
53 * tree.c (parse_size): Assert #size-cells > 0.
54 (parse_address): Ditto for #address-cells.
55 (parse_reg_property): Only parse the size when #size-cells is
56 non-zero.
57
560ba567
AC
582001-10-25 Andrew Cagney <ac131313@redhat.com>
59
60 * emul_generic.c (OEA_MEMORY_SIZE): Increase to 4mb.
61 * hw_htab.c (htab_map_binary): Don't try to map the text section
62 when it is empty.
63 * emul_chirp.c (map_over_chirp_note): Default load-base to -1 not
64 CHIRP_LOAD_BASE.
65 (emul_chirp_create): Map in the interrupt table.
66
54cfd411
DJ
672001-07-16 Daniel Jacobowitz <drow@mvista.com>
68
69 * Makefile.in: Add dependencies on $(CPU_H).
70
d4481806
AC
71Wed Mar 7 10:45:12 HST 2001 Glen Nakamura <gen@lava.net>
72
73 * hw_init.c (dma_file): Fixed problem with loading last 1KB of
74 file.
75
c6631388
AC
762001-03-04 Andrew Cagney <ac131313@redhat.com>
77
78 * emul_netbsd.c [WITH_NetBSD_HOST]: Include <sys/mount.h> and
79 <errno.h>.
80 (do_stat): Only do SYS test when SYS_stat defined.
81 (do_sigprocmask): Ditto for SYS_sigprocmask.
82 (do_fstat): Ditto for SYS_fstat.
83 (do_getdirentries): Ditto for SYS_getdirentries.
84 (do_lstat): Ditto for SYS_lstat.
85
428e1889
GK
862001-01-15 Geoffrey Keating <geoffk@redhat.com>
87
88 * emul_netbsd.c (do_open): Translate the flag parameter to the
89 open syscall to the numbers supported by the host.
90
4c15ccf7
GK
912000-12-12 Geoffrey Keating <geoffk@redhat.com>
92
93 * sim-endian.h: Don't have parameters on macro definitions which
94 are simply renaming functions, to permit use of XCONCAT2 in both
95 the macro name and the arguments in a use of such a definition.
96
7c721b2a
MC
972000-11-15 Jim Blandy <jimb@redhat.com>
98
99 * sim_calls.c: Doc fix.
100 (sim_fetch_register, sim_store_register): Call
101 gdbarch_register_name directly, instead of going through
102 REGISTER_NAME macro.
103
ae02957b
GK
1042000-10-24 Geoff Keating <geoffk@cygnus.com>
105
106 * ppc-instructions (lfsux): Correct XO field of lfsux instruction.
107
eb2d80b4
AC
108Tue May 23 21:39:23 2000 Andrew Cagney <cagney@b1.cygnus.com>
109
110 * configure: Regenerated to track ../common/aclocal.m4 changes.
111
0c22be81
AC
112Fri Apr 28 15:59:27 2000 Andrew Cagney <cagney@b1.cygnus.com>
113
114 * events.c (event_queue_process): Call update_time_from_event
115 every time an event is removed from the queue.
116 (update_time_from_event): Delete assertion that a negative
117 time_from_event implies an empty event queue.
118
25d704f3
AC
119Fri Apr 28 15:53:54 2000 Andrew Cagney <cagney@b1.cygnus.com>
120
121 * interrupts.c (deliver_hardware_interrupt): Print time trace in
122 decimal.
123 * events.c (event_queue_process): Cleanup trace message.
124 (update_time_from_event): Trace full event queue.
125
9ff590a5
GK
1262000-03-25 Geoff Keating <geoffk@cygnus.com>
127
128 * ppc-instructions (Disabled_Exponent_Underflow): Increment
129 the exponent when denormalizing.
130
d4f3574e
SS
131Thu Sep 2 18:15:53 1999 Andrew Cagney <cagney@b1.cygnus.com>
132
133 * configure: Regenerated to track ../common/aclocal.m4 changes.
134
cd0fc7c3
SS
1351999-05-08 Felix Lee <flee@cygnus.com>
136
137 * configure.in: Use AC_EXEEXT instead of AM_EXEEXT.
138 * configure: Regenerated to track ../common/aclocal.m4 changes.
139
7a292a7a
SS
1401999-04-02 Keith Seitz <keiths@cygnus.com>
141
142 * sim_calls.c (POLL_QUIT_INTERVAL): Define. Used to tweak
143 the frequency at which the poll_quit callback is called.
144 (poll_quit_count): New global.
145 (sim_io_poll_quit): Only call the poll_quit callback
146 after the specified POLL_QUIT_INTERVAL.
147
1481999-02-22 Jim Lemke <jlemke@cygnus.com>
149
150 * dc-complex: Force expansion on all bits of field BO.
151 Previously, the least-significant (prediction) bit was ignored.
152 * ppc-instructions (conditional branches): Implement mpc860c0 option.
153 * igen.c (gen_semantics_[ch]): Setup for mpc860c0 option.
154 * psim.c (is_num, psim_options): Added parsing for mpc860c0 option.
155 * interrupts.h: Added "mpc860c0_instruction_program_interrupt".
156 * interrupts.c (program_interrupt): Added handling for above interrupt.
157
c906108c
SS
1581999-02-01 Jim Blandy <jimb@zwingli.cygnus.com>
159
160 Make the simulator compatible with the MPC750. It would be nicer
161 to make this a real multi-sim, but that's more work than we have
162 time for.
163 * emul_generic.c (emul_add_tree_options): Only require strict
164 alignment if it was explicitly requested at configuration time.
165 Don't make it the default for little-endian machines.
166 * ppc-spr-table (UMMCR0, UMMCR1, UPMC1, UPMC2, USIA, UPMC3, UPMC4,
167 MMCR0, PMC1, PMC2, SIA, MMCR1, PMC3, PMC4, L2CR, ICTC, THRM1,
168 THRM2, THRM3): Plop in the MPC750 SPR registers.
169 (DABR): This is weird. This was HID5, but the PPC spec says this
170 should be DABR; why did some random processor use it for something
171 else? The HID5 entry dates back to the original checkin of the
172 simulator code in 1995, so remove it.
173 * sim_calls.c (register_names): Delete this; since the user can
174 now change GDB's list of register names dynamically, we can't
175 pretend there's a static mapping here.
176 (sim_fetch_register, sim_store_register): Call GDB's REGISTER_NAME
177 function to get the register name. That ought to be accurate.
178 However, we're changing a compile-time dependency (using the
179 REGISTER_NAMES macro) into a link- and run-time dependency
180 (calling REGISTER_NAME, which happens to be a function call on the
181 PPC).
182
1831999-01-22 Jim Lemke <jlemke@cygnus.com>
184
185 * igen.c(gen_semantics_[ch]): setup/use of new option
186 (-o mpc860c0[=n]).
187 interrupts.[ch](mpc860c0_instruction_program_interrupt): added.
188 ppc-instructions(the four branch insn groups): detect problematic br's.
189 psim.c(is_num - added, psim_options): Parse and init new option.
190 These changes are currently under #ifdef WITH_OPTION_MPC860C0.
191
1921998-12-01 Ken Raeburn <raeburn@cygnus.com>
193
194 * hw_nvram.c (hw_nvram_bcd): Force value to fit in 0..99.
195
196Fri Nov 20 12:17:28 1998 Andrew Cagney <cagney@b1.cygnus.com>
197
198 * main.c (sim_io_poll_quit): Stub function.
199
200 * events.c (SIM_EVENTS_POLL_RATE): Define.
201 (sim_events_poll): Copy function from common/sim-events.c.
202 (event_queue_init): Copy scheduling of sim_events_poll from same.
203
204 * sim_callbacks.h, sim_calls.c (sim_io_poll_quit): New function,
205 poll the external environment.
206
2071998-11-19 Michael Meissner <meissner@cygnus.com>
208
209 * ppc-instructions (is_{NaN,inf}): Use unsigned64 to get the
210 fractional type, so that quiet NaN's aren't treated like
211 Infinities.
212
213Mon Sep 28 09:42:45 1998 Drew Moseley <dmoseley@cygnus.com>
214
215 * table.c (table_open): For cygwin hosts, we need to use the
216 return value from the read routine as the number of bytes to
217 process. This apparently is due to text-mode vs binary-mode. If
218 the mounts are done text-mode, then the size returnedby fstat()
219 may be different than the number of bytes "read" in text mode.
220
221Sun Oct 4 00:50:47 1998 Felix Lee <flee@cygnus.com>
222
223 * emul_netbsd.c (do_open): fix order-of-evaluation problem.
224 (do_close): ditto.
225 (do_fstat): ditto.
226 (do_lstat): ditto.
227
2281998-09-03 Michael Meissner <meissner@cygnus.com>
229
230 * emul_{netbsd,unix}.c: Update copyright year.
231
232Mon Jun 29 10:57:36 1998 Michael Snyder <msnyder@cleaver.cygnus.com>
233
234 * sim_calls.c (sim_fetch_register, sim_store_register):
235 return zero when nothing to do.
236
2371998-06-26 Michael Meissner <meissner@cygnus.com>
238
239 * configure.in (AC_CHECK_HEADERS): Don't check for sys/mount.h.
240 * configure: Regenerate.
241 * emul_{netbsd,unix}.c (toplevel): No longer try to include
242 sys/mount.h. It conflicts on Linux when gnu libc2 is used.
243
244Tue May 12 12:10:33 PDT 1998 James Ingham <jingham@leda.cygnus.com>
245
246 * Makefile.in: The run target depended on a target psim$(EXEEXT),
247 but there was no such target, only plain psim. So I changed the
248 run target to depend on psim.
249
250Sat May 2 01:10:12 1998 Stu Grossman <grossman@babylon-5.cygnus.com>
251
252 * aclocal.m4: Remove defs of AM_EXEEXT and AM_CYGWIN32. These are
253 now defined in ../common/aclocal.m4, and the double definition causes
254 problems with AC_SUBST of EXEEXT.
255 * configure: Regenerate.
256
257Wed Apr 29 15:44:52 1998 Geoffrey Noer <noer@cygnus.com>
258
259 * aclocal.m4: new file for AM_EXEEXT macro
260 * configure.in: call AM_EXEEXT
261 * configure: regenerate with autoconf 2.12.1.
262 * Makefile.in: add EXEEXT support
263
264Sun Apr 26 15:31:55 1998 Tom Tromey <tromey@creche>
265
266 * configure: Regenerated to track ../common/aclocal.m4 changes.
267 * config.in: Ditto.
268
269Sun Apr 26 15:19:51 1998 Tom Tromey <tromey@cygnus.com>
270
271 * acconfig.h: New file.
272 * configure.in: Reverted change of Apr 24; use sinclude again.
273 Don't call AC_C_CROSS.
274
275Fri Apr 24 14:16:40 1998 Tom Tromey <tromey@creche>
276
277 * configure: Regenerated to track ../common/aclocal.m4 changes.
278 * config.in: Ditto.
279
280Fri Apr 24 11:18:46 1998 Tom Tromey <tromey@cygnus.com>
281
282 * Makefile.in (top_builddir): New macro.
283 (INTLLIBS): New macro.
284 (INTLDEPS): Likewise.
285 (psim): Depend on INTLDEPS; link against INTLLIBS.
286 * configure.in: Call CY_GNU_GETTEXT.
287
288Wed Apr 22 14:28:48 1998 Michael Meissner <meissner@cygnus.com>
289
290 * configure: Regenerate with autoconf 2.12.1.
291
292Fri Mar 13 09:25:58 1998 Andrew Cagney <cagney@b1.cygnus.com>
293
294 * psim.c (psim_read_register, psim_write_register): Handle updates
295 for FPSCR.
296
297 * registers.c (register_description): Reconize "FPSCR".
298
299 * emul_netbsd.c (emul_netbsd_create): When FP available, enable
300 MSR FP exception mode. Do not enable FPSCR bits.
301 * emul_unix.c (emul_unix_create): Ditto.
302
303Tue Feb 17 12:48:58 1998 Andrew Cagney <cagney@b1.cygnus.com>
304
305 * sim_calls.c (sim_store_register, sim_fetch_register): Pass in
306 length parameter. Return -1.
307
308Mon Feb 9 14:13:14 1998 Andrew Cagney <cagney@b1.cygnus.com>
309
310 * ppc-instructions (fdiv, fdivs): Check for divide by zero.
311 (is_invalid_zero_divide, invalid_zero_divide_operation): New
312 functions.
313
314Wed Dec 10 17:38:28 1997 Andrew Cagney <cagney@b1.cygnus.com>
315
316 * sim_calls.c (sim_load): Do not parse PROG using buildargv, use
317 raw value instead.
318
3191997-11-05 Felix Lee <flee@cygnus.com>
320
321 * emul_chirp.c: #ifdef HAVE_UNISTD_H
322
323Wed Oct 15 08:50:54 1997 Andrew Cagney <cagney@b1.cygnus.com>
324
325 * corefile.c (core_attach): Pad out allocated memory regions so
326 that they are always correctly aligned.
327 (struct _core_mapping, core_map_attach, core_init,
328 new_core_mapping): Change free_buffer to type void*.
329
330Mon Oct 6 18:09:26 1997 Michael Meissner <meissner@cygnus.com>
331
332 * sim_calls.c (zfree): Call free correctly.
333
334Mon Sep 29 10:05:01 1997 Andrew Cagney <cagney@b1.cygnus.com>
335
336 * sim_calls.c (zfree): Use free, not mfree.
337 (sim_io_flush_stdoutput): Replace gdb_flush with callback ->
338 flush_stdout.
339
340Fri Sep 26 09:50:29 1997 Andrew Cagney <cagney@b1.cygnus.com>
341
342 * ppc-instructions (sraw, slw, srw): From Charles Lefurgy, Fix
343 mask extracting shift amount. Correctly condition for setting XER
344 in sraw.
345 (ldhau): From Johannes Reisinger, update rA after load.
346
347Tue Sep 9 22:13:23 1997 Felix Lee <flee@cygnus.com>
348
349 * basics.h (CONCAT*): token-pasting macros, if ALMOST_STDC,
350 for MSVC.
351 * words.h: __int64 instead of long long for MSVC.
352
353Wed Aug 27 10:24:15 1997 Andrew Cagney <cagney@b1.cygnus.com>
354
355 * sim_calls.c (sim_create_inferior): Check the simulator was
356 initialized before creating inferior.
357
358 * idecode_expression.h (ALU_END): From Charles Lefurgy - Extract
359 sign bit using 64 bit and not a 32 bit mask.
360
361Wed Aug 27 10:15:48 1997 Andrew Cagney <cagney@b1.cygnus.com>
362
363 * sim_calls.c (sim_load): From Ian Lance Taylor - free argv after
364 it has been used, not before.
365
366Tue Aug 26 10:41:35 1997 Andrew Cagney <cagney@b1.cygnus.com>
367
368 * sim_calls.c (sim_kill): Delete.
369 (sim_create_inferior): Add ABFD argument.
370 (entry_point): Delete variable.
371 (sim_load): Move setting of PC from here.
372 (sim_create_inferior): To here.
373
374Mon Aug 25 16:17:06 1997 Andrew Cagney <cagney@b1.cygnus.com>
375
376 * sim_calls.c (sim_open): Add ABFD argument.
377
378Thu Jul 3 10:18:06 1997 Andrew Cagney <cagney@b1.cygnus.com>
379
380 * ppc-instructions (PPC_INSN_INT): From Michael Thies - Monitoring
381 CR register updates dependant on RC value had logic backwards.
382
383 * ppc-instructions (Load String Word Immediate): From Brad Parker
384 - sense of wrap test in check for overwriting RA wrong.
385 (Load String Word Indexed): Ditto.
386
387 * configure.in: From Erik Landry - set sim_default_model not
388 sim_model for sim-default-model option.
389 * configure: Regenerate.
390
391 * interrupts.c (check_masked_interrupts): Schedule a hardware
392 interrupt delivery when FP interrupts get enabled.
393 (program_interrupt): Generate FP exceptions instead of aborting.
394 (deliver_hardware_interrupt): Deliver a FP exception if so
395 enabled.
396
397 * registers.h: Add definition of fpscr_vx_bits.
398
399 * idecode_expression.h (FPSCR_END): Always update FEX and VX bits
400 in FPSCR.
401 (FPSCR_END): Explicitly check for possible floating point
402 exception conditions.
403 (FPSCR_BEGIN): Simplify.
404
405 * ppc-instructions (Move From FPSCR): Enable.
406 (Move To FPSCR Bit 1): Ditto.
407 (Move To FPSCR Bit 0): Ditto.
408 (Move To FPSCR Field Immediate): Ditto.
409 (Move to Condition Register from FPSCR): Simplify.
410 (invalid_arithemetic_operation): Generate a QNaN when invalid
411 operation exception disabled.
412
413Tue May 20 10:22:50 1997 Andrew Cagney <cagney@b1.cygnus.com>
414
415 * sim_calls.c (sim_open): Add callback argument.
416 (sim_set_callbacks): Delete.
417
418Tue Apr 22 22:36:57 1997 Mike Meissner <meissner@cygnus.com>
419
420 * sim_callbacks.h (error): Make declaration match gdb's.
421 * main.c (error): Ditto.
422
423Fri Apr 18 17:03:09 1997 Andrew Cagney <cagney@b1.cygnus.com>
424
425 * sim_calls.c (sim_stop_reason): Simplify. Was running implies
426 stopped/SIGINT. Exit implies a status code.
427
428 * psim.c (cntrl_c_simulation): From main.c. Event function that
429 halts the simulator.
430 (psim_stop): New. Asynchronously schedule a stop simulator event.
431 (psim_run_until_stop): Delete. Made redundant by psim_stop.
432
433 * main.c (cntrl_c): Update.
434 (cntrl_c_simulation): Moved to psim.c.
435
436 * sim_calls.c (sim_stop): New function. Use psim_stop which
437 schedules a stop event.
438 (sim_resume): Drop SIGINT handler, now in gdb/main.c.
439 (sim_resume): Use psim_run as stop variable no longer needed.
440
441Fri Apr 18 17:03:08 1997 Andrew Cagney <cagney@b1.cygnus.com>
442
443 * psim.c (psim_options): Handle -E option correctly.
444 (psim_usage): Document.
445
446Thu Apr 17 03:28:03 1997 Doug Evans <dje@canuck.cygnus.com>
447
448 * psim.c (psim_options): Ignore -E option (sets endianness).
449 * sim_calls.c: #include bfd.h.
450 (entry_point): New static local.
451 (sim_load): Return SIM_RC. New arg abfd. Set start address from bfd.
452 (sim_create_inferior): Return SIM_RC. Delete arg start_address.
453
454Tue Apr 15 14:57:18 1997 Ian Lance Taylor <ian@cygnus.com>
455
456 * Makefile.in (INSTALL): Set to @INSTALL@.
457 (INSTALL_XFORM, INSTALL_XFORM1): Remove.
458 (install): Depend upon installdirs. Use $(program_transform_name)
459 directly, rather than using $(INSTALL_XFORM).
460 (installdirs): New target.
461
462Fri Apr 4 17:54:36 1997 Jim Wilson <wilson@cygnus.com>
463
464 * Makefile.in (tmp-hw, tmp-pk): Use for loop to eliminate duplicates
465 rather than the non-portable cat -n.
466
467Mon Apr 14 16:29:51 1997 Ian Lance Taylor <ian@cygnus.com>
468
469 * Makefile.in (INSTALL): Change install.sh to install-sh.
470
471Tue Apr 1 18:15:14 1997 Jim Wilson <wilson@cygnus.com>
472
473 * ppc-instructions: Change milhwu to mulhwu.
474
475Wed Apr 2 15:38:08 1997 Doug Evans <dje@canuck.cygnus.com>
476
477 * sim_calls.c (sim_open): New arg `kind'.
478
479Wed Apr 2 14:51:17 1997 Ian Lance Taylor <ian@cygnus.com>
480
481 * COPYING: Update FSF address.
482
483Tue Mar 25 16:17:59 1997 Andrew Cagney <cagney@kremvax.cygnus.com>
484
485 * main.c (sim_io_read_stdin): Only compile unbuffered IO code if
486 all the required features are supported by the host OS.
487
488Tue Mar 25 12:13:02 1997 Andrew Cagney <cagney@kremvax.cygnus.com>
489
490 * emul_bugapi.c (emul_bugapi_create): Guard against NULL images.
491
492 * configure.in (enable-sim-endain): Correct typo in usage (from
493 Erik Landry <landry@ENGR.ORST.EDU>).
494 * configure: Re-generate.
495
496Fri Mar 14 18:23:02 1997 Andrew Cagney <cagney@kremvax.cygnus.com>
497
498 * Makefile.in (targ-vals.def): Re-do rule so that it works with
499 FreeBSD's make. Didn't like $<.
500
501Thu Mar 13 12:55:48 1997 Doug Evans <dje@canuck.cygnus.com>
502
503 * sim_calls.c (sim_open): New SIM_DESC result. Argument is now
504 in argv form.
505 (other sim_*): New SIM_DESC argument.
506
507Thu Feb 13 10:35:14 1997 Andrew Cagney <cagney@phydeaux.cygnus.com>
508
509 * ppc-opcode-simple-array, ppc-opcode-simple-goto,
510 ppc-opcode-simple-switch, ppc-opcode-complex-array,
511 ppc-opcode-complex-goto, ppc-opcode-complex-switch,
512 ppc-opcode-jump, ppc-opcode-goto, ppc-opcode-flat: Delete,
513 superseeded by --sim-decode-mechanism option.
514
515 * ppc-opcode-simple, dc-simple: Rename to be 8.3
516 * ppc-opcode-complex, dc-complex: Ditto.
517 * ppc-opcode-stupid, dc-stupid: Ditto.
518 * ppc-opcode-test-1, dc-test.01: Ditto.
519 * ppc-opcode-test-2, dc-test.02: Ditto.
520
521 * configure.in (--enable-sim-opcode): Change prefix to dc- instead
522 of ppc-opcode-.
523
524Wed Feb 12 19:33:45 1997 Andrew Cagney <cagney@phydeaux.cygnus.com>
525
526 * Many of the ppc-opcode-* files are identical baring the type of
527 lookup table. Instead of having multiple tables, igen can do this
528 via an additional option.
529
530 * ld-decode.h, ld-decode.c (force_decode_gen_type): New function,
531 allow the type of generated table specified in the decode file to
532 be overridden.
533
534 * ld-decode.c (load_decode_table): Allow the table type to be
535 overridden.
536
537 * igen.c (main): Add -T <mechanism> option so that an overriding
538 instruction decode mechanism can be specified.
539
540 * configure.in: New option --sim-decode-mechanism to control
541 igen's new -T <mechanism> flag.
542 * Makefile.in (IGEN_FLAGS): Add IGEN_IDECODE_MECHANISM set by the
543 configure script.
544 * configure: Regenerate.
545
546Tue Feb 11 13:49:10 1997 Michael Meissner <meissner@tiktok.cygnus.com>
547
548 * events.c (event_queue_create): Don't use NULL to initialize an
549 integer field.
550 (even_queue_{init,schedule_after_signal,tick}): Conditionalize use
551 of sigprocmask to appropriate autoconf test.
552
553 * main.c ({cntrl_c,main}): Use RETSIGTYPE for signal return type,
554 don't assume void.
555 * sim_calls.c (sim_{ctrl_c,resume}): Ditto.
556
557 * Makefile.in (callback.o): Define HAVE_CONFIG_H, so callback.c
558 includes our config.h.
559
560Tue Feb 4 13:42:59 1997 Doug Evans <dje@canuck.cygnus.com>
561
562 * configure.in: Fix typo in test for callback.c.
563 * configure: Regenerated.
564
565Fri Feb 7 10:04:25 1997 Andrew Cagney <cagney@kremvax.tpgi.com.au>
566
567 * emul_chirp.c (emul_chirp_create): Handle a virtbase of -1 being
568 found in the device tree.
569
570Wed Feb 5 10:56:27 1997 Andrew Cagney <cagney@kremvax.tpgi.com.au>
571
572 * Property create/initialization still wasn't correctly ordered.
573 Should be delaying everything related to ihandle creation until
574 after the rest of the tree has been established.
575
576 * device.c (device_find_ihandle_runtime_property): Update.
577 (device_add_ihandle_runtime_property): Update.
578
579 * tree.c (parse_ihandle_property): Delay lookup of the device to
580 be opened until the ihandle initialization phase.
581 * tree.c (print_properties): Update.
582
583Wed Feb 5 10:56:27 1997 Andrew Cagney <cagney@kremvax.tpgi.com.au>
584
585 * gen-icache.c (print_icache_extraction): Add a reason parameter.
586 Augment each extracted field with a comment citing the codes
587 origin. Should simplify tracking down incorrect cache
588 extractions.
589
590Tue Feb 4 17:44:51 1997 Andrew Cagney <cagney@kremvax.tpgi.com.au>
591
592 * gen-icache.c: Generalize code handling XXX_is_NNN so that it
593 works for normal and boolean table entries.
594
595 * psim.c (psim_write_memory): last_cpu == -1 or nr_cpus is now
596 valid. Handle this just like *_{read,write}_register now handles
597 it.
598
599Mon Feb 3 17:18:16 1997 Andrew Cagney <cagney@kremvax.tpgi.com.au>
600
601 * events.c (insert_event_entry): Correct loop termination
602 assertions.
603
604Fri Jan 31 16:20:26 1997 Andrew Cagney <cagney@kremvax.tpgi.com.au>
605
606 * psim.c (psim_options): Add new option -c for max-iterations or
607 count.
608 (psim_usage): Document.
609 (psim_max_iterations_exceeded): New function, abort simulation if
610 max iterations exceeded.
611
612 * gen-idecode.c: Re-work the table lookup code so that it assumes
613 that the entry is a leaf by default. Simplify the boolean table
614 entry code so that it involves a mask + test instead of shift +
615 shift + mask + test.
616
617 * gen-idecode.c: Correct generated igen body so that it no drops
618 or doubles clock interrupts.
619
620
621Thu Jan 30 11:23:20 1997 Andrew Cagney <cagney@kremvax.tpgi.com.au>
622
623 * Makefile.in (BUILT_SRC_WO_CONFIG): Change targ-vals.* to
624 @sim_targ_vals@
625
626 * configure.in (sim_callback, sim_targ_vals): Set sim_targ_valls
627 if common callback is present.
628
629Wed Jan 29 12:32:41 1997 Michael Meissner <meissner@tiktok.cygnus.com>
630
631 * configure.in (sim_callback): If the gdb is post 4.16, configure
632 callback support from the common directory.
633 * configure: Regenerate.
634
635 * Makefile.in (BUILT_SRC_WO_CONFIG): Add targ-vals.{h,def} and
636 targ-map.c.
637 (GDB_OBJ): Add callback support configured in.
638 (gentmap,targ-vals.def): Build from common directory.
639 (targ-vals.h,targ-map.c): Build by running gentmap.
640 (callback.o): Build from source in common directory.
641 (targ-map.o): Add dependency.
642 (clean): Remove gentmap.
643
644Wed Jan 29 12:14:19 1997 Andrew Cagney <cagney@kremvax.tpgi.com.au>
645
646 * igen wasn't aborting if the opcode table contained no valid
647 fields.
648
649 * misc.c (name2i): Possibly abort if an invalid name is
650 encountered.
651 * ld-decode.c: Abort if the table type isn't found.
652
653Wed Jan 29 12:14:19 1997 Andrew Cagney <cagney@kremvax.tpgi.com.au>
654
655 * When performance monitoring is disabled, it is still possible to
656 determine the simulation speed by looking at the number of elapsed
657 ticks recorded by the event queue.
658
659 * psim.c (psim_write_register, psim_read_register): Force the cpu
660 to zero when it is either of `-1' or `nr_cpus'. In both cases the
661 next cpu would be zero any way.
662
663 * mon.c (mon_print_info): If possible, print the system cycle
664 performance. This is an indication of the number of instructions
665 per second.
666
667Wed Jan 29 12:14:19 1997 Andrew Cagney <cagney@kremvax.tpgi.com.au>
668
669 * The code to allow an event queue to be updated during a signal
670 was missing. For main.c, a cntrl-c simulation termination wasn't
671 handled cleanly.
672
673 * The simulation would not correctly restart if an event requested
674 that the simulation be halted.
675
676 * psim.c (psim_options): Add hack to -i option to optionally
677 include a level vis -i2.
678 (psim_usage): Document.
679
680 * main.c (cntrl_c, cntrl_c_simulation): New functions. When a
681 cntrl-c occures schedule an event to halt the simulation.
682 (main): Catch CNTRL-C signals with the function cntrl_c.
683
684 * events.c (event_queue_process): Mask interrupts while
685 manipulating the async event queue.
686 (event_queue_init): Ditto.
687 (event_queue_schedule_after_signal): Ditto.
688
689 * events.c (event_queue_process): Mark the event queue as being in
690 the processing state when processing has started. Adjust code
691 so that it is tolerant of halts.
692 (event_queue_init): Start the event queue out with processing
693 false.
694 (event_queue_tick): Check that processing isn't still being
695 performed.
696
697 * gen-idecode.c (print_run_until_stop_body): Call
698 event_queue_process_events to clear possibly pending events before
699 starting a simulation run. Re-arange main loop so that simulator
700 is correctly restarted when an event halts the simulation.
701
702 * psim.c (psim_halt): Handle an event halting the simulation.
703 * psim.c (psim_init): Adjust initial cpu - == -1 - to match
704 reworked idecode.
705
706Wed Jan 29 12:14:19 1997 Andrew Cagney <cagney@kremvax.tpgi.com.au>
707
708 * ppc-opcode-complex: Correct typo - was expanding ORA instead of
709 RA. Based on instruction frequency stats, expand additional
710 instructions.
711 * ppc-instructions: Change all `RA == 0' to RA_is_0.
712
713 * ppc-opcode-stupid: Move all but the basic table in -complex into
714 here. Update to new format.
715
716 * Makefile.in (tmp-defines): New target. Force defines.h to always
717 be built. Hence get ppc-opcode-goto to build.
718
719Tue Jan 28 13:00:19 1997 Andrew Cagney <cagney@kremvax.tpgi.com.au>
720
721 * hw_com.c (hw_com_instance_read, hw_com_instance_write):
722 Implement.
723
724Thu Jan 23 09:07:26 1997 Andrew Cagney <cagney@kremvax.tpgi.com.au>
725
726 * hw_trace.c (hw_trace_init_data): Delete. The trace options need
727 to be initialized independant of the rest of the simulation
728 initalization. Otherwize a trace option explictly set from gdb
729 could be overridden by hw_trace.
730
731 * psim.c (psim_options): Clarify reason why the trace ioctl occures.
732
733 * FIXME: The trace code is too scattered - hw_trace.c, psim.c,
734 debug.c. It could be much simpler.
735
736Thu Jan 23 09:07:26 1997 Andrew Cagney <cagney@kremvax.tpgi.com.au>
737
738 * Some devices support removable media. Add hooks to the disk
739 device so that it supports this.
740
741 * device.c (device_add_string_array_property,
742 device_find_string_array_property): New functions, manipulate
743 properties containing an array of strings.
744 (device_find_string_property): Allow a string array.
745 (device_init_static_properties): Update.
746 (device_init_runtime_properties): Update.
747
748 * hw_disk.c (hw_disk_ioctl): Add ioctl for changing the disk
749 media. If no file image is specified, use the next one in the
750 image property list.
751 (hw_disk_init_address): Change the file property so that it is a
752 string array - use the first entry for the initial file image.
753
754 * tree.c (print_string_aray_property): New function - print a
755 string array.
756 (print_properties): Adjust.
757 (print_string): Write a string, handling double quotes.
758
759 * device.h: Define an ioctl to `change-media' with an optional new
760 media image.
761
762 * hw_disk.c: Allow floppy disk devices to be specified.
763
764 * psim.c (psim_command): New function, parse more complex psim
765 commands such as "change-media" and "trace".
766 * sim_calls.c (sim_do_command): Use.
767
768Wed Jan 22 09:38:33 1997 Andrew Cagney <cagney@kremvax.tpgi.com.au>
769
770 * For expressions like (RA == 0) that are entered in to the cache
771 as RA_is_0. If possible generate the result of the expression so
772 that the compiler gets a better chance of eliminating dead
773 branches.
774
775 * gen-icache.c (print_icache_extraction): For a cache entry of
776 the form <name>_is_<const> where it is a boolean field, generate
777 the result of the expression instead of the expression its self.
778 (print_icache_body): Remove code that was looking for *_is_0 and
779 then generating corresponding definitions.
780
781 * gen-icache.c (print_icache_struct): If there is no cache, do not
782 output expressions in idecode.h file.
783
784 * gen-icache.c (print_icache_body): Output them here.
785
786 * ppc-opcode-complex: Clarify constant values for SPR==LR register
787 expansion.
788
789 * ppc-cache-rules (RA_is_0, SPR_is_256): Two new cache entries.
790
791Wed Jan 22 12:24:52 1997 Andrew Cagney <cagney@kremvax.tpgi.com.au>
792
793 * The code that put values in and extracted values from the cache
794 was too compilicated. The cache table did not allow values to be
795 computed from cache entries. #defines could only be used when a
796 cache was present, remove the restriction.
797
798 * ld-cache.h, ld-cache.c: Add a new cache entry type - SCRATCH. A
799 scratch variable is defined when a cache entry is beinf
800 filled. Change the definition of a COMPUTE variable to be defined
801 when the cache entry is being used.
802 * gen-icache.c: Update.
803
804 * ld-cache.h, ld-cache.c: Change field names so that their meaning
805 is more obvious. old_name->field_name, new_name->derived_name.
806 * gen-icache.c: Update
807
808 * gen-icache.h, gen-icache.c (print_icache_body): Make the three
809 different types of cache code - put into cache, extract from
810 cache, no cache - an explicit argument to print_icache_body.
811 * gen-icache.c (print_icache_extraction): Ditto.
812
813 * gen-semantics.c (print_c_semantic): Update use.
814 * gen-idecode.c (print_jump_insn): Update use.
815 * gen-icache.c (print_icache_function): Update use.
816
817 * igen.c (main): Change 'R' option so that it does not force the
818 cache.
819
820 * configure.in (enable-sim-icache): Clarify description. Make
821 #define one of the defaults regardless of the cache. Probably
822 should revamp and add a separate option.
823
824Tue Jan 21 13:26:10 1997 Andrew Cagney <cagney@kremvax.tpgi.com.au>
825
826 * pk_disklabel.c (block_is_fdisk): Tidy up traces - use dos
827 partition numbering.
828 (pk_disklabel_create_instance): Partition 1..4 are valid - not
829 1..3.
830 (is_iso9660): New function, verify a CD9660 File system.
831 (pk_disklabel_create_instance): Start expanding so that active
832 partition selection is supported.
833
834Mon Jan 20 11:20:15 1997 Andrew Cagney <cagney@kremvax.tpgi.com.au>
835
836 * The cap object was retaining a reference to the instance of a
837 device after it was deleted. Instead add and remove cap's from the
838 cap db as they are created and deleted. This ensuring that a
839 capibility is only used during the lifetime of the corresponding
840 object.
841
842 * cap.h, cap.c: Correct cap type - was signed32 should be
843 signed_cell.
844
845 * cap.c (cap_add, cap_remove): New methods for cap object that
846 allow the explicit addition and removal of internal objects that
847 the cap knows about.
848
849 * cap.c (cap_init): Rewrite. Verify that the only objects
850 remaining in the cap data base are those that were entered first.
851 Thse objects will be the permenant ones.
852 * device.c (device_init_address): Remember to initialize the cap
853 database.
854
855 * device.c (device_create_instance_from): Explicitly add device
856 instances to the cap database. Simplify create code.
857 (device_instance_delete): Explicitly remove device instances from
858 the cap database.
859
860 * device.c (device_create_from): Explicitly add a device to the
861 cap data base.
862
863 * device.c (device_create_from): Always set the cap members.
864
865 * hw_disk.c: Output the instance when tracing.
866
867Sun Jan 19 16:44:29 1997 Andrew Cagney <cagney@kremvax.tpgi.com.au>
868
869 * tree.c (split_device_specifier): Add support for aliases when
870 looking up a device. Now needs a device as an argument.
871 (split_property_specifier): Ditto.
872
873Sun Jan 19 15:28:23 1997 Andrew Cagney <cagney@kremvax.tpgi.com.au>
874
875 * The memory "claim" and "release" methods take an address and
876 size as arguments. These may be multi cell values. Initially fix
877 the memory code so that they check/detect this. Leave the
878 adjustment of any clients to later.
879
880 * hw_memory.c (hw_memory_instance_claim,
881 hw_memory_instance_release): Handle multi-cell memory devices.
882
883 * hw_memory.c (hw_memory_instance_claim): Be tolerant towards the
884 release of memory regions that were not claimed.
885
886Fri Jan 17 12:01:07 1997 Andrew Cagney <cagney@kremvax.tpgi.com.au>
887
888 * device.h, device.c (device_instance_call_method): Correct return
889 type - can return either 0 or -1, hence should be a signed type.
890 * device_table.h: Ditto.
891
892 * hw_memory.c (hw_memory_instance_claim,
893 hw_memory_instance_release): Update.
894 * hw_disk.c (hw_disk_max_transfer, hw_disk_block_size,
895 hw_disk_nr_blocks): Ditto.
896
897Fri Jan 17 11:50:13 1997 Andrew Cagney <cagney@kremvax.tpgi.com.au>
898
899 * emul_chirp.c (chirp_emul_claim): Implement using the "claim"
900 method belonging to "/chosen/memory".
901 (chirm_emul_release): Ditto.
902
903 * Makefile.in (LIB_INLINE_SRC): Remove emul_* from list of files
904 that are inlined. These modules are called via a table and are
905 not made inline.
906
907 * hw_init.c (update_for_binary_section): Fix failure to allocate
908 memory used by the binary in real-mode executions. If "claim"
909 property is present, allocate memory from the "/chosen/memory"
910 device.
911
912 * emul_chirp.c (emul_chirp_create): Specify that memory should be
913 claimed when loading a real image.
914
915 * hw_memory.c (hw_memory_instance_claim): Don't page align memory
916 allocations.
917
918 * hw_memory.c (hw_memory_instance_release): Avoid infinite loop
919 when merging adjacent memory chunks.
920
921Thu Jan 16 08:51:25 1997 Andrew Cagney <cagney@kremvax.tpgi.com.au>
922
923 * vm.h (vm_data_map_read_buffer, vm_data_map_write_buffer): Add
924 optional PROCESSOR & CIA args so that this routine also abort an
925 access.
926
927 * vm_n.h (vm_data_map_read_N, vm_data_map_write_N): For a
928 miss-aligned access when a transfer fails abort.
929
930 * emul_bugapi.c (emul_bugapi_do_write): Use emul_read_buffer
931 instead of the vm_read_buffer.
932 * emul_netbsd.c (do_write): Ditto.
933 * emul_unix.c (do_unix_write): Ditto.
934
935Wed Jan 15 14:38:25 1997 Andrew Cagney <cagney@kremvax.tpgi.com.au>
936
937 * configure.in (--enable-sim-jump): Default is NULL and not -E.
938 * configure: Regenerate.
939
940 * basics.h (__attribute__): Enable attributes if GCC >= 2.6.
941 (UNUSED): Only enable UNUSED if GCC >= 2.7.
942
943 * gen-icache.c (print_icache_extraction): Print UNUSED macro
944 instead of explicit __unused__ attribute.
945 (print_icache_body): Ditto.
946 * idecode_expression.h (FPSCR_BEGIN): Use UNUSED.
947
948Wed Jan 15 13:54:50 1997 Andrew Cagney <cagney@kremvax.tpgi.com.au>
949
950 * cpu.h, cpu.c (cpu_synchronize_context): Add CIA argument as
951 reference point.
952
953 * vm.c (vm_synchronize_context): Add PROCESSOR and CIA as
954 arguments so that there is a reference point for recovery.
955 (vm_synchronize_context): Pass processor+cia for errors.
956 (om_unpack_sr): Ditto.
957 (om_unpack_srs): Ditto.
958 * vm.c (vm_create): Review error messages.
959
960 * vm.c: Include "cpu.h" so that cpu_error is visible.
961
962 * ppc-instructions (Return From Interrupt): Pass CIA.
963 (Instruction Synchronize): Ditto.
964 * psim.c (psim_init): Ditto.
965
966Wed Jan 15 12:25:11 1997 Andrew Cagney <cagney@kremvax.tpgi.com.au>
967
968 * cpu.h, cpu.c (cpu_error): Aborts simulation with error message,
969 but also saves current processor state.
970
971 * basics.h: Move #include <stdarg.h> to here from device_table.h.
972
973 * interrupts.c (perform_oea_interrupt): Use. No longer loose CIA
974 when simulation aborted.
975 (program_interrupt): Ditto.
976 (floating_point_unavailable_interrupt): Ditto.
977 (alignment_interrupt): Ditto.
978 (floating_point_assist_interrupt): Ditto.
979 (perform_oea_interrupt): Ditto.
980 (machine_check_interrupt): Ditto.
981
982Tue Jan 14 12:19:10 1997 Andrew Cagney <cagney@kremvax.tpgi.com.au>
983
984 * ppc-instructions (Move from Special Purpose Register): Support
985 move from DEC.
986
987Mon Jan 13 16:58:12 1997 Andrew Cagney <cagney@kremvax.tpgi.com.au>
988
989 * debug.h, debug.c: Add "interrupts" trace option.
990
991 * interrupts.c (data_storage_interrupt): Add tracing.
992 (machine_check_interrupt): Ditto.
993 (instruction_storage_interrupt): Ditto.
994 (alignment_interrupt): Ditto.
995 (program_interrupt): Ditto.
996 (floating_point_unavailable_interrupt): Ditto.
997 (system_call_interrupt): Ditto.
998 (floating_point_assist_interrupt): Ditto.
999 (deliver_hardware_interrupt): Ditto.
1000
1001 * interrupts.c (program_interrupt): For UEA mode, halt the
1002 processor - so that the current state is saved - instead of
1003 aborting.
1004 (floating_point_unavailable_interrupt): Ditto.
1005 (floating_point_assist_interrupt): Ditto.
1006
1007Thu Jan 2 09:10:41 1997 Andrew Cagney <cagney@kremvax.tpgi.com.au>
1008
1009 * interrupts.c (perform_oea_interrupt): Halt rather than abort on
1010 a double interrupt.
1011
1012Wed Jan 1 22:54:52 1997 Andrew Cagney <cagney@kremvax.tpgi.com.au>
1013
1014 * ppc-instructions (Store Multiple Word, Load Multiple Word):
1015 Enable.
1016
1017 * tree.c (print_properties): For an array consider printing it out
1018 as an integer array.
1019
1020 * hw_memory.c (hw_memory_init_address): If an "available" property
1021 is present, use that to initialize the available memory instead of
1022 using the reg property.
1023
1024 * emul_generic.c (emul_add_tree_hardware): Add "available"
1025 property to memory device.
1026
1027Fri Dec 20 13:19:07 1996 Andrew Cagney <cagney@kremvax.tpgi.com.au>
1028
1029 * ppc-instructions (Rotate Left Word then AND with Mask): Enable.
1030
1031 * device.c (device_instance_call_method): Was only looking at the
1032 first method.
1033
1034 * hw_disk.c (hw_disk_nr_blocks): Implement #blocks method.
1035 (hw_disk_block_size): Implement block-size method.
1036 (hw_disk_max_transfer): Implement max-transfer method.
1037
1038 * hw_phb.c (hw_phb_init_address): Reinit the rest of the PHB.
1039
1040 * emul_chirp.c (chirp_emul_instance_to_path): Recover from an
1041 invalid ihandle.
1042 (chirp_emul_instance_to_package): Ditto.
1043 (chirp_emul_method): Ditto.
1044 (chirp_emul_read): Ditto.
1045 (chirp_emul_write): Ditto.
1046 (chirp_emul_close): Ditto.
1047 (chirp_emul_seek): Ditto.
1048 (chirp_emul_package_to_path): Ditto (for phandle).
1049 (chirp_emul_package_to_path): Return the length.
1050
1051 * psim.c (psim_merge_device_file): Allow continuation lines.
1052
1053Thu Dec 19 11:09:43 1996 Andrew Cagney <cagney@kremvax.tpgi.com.au>
1054
1055 * emul_chirp.c (chirp_emul_boot): Implement. Well report the new
1056 string and exit.
1057
1058 * emul_chirp.c (chirp_emul_exit): Correct type of args struct
1059 members - *_cell not host dependant int.
1060
1061Wed Dec 18 17:49:59 1996 Andrew Cagney <cagney@kremvax.tpgi.com.au>
1062
1063 * interrupts.c (perform_oea_interrupt): Print additional
1064 information if a double interrupt is encountered.
1065
1066Wed Dec 18 17:49:59 1996 Andrew Cagney <cagney@kremvax.tpgi.com.au>
1067
1068 * psim.c (psim_merge_device_file): Tolerate an incorrect file-name
1069 being specified with the -f option.
1070 (psim_merge_device_file): Correct check for end of string.
1071
1072Wed Dec 18 17:49:59 1996 Andrew Cagney <cagney@kremvax.tpgi.com.au>
1073
1074 * emul_chirp.c (chirp_emul_peer): Was falling off the end of the
1075 list of devices. Return zero to the client instead.
1076 * emul_chirp.c (chirp_emul_child): Ditto
1077 * emul_chirp.c (chirp_emul_parent): Ditto
1078
1079 * device.c (device_root): Assert assumption about the device being
1080 valid.
1081
1082Tue Dec 17 15:12:38 1996 Andrew Cagney <cagney@kremvax.tpgi.com.au>
1083
1084 * emul_chirp.c (emul_chirp_create): Add description property to
1085 each significant node in the device tree.
1086 * emul_bugapi.c (emul_bugapi_create): Ditto.
1087
1088Fri Dec 13 14:30:31 1996 Andrew Cagney <cagney@kremvax.tpgi.com.au>
1089
1090 * main.c (sim_io_read_stdin): For a single byte STDIO read, use a
1091 tempoary two byte buffer. Single byte read with fgets will not
1092 work.
1093 * main.c: Include errno.h.
1094 (sim_io_read_stdin): For non-STDIO, make it work.
1095
1096 * emul_chirp.c (chirp_emul_read): Return the correct error status.
1097
1098Fri Dec 13 14:30:31 1996 Andrew Cagney <cagney@kremvax.tpgi.com.au>
1099
1100 * std-config.h (WITH_STDIO): Don't hard-wire the STDIO mechanism.
1101 Instead have each emulation default it to DO_USE_STDIO.
1102
1103 * emul_generic.c (emul_add_tree_options): Select the STDIO I/O
1104 mechanism as the default if enabled or if nothing selected.
1105
1106 * sim_calls.c (sim_io_read_stdin): Passify GCC's desire for a
1107 return value.
1108 (sim_io_write_stdout): Ditto.
1109 (sim_io_write_stderr): Ditto.
1110 * main.c (sim_io_write_stdout): Ditto.
1111 (sim_io_write_stderr): Ditto.
1112 (sim_io_read_stdin): Ditto.
1113
1114Tue Dec 10 10:31:48 1996 Michael Meissner <meissner@tiktok.cygnus.com>
1115
1116 * emul_chirp.c (emul_chirp_instruction_call): Make *printf calls
1117 type correct.
1118 * vm.c (om_effective_to_virtual): Ditto.
1119 * events.c (event_queue_schedule{,_after_signal}): Ditto.
1120 (event_queue_{deschedule,process}): Ditto.
1121 * hw_htab.c (htab_decode_hash_table): Ditto.
1122 (htab_map_{page,binary}): Ditto.
1123 * hw_opic.c (hw_opic_init_data): Ditto.
1124 (handle_interrupt): Ditto.
1125 (do_processor_init_register_{read,write}): Ditto.
1126 (write_vector_priority_register): Ditto.
1127 ({read,write}_destination_register): Ditto.
1128 (do_suprious_vector_register_{read,write}): Ditto.
1129 (do_current_task_priority_register_N_{read,write}): Ditto.
1130 (do_timer_frequency_reporting_register_{read,write}): Ditto.
1131 (do_timer_N_{current,base}_count_register_{read,write}): Ditto.
1132 (do_ipi_N_dispatch_register_write): Ditto.
1133 (do_vendor_identification_register_read): Ditto.
1134 (do_feature_reporting_register_N_read): Ditto.
1135 (do_global_configuration_register_N_{read,write}): Ditto.
1136 * hw_phb.c (hw_phb_attach_address): Ditto.
1137 (hw_phb_unit_decode): Ditto.
1138 (hw_phb_address_to_attach_address): Ditto.
1139 (hw_phb_io_{read,write}_buffer): Ditto.
1140 * hw_ide.c (setup_fifo): Ditto.
1141
1142 * sim_calls.c ({defs,callback,remote-sim}.h): Find gdb include
1143 files via -I<dir> instead of using "../../gdb/" prefixes.
1144
1145Tue Dec 10 10:12:44 1996 Andrew Cagney <cagney@kremvax.tpgi.com.au>
1146
1147 * debug.h: Add tracing for the pal device.
1148 * hw_pal.c: Update.
1149
1150 * emul_chirp.c (chirp_emul_getprop): More tracing.
1151
1152Tue Dec 10 10:12:44 1996 Andrew Cagney <cagney@kremvax.tpgi.com.au>
1153
1154 * device.h, device.c (device_find_ihandle_runtime_property): New
1155 function. Reverse of add_ihandle_runtime property.
1156 (device_init_runtime_properties): Use it.
1157
1158 * device.c (find_property_entry): New function returns the
1159 internal property spec.
1160 (device_set_property): Use.
1161 (device_find_property): Use.
1162
1163Tue Dec 10 10:12:44 1996 Andrew Cagney <cagney@kremvax.tpgi.com.au>
1164
1165 * psim.c (psim_merge_device_file): Strip newline from device
1166 specs.
1167
1168Tue Dec 10 10:12:44 1996 Andrew Cagney <cagney@kremvax.tpgi.com.au>
1169
1170 * hw_htab.c (htab_map_binary): For overlapping text / data maps
1171 merge the two. Also check that the merge is safe.
1172
1173 * emul_chirp.c (emul_chirp_create): Add a description property to
1174 the pte's so that they are easier to identify.
1175
1176 (emul_chirp_create): Don't specify a load address for the CHRP
1177 image. Always use the values specified by the executable.
1178
1179 * hw_htab.c (htab_map_page): Abort if a duplicate map is
1180 encountered.
1181
1182Mon Dec 9 12:08:46 1996 Andrew Cagney <cagney@kremvax.tpgi.com.au>
1183
1184 * hw_htab.c (htab_map_page): Formatting.
1185
1186 * emul_chirp.c (emul_chirp_instruction_call): Check for a NULL
1187 method name when handling the client call. Also check for other
1188 bad call arguments.
1189
1190 * emul_chirp.c (emul_chirp_create): Allow real-mode?, real-base,
1191 etc to be overriden.
1192
1193Mon Dec 9 12:08:46 1996 Andrew Cagney <cagney@kremvax.tpgi.com.au>
1194
1195 * os_emul.c (os_emul_create): Use tree find property instead of
1196 device find property - sigh.
1197
1198Thu Dec 5 10:46:42 1996 Andrew Cagney <cagney@kremvax.tpgi.com.au>
1199
1200 * 961205: Release snapshot 961205.
1201
1202Thu Dec 5 10:46:42 1996 Andrew Cagney <cagney@kremvax.tpgi.com.au>
1203
1204 * configure.in (hostbitsize, bitsize): Fix typo in error message -
1205 cannot contain a comma.
1206 (sim-warnings): Check for more potential errors.
1207
1208 * psim.c (psim_usage): Add -f <file> option. Specifies a file
1209 containing device tree specifications that should be merged into
1210 the device tree.
1211
1212 * configure.in: Sort options.
1213 * configure: Rebuild
1214
1215Wed Dec 4 13:57:31 1996 Andrew Cagney <cagney@kremvax.tpgi.com.au>
1216
1217 * psim.c (psim_usage): Add -n option - specify number of
1218 processors.
1219
1220 * emul_chirp.c: Add description.
1221 * emul_bugapi.c: Ditto.
1222 * emul_unix.c: Ditto.
1223 * emul_netbsd.c: Ditto.
1224
1225Fri Nov 29 11:12:22 1996 Andrew Cagney <cagney@kremvax.tpgi.com.au>
1226
1227 * hw_pal.c (hw_pal_attach_address): New function, if an attach is
1228 encountered, assume that it is the single disk.
1229 * hw_pal.c: Add generic device/size decode methods.
1230
1231 * hw_nvram.c (hw_nvram_init_address): Use the first nonzero reg
1232 property entry when determining the nvram size.
1233
1234 * hw_core.c: Add generic address/size decode methods.
1235
1236 * emul_chirp.c (emul_chirp_instruction_call): Return and trace
1237 nonzero status from client functions.
1238
1239 * main.c (error): Always include a cariage return when writing out
1240 errors.
1241
1242Wed Nov 20 00:36:55 1996 Doug Evans <dje@canuck.cygnus.com>
1243
1244 * sim_calls.c (sim_resume): Reset sim_should_run if single
1245 stepping.
1246
1247Thu Nov 28 13:19:46 1996 Andrew Cagney <cagney@kremvax.tpgi.com.au>
1248
1249 * emul_bugapi.c (emul_bugapi_do_diskio): Add support for multiple
1250 optional disks.
1251
1252 * emul_generic.c (emul_add_tree_hardware): Drop the dummy eeprom.
1253 Attach the pal - for I/O - as a pseudo device haning from the
1254 firmware sub tree.
1255
1256 * emul_bugapi.c (emul_bugapi_create): Add a small memory device to
1257 the device tree at the address of the hi-mem interrupt vector
1258 addreses. Used by bugapi to establish its trap instructions.
1259
1260 * debug.h: Add a new macro DITRACE for tracing device instances.
1261
1262 * debug.h: Extend the DTRACE macro so that it can also tests for
1263 device specific tracint.
1264
1265 * device.h, device.c (device_trace): Add method to determine
1266 device specific tracing.
1267 (device_init_address): Set the devices tracing level.
1268
1269Thu Nov 21 12:05:32 1996 Andrew Cagney <cagney@kremvax.highland.com.au>
1270
1271 * tree.h, tree.c (tree_device): New files - separate out the
1272 device parser and other tree operations from the device.
1273
1274 * inline.h, inline.c (INLINE_TREE): Add.
1275 * device.h, device.c (device_tree_add_parsed): Delete.
1276 * Makefile.in (tree.c): Add rules for new file.
1277 * Makefile.in: Better order the emul_* files.
1278
1279 * emul_generic.c (emul_add_tree_hardware): Update.
1280 * emul_netbsd.c (emul_netbsd_create): Update.
1281 * emul_unix.c (emul_unix_create): Ditto.
1282 * emul_chirp.c (emul_chirp_create): Ditto.
1283 * emul_bugapi.c (emul_bugapi_create): Ditto.
1284 * psim.c (psim_tree): Ditto.
1285 * hw_init.c: Ditto.
1286
1287 * emul_generic.h: Include tree.h
1288 * Makefile.in: Add to EMUL_GENERIC_H dependencies.
1289
1290 * device.h, device.c (device_root): New function - returns the
1291 root of the tree.
1292 * corefile.c: Use.
1293
1294 * device.h, device.c (device_clean): New function, clean up device
1295 ready for next simulation run. This includes things like deleting
1296 interrupt edges and properties created during the simulation and
1297 also scrubbing any pre-defined properties.
1298 * tree.c (tree_init): Use.
1299
1300 * device.h, device.c (device_init_static_properties): New
1301 function. Initialize any static predefined properties. By static
1302 we mean those that have values that can be determined before the
1303 device tree initialization has started.
1304 * tree.c (tree_init): Use.
1305
1306 * device.h, device.c (device_init_address): Add code to
1307 check/verify the devices #address-cells and #size-cells.
1308 (device_add_integer_property): Delete corresponding code.
1309 (device_nr_address_cells, device_nr_data_cells): Check for
1310 property when returning value.
1311
1312 * device.h, device.c (device_init_runtime_properties): New
1313 function. Initialize those properties that are not `static'. At
1314 present the only such property is the ihandle.
1315 * tree.c (tree_init): Use.
1316
1317 * device.h, device.c (reg, ranges): Rework these so that they use
1318 an array of the fundamental type - single reg or single range
1319 entry.
1320
1321 * device.h, device.c (device_add_ihandle_runtime_property):
1322 Re-implement the adding of an ihandle during tree construction so
1323 that it better fits in with device initialization.
1324
1325Thu Nov 21 12:05:32 1996 Andrew Cagney <cagney@kremvax.highland.com.au>
1326
1327 * device.h, device.c (device_ioctl): Add additional argument -
1328 request - so that the caller must always specify the type of
1329 the ioctl request.
1330
1331 * device_table.h: Update.
1332 * hw_trace.c (hw_trace_ioctl): Ditto.
1333 * hw_vm.c (hw_vm_ioctl_callback): Ditto.
1334 * hw_init.c (hw_stack_ioctl_callback): Ditto.
1335 * psim.c (psim_options): Ditto.
1336
1337Thu Nov 21 12:05:32 1996 Andrew Cagney <cagney@kremvax.highland.com.au>
1338
1339 * BUGS: Updated a bit.
1340
1341Wed Nov 20 14:06:37 1996 Andrew Cagney <cagney@kremvax.highland.com.au>
1342
1343 * hw_opic.c: Finish - third round.
1344
1345Wed Nov 20 12:02:08 1996 Andrew Cagney <cagney@kremvax.highland.com.au>
1346
1347 * hw_glue.c (hw_glue_io_read_buffer_callback): Fix miscalc of glue
1348 reg index.
1349 (hw_glue_io_write_buffer_callback): Ditto.
1350
1351Tue Nov 19 21:17:08 1996 Andrew Cagney <cagney@kremvax.highland.com.au>
1352
1353 * events.c (event_queue_process): Was incorrectly consuming future
1354 events on the queue when they should be left alone.
1355
1356 * debug.h, debug.c (events): Add support for event queue tracing.
1357 * events.c: Add event tracing.
1358
1359 * debug.h, debug.c: Order device trace options.
1360
1361Fri Nov 15 15:23:39 1996 Michael Meissner <meissner@tiktok.cygnus.com>
1362
1363 * pk_disklabel.c (pk_disklabel_create_instance): Fix up some
1364 warnings generated by GCC.
1365
1366Sun Nov 17 17:59:14 1996 Andrew Cagney <cagney@kremvax.highland.com.au>
1367
1368 * sim-endian.h: Add LE versions of byte swap macros. Needed for
1369 PCI devices which are little-endian.
1370
1371 * sim-endian-n.h (endian_le2h_N, endian_h2le_N): Ditto
1372
1373Sun Nov 17 17:59:14 1996 Andrew Cagney <cagney@kremvax.highland.com.au>
1374
1375 * hw_iobus.c (hw_iobus_attach_address_callback): Change the iobus
1376 so that it is implementing a 1-1 address map.
1377
1378 * emul_generic.c (emul_add_tree_hardware): Adjust.
1379
1380 * emul_generic.c (emul_add_tree_hardware): Don't add the nvram as
1381 a default.
1382
1383Sun Nov 17 17:59:14 1996 Andrew Cagney <cagney@kremvax.highland.com.au>
1384
1385 * device.c (split_find_device): Be tolerant of missing unit
1386 addresses.
1387
1388Fri Nov 15 16:49:49 1996 Andrew Cagney <cagney@kremvax.highland.com.au>
1389
1390 * basics.h (port_direction): New type, specify the direction of
1391 any `port'.
1392
1393 * device.h, device.c (device_interrupt_decode): Include
1394 specification of port direction in operations.
1395 (device_interrupt_encode): Ditto.
1396
1397 * device_table.h: Add a direction field to the interrupt port
1398 table.
1399
1400 * device.c (device_tree_add_parsed): Specify port direction.
1401
1402Thu Nov 14 21:38:13 1996 Andrew Cagney <cagney@kremvax.highland.com.au>
1403
1404 * hw_opic.c: Finish - second round.
1405
1406Thu Nov 7 00:18:59 1996 Andrew Cagney <cagney@kremvax.highland.com.au>
1407
1408 * hw_htab.c (htab_init_data_callback): Allow the virtual-address
1409 to be specified as an array which allows 64bit addresses.
1410
1411 * device.c (device_find_integer_array_property): New function.
1412 Simplify the querying of elements of an integer array.
1413 (device_add_integer_property, device_find_integer_property):
1414 Update to correctly use the cell type.
1415
1416 * vm.c (om_unpack_sr): Clarify shifting comment.
1417 (om_pte_0_masked_vsid): Ditto. Add 64bit version.
1418
1419 * emul_chirp.c (emul_chirp_create): Initialize the segment
1420 registers.
1421
1422 * vm.c (om_effective_to_virtual): Trace segment register use.
1423
1424 * hw_htab.c (htab_map_page): Print out the pteg base address to
1425 simplify cross checking between vm and the htab.
1426 (htab_decode_hash_table): Use device_error instead of error.
1427 (htab_map_page): Ditto.
1428 (htab_dma_binary): Ditto.
1429 (htab_map_binary): Ditto.
1430 (htab_init_data_callback): Ditto.
1431
1432Wed Nov 6 20:20:58 1996 Andrew Cagney <cagney@kremvax.highland.com.au>
1433
1434 * interrupts.h: Clarify what the optional instruction program
1435 interrupt is - a subset of illegal instruction program interrupt.
1436
1437 * interrupts.c (program_interrupt): For UEA mode, clarify what an
1438 optional instruction program interrupt is.
1439 (program_interrupt): For OEA mode, as per spec, generate an
1440 illegal instruction program interrupt when an optional instruction
1441 is encountered.
1442
1443 * gen-semantics.c (print_semantic_body): Delete code
1444 differentiating between an unimplemented floating point and normal
1445 instruction. Instead, such a case can be handled explicitly.
1446
1447 * ppc-instructions (store floating-point as integer word indexed):
1448 Mark as optional.
1449 (Floating Convert to Integer Doubleword): Make the floating point
1450 assist interrupt explicit.
1451 (Floating Convert To Integer Doubleword with round towards Zero):
1452 Ditto.
1453 (Floating Convert To Integer Word): Ditto
1454 (Move From FPSCR): Ditto.
1455 (Move to Condition Register from FPSCR): Ditto.
1456 (Move To FPSCR Fields): Ditto.
1457 (Move To FPSCR Field Immediate): Ditto.
1458 (Move To FPSCR Bit 0): Ditto.
1459 (Move To FPSCR Bit 1): Ditto.
1460
1461Mon Nov 4 12:49:13 1996 Andrew Cagney <cagney@kremvax.highland.com.au>
1462
1463 * corefile.c (core_map_read_buffer, core_map_write_buffer): Avoid
1464 breaking up transfers.
1465
1466 * corefile.c: Adjust arguments so that the client server
1467 relationship is clarified.
1468
1469 * hw_glue.c (hw_glue_init_address): Update so it can be attached
1470 to a PCI bus.
1471
1472 * hw_disk.c (hw_disk_instance_write): Add more checks to disk IO -
1473 looking for things like overflow/underflow.
1474
1475Sun Nov 3 18:45:20 1996 Andrew Cagney <cagney@kremvax.highland.com.au>
1476
1477 * emul_generic.c (emul_add_tree_hardware): Hang the disk off the
1478 PAL device instead of the IOBUS. The disk must be attached to a
1479 logical bus.
1480
1481 * hw_disk.c (hw_disk_init_address): Just use the unit address
1482 directly in the attach - the rest isn't relevant.
1483
1484Sat Nov 2 21:48:57 1996 Andrew Cagney <cagney@kremvax.highland.com.au>
1485
1486 * configure.in (sim-hardware, sim-packages): Allow additional
1487 hardware and packages to be prefixed as well as appended.
1488
1489 * Makefile.in (tmp-hw, tmp-pk): Retain the user specified order of
1490 packages when building them. Consequently, a user can override a
1491 standard device by prefixing their own version.
1492
1493 * Makefile.in (hw_opic.o, hw_pci.o, hw_ide.o): Add dependencies.
1494
1495Fri Nov 1 14:42:57 1996 Michael Meissner <meissner@tiktok.cygnus.com>
1496
1497 * mon.c (_cpu_mon): Add fields for counting 1, 2, 4, and 8 byte
1498 reads and writes.
1499 (mon_{read,write}): Count 1, 2, 4, and 8 byte reads/writes.
1500 (mon_print_info): Correct typo regarding # of unaligned reads and
1501 writes. Print out how many 1, 2, 4, and 8 byte reads/writes there
1502 are.
1503
1504Tue Oct 29 17:55:43 1996 Michael Meissner <meissner@tiktok.cygnus.com>
1505
1506 * configure.in (AC_CHECK_FUNCS): Add access.
1507 * config{.in,ure}: Regenerate.
1508
1509 * emul_unix.c (do_unix_nop): System call that always succeeds.
1510 (do_unix_access): Support access system call.
1511 (solaris_descriptors): Make sigaltstack and sigaction nops.
1512 ({solaris,linux}_descriptors): Add support for access.
1513
1514Tue, 8 Oct 18:42:26 1996 Jason Molenda <crash@cygnus.co.jp>
1515
1516 * Makefile.in (clean): Move config.log to distclean.
1517
1518Fri Nov 1 16:44:28 1996 Andrew Cagney <cagney@kremvax.highland.com.au>
1519
1520 * corefile-n.h (core_map_write_N): Improve abort messages.
1521
1522 * device.h, device.c (device_attach_address): Remove unused name
1523 parameter.
1524 (device_detach_address): Ditto.
1525 * device_table.h, device_table.c: Update.
1526 * hw_iobus.c (hw_iobus_attach_address_callback): Ditto.
1527 * hw_nvram.c (hw_nvram_init_address): Ditto.
1528 * hw_memory.c (hw_memory_init_address): Ditto.
1529 * hw_vm.c (hw_vm_init_address_callback): Ditto.
1530 (hw_vm_attach_address): Ditto.
1531 (hw_vm_add_space): Ditto.
1532 * hw_init.c (update_for_binary_section): Ditto.
1533 * hw_core.c (hw_core_attach_address_callback): Ditto.
1534
1535 * hw_iobus.c (hw_iobus_attach_address_callback): Rewrite to handle
1536 configurable parent busses.
1537
1538Wed Oct 30 18:46:32 1996 Andrew Cagney <cagney@kremvax.highland.com.au>
1539
1540 * device_table.c (generic_device_size_to_attach_size): Provide
1541 limited support for multi-cell sizes.
1542 (generic_device_address_to_attach_address): Ditto for addresses.
1543
1544Tue Oct 29 02:01:29 1996 Andrew Cagney <cagney@kremvax.highland.com.au>
1545
1546 * device.c (device_add_integer_property): Check for setting of
1547 #address-cells and #size-cells properties. For these, update the
1548 corresponding device values.
1549 (device_nr_address_cells, device_nr_size_cells): Use the value
1550 from the device instead of the property.
1551
1552 * hw_core.c: Use generic address and size conversions for the top
1553 bus.
1554
1555 * hw_memory.c (hw_memory_init_address): Tolerate case where
1556 #address and #size cells is greater than 1.
1557
1558 * device.c (device_tree_print_device): Clean out printing of
1559 properties.
1560
1561 * device.c (split_device_specifier): Don't detect comments here -
1562 "#" can be a valid prefix - eg #size-cells.
1563
1564 * psim.c (psim_merge_device_file): Suppress comments and blank
1565 lines here.
1566
1567 * emul_generic.c (emul_add_tree_hardware): Fix typo of incorrect
1568 pal unit address. Add the property /#address-cells to the root of
1569 the tree.
1570
1571 * device.c (device_template_create_device): Check that the unit
1572 address was successfully parsed.
1573
1574 * device_table.c (generic_device_unit_decode): Rewrite to better
1575 handle multi-cell addresses.
1576 (generic_device_unit_encode): Ditto.
1577
1578 * emul_generic.c (emul_add_tree_hardware): "reg" properties no
1579 longer need the explicit array type - the parser takes care of it.
1580
1581 * pk_disklabel.c (pk_disklabel_create_instance): Add NULL return
1582 to keep GCC happy.
1583
1584Mon Oct 28 22:55:48 1996 Andrew Cagney <cagney@kremvax.highland.com.au>
1585
1586 * hw_ide.c: New file. Model of a basic IDE interface attached to
1587 a PCI bus.
1588
1589 * configure.in (hardware): Add the ide device to the default
1590 configuration.
1591 * configure: Regenerate.
1592
1593 * debug.h, debug.c: Add tracing option for the IDE device.
1594
1595Fri Oct 25 21:28:25 1996 Andrew Cagney <cagney@kremvax.highland.com.au>
1596
1597 * hw_phb.c, hw_phb.h: New files - implement a PHB.
1598
1599 * configure.in (hardware): Add the phb to the list of devices to
1600 build by default.
1601
1602Fri Oct 25 21:28:25 1996 Andrew Cagney <cagney@kremvax.highland.com.au>
1603
1604 * hw_com.c: Review description.
1605 * hw_disk.c: Ditto.
1606 * hw_htab.c: Ditto.
1607 * hw_eeprom.c: Ditto.
1608 * hw_init.c: Ditto.
1609 * hw_cpu.c: Ditto.
1610
1611 * hw_com.c: Update event handling.
1612
1613 * hw_disk.c: Implement tracing.
1614
1615Fri Oct 25 21:28:25 1996 Andrew Cagney <cagney@kremvax.highland.com.au>
1616
1617 * device_table.c (generic_device_init_address): Use
1618 assigned-addresses property in preference to any other reg
1619 property.
1620
1621Fri Oct 25 21:28:25 1996 Andrew Cagney <cagney@kremvax.highland.com.au>
1622
1623 * device.h, device.c (device_find_ranges_property): New function.
1624 Simplify the manipulation of "ranges" properties.
1625
1626 * device.c (device_add_parsed): Extend to include support for the
1627 ranges property.
1628
1629 * device.c (device_add_parsed): Add assigned-addresses to the list
1630 of reg type properties.
1631
1632 * device.c (device_tree_print_device): Add code to format and
1633 print a ranges property.
1634
1635 * device.h, device.c (device_nr_address_cells,
1636 device_nr_size_cells): New functions. Determine the values of the
1637 standard properties #address-cells and #size-cells. Both of which
1638 are optional and have default values of two and one respectfuly.
1639 Previously, code that determined #address-cells was incorrectly
1640 using a value of one.
1641
1642Fri Oct 25 21:28:25 1996 Andrew Cagney <cagney@kremvax.highland.com.au>
1643
1644 * debug.h, debug.c: Sort debug options, Add entries for the
1645 comming PHB device.
1646
1647Fri Oct 18 12:12:21 1996 Michael Meissner <meissner@tiktok.cygnus.com>
1648
1649 * ppc-instructions (Floating Select): Add support for fsel unless
1650 model is 601. Allow user to filter out instruction unless -Fs is
1651 passed to igen.
1652 (Store Floating-Point as Integer Word Indexed): Raise optional
1653 instruction program abort. Allow user to filter out instruction
1654 unless -Fs is passed to igen.
1655 (Floating Square Root{, Single}): Ditto.
1656 (Floating Reciprocal Estimate Single): Ditto.
1657 (Floating Reciprocal Square Root Estimate): Ditto.
1658
1659 * configure.in (--enable-sim-filter): If not passed, pass 32,f,s
1660 to igen.
1661 * configure: Regenerate.
1662
1663 * interrupts.h (program_interrupt_reasons): Add
1664 optional_instruction_program_interrupt.
1665
1666 * interrupts.c (program_interrupt): Call error with more detailed
1667 information on program interrupts, particularly in user mode. Add
1668 support for optional_instruction_program_interrupt.
1669
1670Wed Sep 25 10:20:29 1996 Andrew Cagney <cagney@kremvax.highland.com.au>
1671
1672 * hw_glue.c: New device. Hooks for manipulating interrupt ports.
1673
1674 * debug.h, debug.c (trace_glue_device): Add tracing support for
1675 the interrupt glue logic device.
1676
1677 * configure.in (hardware): Add glue device.
1678 * configure: Regenerate.
1679
1680Tue Sep 24 20:55:38 1996 Andrew Cagney <cagney@kremvax.highland.com.au>
1681
1682 * device.c (device_tree_parse_integer_property): New function,
1683 parse a list of integers as an array property.
1684 (device_tree_add_parsed): Call it.
1685
1686 * device.c (device_tree_parse_string_property): New function,
1687 parse a list of strings as a string property (with embeded
1688 null's). For moment, don't try to implement a complext string
1689 parser.
1690 (device_tree_add_parsed): Call it.
1691
1692Tue Sep 24 16:30:48 1996 Andrew Cagney <cagney@kremvax.highland.com.au>
1693
1694 * hw_opic.c: New file. OpenPIC interrupt controller.
1695
1696 * configure.in (hardware): Add opic device.
1697 * configure: re-generate.
1698
1699 * hw_pic.c: Delete, replaced with hw_opic.c.
1700
1701 * debug.h, debug.c: Add debug option for OpenPIC device. -
1702 opic-device.
1703
1704Tue Sep 24 16:30:48 1996 Andrew Cagney <cagney@kremvax.highland.com.au>
1705
1706 * Makefile.in (psim.o, idecode.o): Since idecode and not psim is
1707 now the file that does all the inlining.
1708
1709 * Makefile.in (LIB_SRC, LIB_INLINE_SRC, idecode.o): Break out the
1710 library source code that could be involved in an inlining. Make
1711 idecode.o only dependant on the inlined library source code.
1712
1713 * Makefile.in (LIB_OBJ): Put options last on the list so that it
1714 is compiled last.
1715
1716 * std-config.h (DEVICE_INLINE): Only inline locals when the
1717 default is to inline.
1718
1719Mon Sep 23 00:37:49 1996 Andrew Cagney <cagney@kremvax.highland.com.au>
1720
1721 * hw_htab.c (htab_sum_binary): Determine the real-base for the
1722 binary.
1723
1724 * hw_htab.c (htab_map_binary): Depending on the value of the
1725 load-base, either map the program in as a contiguous section or as
1726 separate sections controled by th binaries lma values.
1727 (htab_init_data_callback): Ditto.
1728
1729Sun Sep 22 15:56:22 1996 Andrew Cagney <cagney@kremvax.highland.com.au>
1730
1731 * emul_generic.c (emul_add_tree_options): Remove load-base option.
1732
1733 * emul_chirp.c (map_over_chirp_note): Add load_base field to note
1734 struct. Don't require the load_base field to be present - just
1735 issue warning - it is a recent addition.
1736 (emul_chirp_create): Support both virtual and physical modes.
1737
1738 * emul_chirp.c (emul_chirp_create): Add a stack initialization
1739 property so that any arguments specified on the command line can
1740 be passed on to user programs.
1741
1742 * hw_init.c (create_ppc_chirp_bootargs): Add support for chirp
1743 argument passing to the pseudo device stack.
1744
1745Sat Sep 21 19:39:56 1996 Andrew Cagney <cagney@kremvax.highland.com.au>
1746
1747 * device.c (device_error): Make it more tolerant to incomplete
1748 devices.
1749
1750 * hw_init.c (hw_data_init_data_callback): Extend the data device
1751 so that it can perform initialization operations either dma or a
1752 more complex instance open, seek, write operation.
1753 * hw_init.c: Update the description of the data device to reflect
1754 this.
1755
1756Sat Sep 21 00:13:02 1996 Andrew Cagney <cagney@kremvax.highland.com.au>
1757
1758 * device.c (device_event_queue_schedule,
1759 device_event_queue_deschedule, device_event_queue_time): Have the
1760 device object export the event operations. Making these available
1761 from the device object should hopefully simplify writing device
1762 models.
1763
1764Fri Sep 20 14:04:40 1996 Andrew Cagney <cagney@kremvax.highland.com.au>
1765
1766 * configure.in (sim-hardware): Add eeprom device to default build.
1767
1768 * hw_eeprom.c: Rewrite so it works.
1769
1770 * debug.h, debug.c: Add tracing support for the eeprom and com
1771 devices.
1772
1773Thu Sep 19 14:40:40 1996 Andrew Cagney <cagney@kremvax.highland.com.au>
1774
1775 * debug.h: Add disklabel-package and disk-device trace options.
1776 debug.h (PTRACE): Add macro to simplify tracing in packages.
1777
1778Thu Sep 19 14:40:40 1996 Andrew Cagney <cagney@kremvax.highland.com.au>
1779
1780 * device.c (device_create_instance_from): Tighten up loop
1781 searching for device instances.
1782 (device_instance_delete): Ditto.
1783 (device_instance_delete): Only leaf instances need to be removed
1784 from a devices list of active instances.
1785
1786Thu Sep 19 14:40:40 1996 Andrew Cagney <cagney@kremvax.highland.com.au>
1787
1788 * hw_disk.c: Add the cdrom as an alias.
1789
1790 * pk_disklabel.c (disklabel_delete): Implement, remembering to
1791 delete the raw disk instance while we're at it.
1792
1793 * pk_disklabel.c (pk_disklabel_create_instance): Implement a
1794 little bit more - still a long way to go.
1795
1796 * pk_disklabel.c (disklabel_write, disklabel_read): Remember the
1797 new head position after a read or write.
1798
1799Thu Sep 19 13:05:40 1996 Andrew Cagney <cagney@kremvax.highland.com.au>
1800
1801 * emul_chirp.c (chirp_emul_read): Allow reads to be longer then
1802 the internal buffer.
1803
1804Thu Sep 19 13:05:40 1996 Andrew Cagney <cagney@kremvax.highland.com.au>
1805
1806 * emul_chirp.c (chirp_read_t2h_args): Call memset-0 with the args
1807 in the correct order.
1808
1809 * emul_chirp.c (chirp_emul_call_method): Correct computation for
1810 the address of the first stack argument passed in from the client
1811 program.
1812
1813Wed Sep 18 19:33:54 1996 Andrew Cagney <cagney@kremvax.highland.com.au>
1814
1815 * words.h: Add new types signed_cell and unsigned_cell which
1816 correspond to the signed and unsigned IEEE 1275 memory locations.
1817 * device.h, device.c, emul_chirp.c: Where refering to an IEEE 1275
1818 memory cell, replace uses of unsigned32 with unsigned_cell.
1819 * device_table.h: Ditto.
1820
1821 * sim-endian.h: Add new macros H2BE_cell and BE2H_cell which
1822 convert cell sized values to from big endian.
1823 * device.c, emul_chirp.c: Where refering to IEEE 1275 memory cells
1824 use these new macros.
1825
1826Tue Sep 17 15:57:44 1996 Andrew Cagney <cagney@kremvax.highland.com.au>
1827
1828 * device.c (device_tree_add_parsed): Detect and report an
1829 interrupt being attached to an invalid device. Was dumping core.
1830
1831Mon Sep 16 23:09:12 1996 Andrew Cagney <cagney@kremvax.highland.com.au>
1832
1833 * device.h, device.c (device_address_to_attach_address,
1834 device_size_to_attach_size): New functions. Convert a devices
1835 unit address or unit size structure into a form suitable for
1836 passing on to the attach and detach functions.
1837 * device_table.h: Add extra methods to device table.
1838
1839 * device.h, device.c (device_find_reg_property): New function.
1840 For a reg type property, return the selected address + size
1841 tupple, along with a positive success status. Add a reg_property
1842 to the list of property types.
1843 * (device_tree_add_parsed): Make array properties with the name
1844 reg or alternate-reg of type reg_property.
1845
1846 * hw_memory.c (hw_memory_init_address): Rewrite to use new
1847 find_reg_property method.
1848 * hw_nvram.c (hw_nvram_init_address): Ditto.
1849
1850 * device.c (device_tree_print_device): Add code to print out a reg
1851 property.
1852
1853 * device_table.c (generic_device_address_to_attach_address,
1854 generic_device_size_to_attach_size ): New functions. Generic
1855 functions for converting between unit and attach address or size.
1856
1857 * device_table.c (generic_device_init_address): Rewrite to use the
1858 new find_reg and address convert functions. Look for both reg and
1859 alternate-reg properties.
1860
1861Mon Sep 16 23:09:12 1996 Andrew Cagney <cagney@kremvax.highland.com.au>
1862
1863 * hw_com.c: New file. A '550 serial device that can quickly be
1864 attached to any bus.
1865 * configure.in (enable-sim-hardware): Add the com device.
1866 * configure: re-generate.
1867
1868Thu Sep 12 17:30:56 1996 Andrew Cagney <cagney@kremvax.highland.com.au>
1869
1870 * device.c (device_tree_verify_reg_unit_address): New
1871 function. Check that the unit address as specified by the reg
1872 property correctly corresponds to any unit address previously
1873 specified by the devices name.
1874 (device_tree_add_parsed): When adding a reg property, verify
1875 that the unit-address - first value of property - correctly
1876 matches any previous value specified when creating the device
1877 node.
1878
1879Thu Sep 12 17:30:56 1996 Andrew Cagney <cagney@kremvax.highland.com.au>
1880
1881 * mon.c (mon_event): Remove assertion that an unsigned is >= 0.
1882
1883Fri Aug 16 12:05:24 1996 Michael Meissner <meissner@tiktok.cygnus.com>
1884
1885 * device.c (device_full_name): Cast strdup to char *, since AIX
1886 3.2.5 mistakenly declares the function to be const char *.
1887 (device_create_from): Ditto.
1888 (device_create_instance_from): Ditto.
1889 (device_add_property): Ditto.
1890
1891Tue Aug 13 11:40:14 1996 Michael Meissner <meissner@tiktok.cygnus.com>
1892
1893 * debug.c (trace_option): For -t all, do not set the
1894 trace_dump_device_tree flag, so that the simulator is run.
1895
1896Tue Aug 13 11:40:14 1996 Michael Meissner <meissner@tiktok.cygnus.com>
1897
1898 * Makefile.in (options.o): Depend on defines.h.
1899 (defines.h): New rule, go through config.h and make strings of all
1900 of the #define HAVE_xxx macros.
1901 (distclean): Remove defines.h.
1902
1903 * options.c (print_options): Print whether many of the
1904 configuration macros are defined.
1905
1906 * main.c (main): If -t options and no filename, just print the
1907 options, and don't print the usage message.
1908
1909Mon Aug 12 18:42:37 1996 Michael Meissner <meissner@tiktok.cygnus.com>
1910
1911 * configure.in: Test whether /dev/zero works on the system, and if
1912 it does, define HAVE_DEVZERO.
1913 * configure: Regenerate.
1914
1915 * emul_generic.c (emul_add_tree_hardware): Do not add /iobus/disk
1916 if we don't have a working /dev/zero on the system.
1917
1918 * emul_bugapi.c (emul_bugapi_init): If HAVE_DEVZERO is not
1919 defined, don't add disk support.
1920 (emul_bugapi_do_diskio): Ditto.
1921 (emul_bugapi_instruction_call): Ditto.
1922
1923Wed Aug 7 14:34:20 1996 Michael Meissner <meissner@tiktok.cygnus.com>
1924
1925 * emul_unix.c (HAVE_TCGETATTR): If HAVE_TERMIOS_STRUCTURE is not
1926 defined, make sure HAVE_TCGETATTR is #undef'ed
1927
1928Wed Aug 7 14:34:20 1996 Michael Meissner <meissner@tiktok.cygnus.com>
1929
1930 * std-config.h (REGPARM): Only define REGPARM attributes if using
1931 GNU C. Test for __i686__ in case GCC ever defines it. If not on
1932 a x86 platform, define REGPARM as nothing.
1933
1934 * sim-endian.h (WITH_HOST_BYTE_ORDER): Test for i686 and __i686__
1935 also.
1936
1937Wed Aug 7 20:19:55 1996 Andrew Cagney <cagney@kremvax.highland.com.au>
1938
1939 * ld-decode.h, ld-decode.c: Rename goto_gen to the more correct
1940 goto_switch_gen.
1941 * gen-idecode.c: Ditto.
1942
1943 * gen-idecode.c (print_idecode_table): Comment out check for
1944 switch/table combination until a bug with it is fixed.
1945
1946 * ppc-opcode-goto: New file. Like complex and flat but uses
1947 goto-switch instead of padded-switch for the tables.
1948
1949 * gen-idecode.c (print_goto_switch_name): New function.
1950 (print_goto_switch_table_leaf): New function.
1951 (print_goto_switch_break): New function.
1952 (print_goto_switch_table): New function. Prints a jump table
1953 that can be jumped into instead of a switch statement.
1954
1955 * gen-idecode.c (*switch_*): As an option output a switch that is
1956 implemented using a jump table but only if the switch is not
1957 boolean.
1958
1959Tue Aug 6 09:28:22 1996 Michael Meissner <meissner@tiktok.cygnus.com>
1960
1961 * configure.in (--enable-sim-{hardware,packages}): Fix typos.
1962 * configure: Regenerate.
1963
1964 * device.c (device_instance_call_method): Fixup format message in
1965 error case. Return 0 in case of error to shut up compiler
1966 warnings.
1967
1968Wed Aug 7 00:17:37 1996 Andrew Cagney <cagney@kremvax.highland.com.au>
1969
1970 * device_table.c (generic_device_unit_decode): Require a comma
1971 between elements of a unit address.
1972
1973 * device.c (device_tree_print_device): For reg, alternate-reg and
1974 ranges properties use special print functions.
1975 (device_print_ranges_property): Print formatted ranges property.
1976 (device_print_reg_property): Print formatted reg property.
1977
1978Tue Aug 6 21:35:18 1996 Andrew Cagney <cagney@kremvax.highland.com.au>
1979
1980 * device.c (device_tree_add_parsed): For reg, ranges and
1981 alternate-reg properties use a special parser.
1982 (device_tree_parse_reg_property): New function to parse a reg
1983 property.
1984 (device_tree_parse_ranges_property): New function to parse a
1985 ranges property.
1986 (device_encode_unit): Wrapper for encode_unit callback.
1987 (device_decoce_unit): Wrapper for decode_unit callback.
1988
1989Wed Jul 31 00:02:30 1996 Andrew Cagney <cagney@kremvax.highland.com.au>
1990
1991 * device_table.h (device_instance_callbacks): Relace the claim and
1992 release methods with a more general table mapping from method-name
1993 to method-function.
1994
1995 * device.c (device_instance_call_method): New function. Implement
1996 the OpenBoot call-method client interface. Attempts to locate the
1997 instances method in the callback table.
1998 (device_instance_claim, device_instance_release): Delete.
1999 Replaced with call-method and a lookup table.
2000
2001 * emul_chirp.c (chirp_emul_call_method): Use the new device
2002 instance call method and let that handle a client claim call.
2003
2004 * hw_htab.c (claim_memory): Wrapper function to call the memory
2005 devices "claim" method using the new device-instance call-method
2006 interface. Replaces the previous direct calls to claim.
2007 (htab_map_region): Use claim_memory.
2008 (htab_init_data_callback): Ditto.
2009
2010 * hw_memory.c (hw_memory_instance_claim): Update function
2011 interface so that it is compatible with call-method.
2012 (hw_memory_instance_release): Ditto.
2013 (hw_memory_instance_methods): New table of memory specific
2014 methods claim and release. Add to the hw_memory_callback
2015 table.
2016
2017Tue Jul 30 21:26:14 1996 Andrew Cagney <cagney@kremvax.highland.com.au>
2018
2019 * psim.c (psim_init): Back out of change to initial value of
2020 system->last_cpu.
2021
2022Tue Jul 30 21:12:24 1996 Andrew Cagney <cagney@kremvax.highland.com.au>
2023
2024 * sim_callbacks.h (sim_io_printf_filtered): Replace
2025 printf_filtered with a local simulator specific version. Add
2026 #define printf_filtered to simplify updating of existing code.
2027
2028 * sim_callbacks.h (sim_io_write_stdout, sim_io_read_stdin,
2029 sim_io_write_stderr): New functions. Read / write to the
2030 simulations stdin and stdout and stderr interfaces. Merge in code
2031 from hw_pal that previously handled async I/O.
2032 (sim_io_flush_stdoutput): Rename flush_stdoutput. Add #define
2033 flush_stdoutput to simplify updating of existing code.
2034
2035 * hw_pal.c (scan_hw_pal, write_hw_pal,
2036 hw_pal_instance_write_callback): Use the new sim_io functions.
2037
2038 * main.c: Implement standalone versions of the new sim_io
2039 functions. Include support for async I/O.
2040 * sim_calls.c: Ditto. This time using the gdb callback table.
2041
2042 * std-config.h (CURRENT_STDIO, current_stdio): New macro. Set up
2043 stdio configuration so that it works in the same way as the rest
2044 of the simulation.
2045 * psim.c (psim_create): Initialize current_stdio from the device
2046 tree.
2047 * emul_generic.c (emul_add_tree_options): Enter a default value
2048 for use-stdio in the device tree.
2049
2050Fri Jul 26 19:43:03 1996 Andrew Cagney <cagney@kremvax.highland.com.au>
2051
2052 * gen-idecode.c (print_jump): Was always generating a jump back to
2053 idecode. Only necessary at tail of semantic code.
2054 (print_jump): Was always setting the processor's cia, even during
2055 startup when the processor was still undefined.
2056 (print_jump): For safety, restart smp loop when cpu_nr >= nr_cpus,
2057 not just equal.
2058
2059 * options.c (print_options): Add printing of WITH_REGPARM and
2060 WITH_STDCALL.
2061
2062 * std-config.h (WITH_REGPARM, WITH_STDCALL): Provide default
2063 (disabled) values if not defined.
2064
2065Fri Jul 26 00:36:35 1996 Andrew Cagney <cagney@kremvax.highland.com.au>
2066
2067 * ppc-cache-rules (cache): Change RS and RB to cache instead of
2068 compute. The block move instructions use them.
2069
2070 * idecode_expression.h (FPSCR_SET): New macro, set specific FPSCR
2071 register.
2072 (CR_FIELD): New macro, extract specific CR register.
2073 (FPSCR_FIELD): New macro, extract specific FPSCR register.
2074
2075 * registers.h (GPR): New macro, simplify accesses to GPR[i].
2076
2077 * bits.c (INSERTED): Covert INSERTED macro into a function.
2078 (EXTRACTED): Conditionally compile on correct bit size macro.
2079
2080 * bits.h (BIT8): New macro, set a single bit in an 8 bit byte.
2081
2082 * ppc-instructions: With hints from Paul Martin, type in missing
2083 some instruction semantics. Leave disabled for the moment.
2084 (Load Multiple Word): Ditto.
2085 (Store Multiple Word): Ditto.
2086 (Load String Word Immediate): Ditto.
2087 (Load String Word Indexed): Ditto.
2088 (Store String Word Immedate): Ditto.
2089 (Store String Word Indexed): Ditto.
2090 (Move to Condition Register from XER): Ditto.
2091 (Move From Condition Register): Ditto.
2092 (Move From FPSCR): Ditto.
2093 (Move to Condition Register from FPSCR): Ditto.
2094 (Move To FPSCR Field Immediate): Ditto.
2095 (Move To FPSCR Fields): Ditto.
2096 (Move To FPSCR Bit 0): Ditto.
2097 (Move To FPSCR Bit 1): Ditto.
2098
2099Thu Jul 25 22:10:40 1996 Andrew Cagney <cagney@kremvax.highland.com.au>
2100
2101 * std-config.h (SEMANTICS_INLINE): By default, mask out the
2102 inlining of semantic functions from DEFAULT_INLINE. Almost all
2103 configurations call the semantic code via a pointer so there is
2104 little benefit.
2105
2106 * std-config.h (ICACHE_INLINE): Ditto.
2107
2108Thu Jul 25 20:07:30 1996 Andrew Cagney <cagney@kremvax.highland.com.au>
2109
2110 * configure.in (sim_regparm): Add configuration option for
2111 enabling GCC's regparm attribute.
2112 * (sim_stdcall): Add configuration option for enabling GCC's
2113 stdcall attribute.
2114
2115 * Makefile.in (REGPARM_CFLAGS): Pass regparam configuration onto
2116 compilations.
2117 * (STDCALL_CFLAGS): Pass stdcall configuration onto compilations.
2118
2119 * std-config.h (REGPARM): Extend construction of REGPARM macro so
2120 that it can include __stdcall__ function attribute.
2121
2122Wed Jul 24 19:04:20 1996 Andrew Cagney <cagney@sawnoff>
2123
2124 * options.c (print_options): Include SUPPORT_INLINE in information
2125 dump.
2126
2127 * gen-idecode.c (print_run_until_stop_body): Only generate loop
2128 termination test if creating idecode_run_until_stop. Push the
2129 loop termination test back into each alternative branch.
2130
2131Wed Jul 24 15:47:09 1996 Andrew Cagney <cagney@kremvax.highland.com.au>
2132
2133 * gen-icache.c (print_icache_function): Have the cache function
2134 always update the cache_entries semantic and address fields.
2135
2136 * gen-idecode.c (print_idecode_switch_illegal): Include a break
2137 when generating illegal instructions. This was commented out
2138 which is a hangover from looking a at switch statements generated
2139 using indirect jumps.
2140
2141Tue Jul 23 20:57:01 1996 Andrew Cagney <cagney@kremvax.highland.com.au>
2142
2143 * igen.c (print_my_defines): Replaces print_define_my_index.
2144 Print both a definition for MY_INDEX and MY_PREFIX.
2145 * gen-icache.c (print_icache_function): Adjust.
2146 * gen-idecode.c (print_jump_insn): Adjust.
2147 * gen-semantics.c (print_c_semantic): Adjust.
2148
2149 * gen-support.c (gen_support_h): Add optional include to created
2150 support.h so that, like cpu, it is optionally inlined for all
2151 modules that include it.
2152 * inline.h, inline.c: Adjust so that support.[hc] is handled the
2153 same as cpu.[hc].
2154
2155 * idecode_fields.h (LABEL, GOTO): Macro's that create a unique
2156 name for a lable and then branch to it.
2157
2158 * ppc-instructions (convert_to_integer, Floating Round to
2159 Single-Precision, Floating Convert from Integer Doubleword): Use
2160 LABEL and GOTO instead of the recently added switch statements.
2161
2162Wed Jul 24 14:02:42 1996 Andrew Cagney <cagney@sawnoff.highland.com.au>
2163
2164 * gen-idecode.c (print_run_until_stop_body): Too many rparen in
2165 generated code.
2166
2167Tue Jul 23 20:57:01 1996 Andrew Cagney <cagney@kremvax.highland.com.au>
2168
2169 * configure.in (--enable-sim-line-nr): Typo - sim_line-nr.
2170 * (--enable-sim-inline): Reorder patern matching of arguments so
2171 that SUPPORT=ALL_INLINE is reconized as *=* and not *_INLINE.
2172
2173 * configure: rebuild.
2174
2175Mon Jul 22 23:25:08 1996 Andrew Cagney <cagney@highland.com.au>
2176
2177 * configure.in (--enable-sim-hardware, --enable-sim-packages): New
2178 configuration options. Let the user specify the packages or
2179 hardware devices that are to be included in the build. Makes it
2180 possible for user packages to be specified.
2181
2182 * Makefile.in (tmp-pk, tmp-hw): Just use the list of packages and
2183 hardware instead of checking it using ls. configure.in should
2184 have taken care of any problems.
2185 (HW_SRC, HW_OBJ, PACKAGE_SRC, PACKAGE_OBJ): Set by configure.
2186
2187Mon Jul 22 22:38:59 1996 Andrew Cagney <cagney@highland.com.au>
2188
2189 * psim.c (psim_options): Enter the argument to the memory size
2190 option directly into the device tree. Was using atol() which is
2191 dangerously non portable.
2192
2193Mon Jul 22 22:17:08 1996 Andrew Cagney <cagney@highland.com.au>
2194
2195 * configure.in (icache): Extend icache flag to include an insn
2196 option. If specifyed the insn - aka instruction - is included in
2197 the instruction cache. Make this the default.
2198 * configure: re-generate.
2199
2200 * igen.c (main), igen.h: Add option -S - inSn - for specifying
2201 that the instruction should be included in the icache.
2202
2203 * gen-icache.c (print_icache_body): If enabled, output code to put
2204 the instruction into the icache.
2205 (print_icache_struct): If enabled, add insn to the icache struct.
2206
2207Mon Jul 22 20:46:12 1996 Andrew Cagney <cagney@highland.com.au>
2208
2209 * Makefile.in (BUILD_CFLAGS): Include -g when building the
2210 generators.
2211
2212Mon Jul 22 20:00:25 1996 Andrew Cagney <cagney@highland.com.au>
2213
2214 * emul_generic.c (emul_add_tree_options): Was incorrectly setting
2215 the strict-alignment option when hardwired for non-strict
2216 alignment.
2217
2218Sun Jul 21 21:18:05 1996 Andrew Cagney <cagney@kremvax.highland.com.au>
2219
2220 * gen-semantics.c: Make the my_index variable a macro MY_INDEX.
2221
2222 * ppc-instructions: Adjust so that references are to MY_INDEX and
2223 not my_index.
2224
2225Sun Jul 21 21:18:05 1996 Andrew Cagney <cagney@kremvax.highland.com.au>
2226
2227 * gen-idecode.c: Output the complete run_until_stop function
2228 instead of just the code to handle a single instruction issue.
2229 * : Have the generated idecode.c include inline.c (instead of psim.c).
2230
2231 * std-config.h: Change psim.c so that it isn't inlined (as this is
2232 no longer needed).
2233
2234 * psim.c (run_until_stop): Delete the old run_until_stop function
2235 instead calling the idecode_run and idecode_run_until_stop
2236 functions that gen-idecode.c is now creating.
2237
2238Sun Jul 21 21:18:05 1996 Andrew Cagney <cagney@kremvax.highland.com.au>
2239
2240 * dgen.c: Maintenance - update to use new features found in lf.c.
2241
2242 * filter_filename.c (filter_filename): Maintenance - make the
2243 string constant.
2244
2245Sun Jul 21 21:18:05 1996 Andrew Cagney <cagney@kremvax.highland.com.au>
2246
2247 * debug.c (TRACE, ITRACE, DTRACE): Have GCC instead of CPP
2248 eliminate trace statements.
2249
2250 * debug.c: Change trace format so that it is consistent
2251 (file:line-nr) with CC's error output.
2252
2253 * gen-itable.c (itable_c_insn): Add the source file name and
2254 source line number to the instruction's informational entry.
2255
2256 * debug.c (ITRACE): Use the itable (and my_index) to get the
2257 current instructions name and source line number.
2258
2259 * gen-semantics.c, gen-icache.c: Adjust generated ITRACE calls to
2260 match new interface.
2261
2262 * emul_bugapi.c (emul_bugapi_instruction_call): Adjust
2263 corresponding call to ITRACE so that it still matches.
2264
2265 * idecode_expression.h (ALU_END, CR0_COMPARE): Use TRACE instead
2266 of ITRACE. The CPP line directives would have previously set the
2267 line-nr and file name so ITRACE isn't needed.
2268
2269Sun Jul 21 21:18:05 1996 Andrew Cagney <cagney@kremvax.highland.com.au>
2270
2271 * gen-idecode.c (print_jump_until_stop_body): New function and
2272 idecode generation option. Instead of generating and calling
2273 separate functions containing the semantic and icache code
2274 generate a single monolythic function and use goto's (and GCC's
2275 indirect jump) to move between code blocks.
2276
2277 * Makefile.in: Add sim_jump flag to those passed to igen.
2278
2279 * configure.in: New option --enable-sim-jump (default disabled)
2280
2281 * ppc-instructions: Eliminate any uses of labels and goto's.
2282 These result in duplicate declarations when a single flat function
2283 is being create.
2284
2285 * ppc-opcode-jump: New file. Set of opcode rules useful when
2286 testing jumping idecodes.
2287
2288Sun Jul 21 21:18:05 1996 Andrew Cagney <cagney@kremvax.highland.com.au>
2289
2290 * gen-idecode.c: Optionally include the semantic code for an
2291 instruction in the function that is doing the decoding.
2292
2293 * igen.c: Add option (-C) to generate semantics in the instruction
2294 decode functions.
2295
2296 * configure.in (--enable-sim-icache): Accept an option list such
2297 as 1024,define. Add a new choice to the list - semantic - which
2298 will cause igen to generate instruction decode functions that
2299 include the corresponding semantic code.
2300
2301Sun Jul 21 21:18:05 1996 Andrew Cagney <cagney@kremvax.highland.com.au>
2302
2303 * configure.in: New option --enable-sim-line-nr (default enabled).
2304 Enable/disable the inclusion of CPP line directives in the
2305 generated files. Such directives refer back to the source files
2306 used when generating the simulator code.
2307
2308 * Makefile.in (sim_line_nr): Pass to igen.
2309
2310Sun Jul 21 21:18:05 1996 Andrew Cagney <cagney@kremvax.highland.com.au>
2311
2312 * igen.c (main): Revamp the options so that more letters are
2313 available.
2314
2315 * configure.in: Adjust to match igen's revamped options
2316
2317Sun Jul 21 21:18:05 1996 Andrew Cagney <cagney@kremvax.highland.com.au>
2318
2319 * Makefile.in (pk.h, hw.h): Rewrite depenencies for hw.h (etc) so
2320 that they use the same technique as igen (ie a dummy targets
2321 tmp-pk and tmp-hw are created).
2322
2323Mon Jun 24 22:28:00 1996 Andrew Cagney <cagney@kremvax.highland.com.au>
2324
2325 * Makefile.in (BUILD_CFLAGS): Include WARNING_CFLAGS.
2326
2327Wed Jun 19 21:45:28 1996 Andrew Cagney <cagney@kremvax.highland.com.au>
2328
2329 * ld-cache.[hc], ld-decode.[hc], ld-insn.[hc]: New files. Separate
2330 out the loading of each of the tables from the rest of igen.
2331 * Makefile.in: Adjust.
2332 * igen.c: Adjust.
2333
2334 * gen-icache.[hc], gen-idecode.[hc], gen-itable.[hc],
2335 gen-model.[hc], gen-semantics.[hc]: New files. Separate out the
2336 code creating each separate set of generated files.
2337 * Makefile.in: Adjust.
2338 * igen.c: Adjust.
2339
2340 * gen-support.[ch]: New files. Output the support functions (found
2341 in the ppc-instructions file) into a separate file.
2342 * Makefile.in: Add.
2343 * inline.h, inline.c: Add.
2344 * std-config.h: Add.
2345
2346 * ld-cache.c: Re-design the cache table format.
2347 * ppc-cache-rules: Update to new format.
2348
2349 * ld-decode.c: Re-design the decode table format.
2350 * ppc-opcode-simple: Update to new format
2351 * ppc-opcode-complex: Ditto
2352 * ppc-opcode-flat: Ditto
2353
2354 * filter.h, filter.c: New files. Separate the opcode filter table
2355 reading code from the rest of igen.c. Re-design the filter so that
2356 it works inclusivly not exclusivly.
2357 * igen.c: Remove the opcode filter table loading code.
2358 * Makefile.in (filter.o): Adjust
2359 * configure.in: Adjust filter flag so that default includes 32bit
2360 and floating point.
2361 * ppc-instructions: Clean up filter fields so that only in use
2362 entries are specifed (ie delete `be').
2363
2364 * misc.c (name2i, i2name): New function. Map between a string and
2365 an integer value.
2366
2367Mon Jun 17 20:08:03 1996 Andrew Cagney <cagney@kremvax.highland.com.au>
2368
2369 * sim_calls.c (sim_close): If simulator not created, skip printing
2370 of run information.
2371
2372Mon Jun 17 20:08:03 1996 Andrew Cagney <cagney@kremvax.highland.com.au>
2373
2374 * registers.c (register_description): Typo, insns not insn.
2375
2376 * ppc-instructions (model_get_number_of_stalls): New model function,
2377 returns number of stalls for the specified processor.
2378 * psim.c (psim_read_register): Add call to new function
2379 model_get_number_of_stalls().
2380
2381 * ppc-instructions (model_get_number_of_cycles): New model function,
2382 returns number of stalls for the specified processor.
2383 * psim.c (psim_read_register): Add call to new function
2384 model_get_number_of_cycles().
2385
2386Fri Jun 14 00:11:56 1996 Andrew Cagney <cagney@kremvax.highland.com.au>
2387
2388 * device_table.h: Don't pass the parent device into a devices
2389 create function. This makes the create function consistent with
2390 the documentation.
2391 * device.c (device_template_create_device): Ditto
2392 * hw_pal.c (hw_pal_create): Ditto
2393 * hw_core.c (hw_core_create): Ditto
2394 * hw_vm.c (hw_vm_create): Ditto
2395 * hw_disk.c (hw_disk_create): Ditto
2396 * hw_nvram.c (hw_nvram_create): Ditto
2397 * hw_memory.c (hw_memory_create): Ditto
2398 * hw_cpu.c (hw_cpu_create): Ditto.
2399
2400 * device.c (split_find_device): Allow a null initial parent device.
2401 (device_template_create_device): Ditto.
2402
2403 * device.c (device_create_from): Make local (static) only used
2404 within device.c.
2405 * device_table.h: typedef device_callbacks moved here (from
2406 device.h) where it belongs.
2407
2408 * hw_core.c: New file. Implements just the core device using the
2409 core object.
2410
2411 * corefile.c: Moved all core device functions into the new
2412 hw_core.c file. core_device_create() disapears.
2413
2414 * psim.c (psim_tree): Use device_tree_add_parsed() to create the
2415 core device.
2416
2417Thu Jun 13 00:09:29 1996 Andrew Cagney <cagney@kremvax.highland.com.au>
2418
2419 * hw_init.c: Correct typo in comment.
2420
2421 * corefile.c (core_init): Remove any remaining references to a
2422 default map.
2423 (core_map_find_mapping): Ditto.
2424
2425Wed Jun 12 22:30:32 1996 Andrew Cagney <cagney@kremvax.highland.com.au>
2426
2427 * corefile.c (core_init): Make function global so that other
2428 devices are able to use the full core object.
2429
2430 * corefile.c (core_create, core_from_device): Break core_create
2431 into two functions. The first creates a core object, the second
2432 returns the core object associated with a core device.
2433
2434 * corefile.c (core_device_create): Use core_create to make the
2435 core object.
2436
2437 * psim.c (psim_create): Use core_from_device() instead of
2438 core_create().
2439
2440 * device.c (device_template_create_device): Make static as only
2441 needed by functions internal to device.c.
2442
2443Fri Jun 7 23:47:18 1996 Andrew Cagney <cagney@kremvax.highland.com.au>
2444
2445 * ppc-opcode-test-2: Remove description of fields.
2446 * ppc-opcode-complex: Ditto
2447 * ppc-opcode-flat: Ditto
2448 * ppc-opcode-simple: Ditto
2449 * ppc-opcode-stupid: Ditto
2450 * ppc-opcode-test-1: Ditto
2451 * ppc-cache-rules: Ditto
2452
2453 * igen.c: Add description of files as a comment at the front.
2454
2455Wed Jun 26 12:50:33 1996 Michael Meissner <meissner@tiktok.cygnus.com>
2456
2457 * configure.in: Check for whether the termios and termio
2458 structures are really defined, and whether or not, they define the
2459 c_line field.
2460 * configure: Regenerate.
2461
2462 * Makefile.in ({,TERMIO_}CFLAGS): Add TERMIO_CFLAGS options set by
2463 configure.
2464
2465 * emul_unix.c: Various changes to allow for building on systems
2466 with different termio and termios structures. If host has both
2467 termio and termios, just use termios. No longer include
2468 sys/ioctl.h.
2469
2470Wed Jun 26 12:26:55 1996 Jason Molenda (crash@godzilla.cygnus.co.jp)
2471
2472 * Makefile.in (bindir, libdir, datadir, mandir, infodir, includedir,
2473 INSTALL_PROGRAM, INSTALL_DATA): Use autoconf-set values.
2474 (docdir): Removed.
2475 * configure.in (AC_PREREQ): autoconf 2.5 or higher.
2476 (AC_PROG_INSTALL): Added.
2477 * configure: Rebuilt.
2478
2479Wed Jun 5 23:53:42 1996 Andrew Cagney <cagney@kremvax.highland.com.au>
2480
2481 * corefile.h: Rewrite documentation so that it can be extracted and
2482 converted into texinfo (and hence ready for translation into html,
2483 tex or nroff).
2484 * device.h: Ditto
2485
2486Thu Jun 6 09:52:37 1996 Michael Meissner <meissner@tiktok.cygnus.com>
2487
2488 * hw_disk.c (SEEK_SET): If SEEK_SET is not defined, define as 0.
2489
2490Wed Jun 5 11:46:52 1996 Andrew Cagney <cagney@puddin>
2491
2492 * hw_disk.c: Include <unistd.h> if available. Under SunOS, that
2493 is the source of SEEK_SET.
2494
2495Wed Jun 5 01:39:07 1996 Andrew Cagney <cagney@kremvax.highland.com.au>
2496
2497 * psim.c (psim_options): Correct type of dummy arguments being
2498 passed to a device_ioctl call.
2499
2500 * hw_init.c (hw_data_init_data_callback): Adjust printf arguments.
2501 (write_stack_arguments): Ditto.
2502 * hw_trace.c: Instance callback entry no longer a table.
2503
2504Wed Jun 5 01:39:07 1996 Andrew Cagney <cagney@kremvax.highland.com.au>
2505
2506 * emul_unix.c (do_unix_umask): Cast printf argument.
2507 (convert_to_linux_termios): Use LINUX_VSWTC not LINUX_VSWCH
2508
2509Mon Jun 3 15:02:04 1996 Michael Meissner <meissner@tiktok.cygnus.com>
2510
2511 * hw_init.c (update_for_binary_section): Abort if we find an
2512 .interp section, which indicates the need for shared libraries to
2513 be loaded.
2514
2515Mon Jun 3 15:02:04 1996 Michael Meissner <meissner@tiktok.cygnus.com>
2516
2517 * emul_unix.c (do_unix_{time,gettimeofday,getrusage}): Add support
2518 for time, gettimeofday, and getrusage system calls.
2519 ({solaris,linux}_descriptors): Add new system calls.
2520 (do_get{,e}{uid,gid}): Use gid_t/uid_t types.
2521 (do_get{,p}pid): Use pic_t types.
2522
2523 * configure.in (AC_TYPE_{GETGROUPS,SIGNAL}): Define.
2524 (AC_TYPE_{MODE,OFF,PID,SIZE,UID}_T): Define.
2525 * config{.in,ure}: Regenerate.
2526
2527Mon Jun 3 23:19:57 1996 Andrew Cagney <cagney@kremvax.highland.com.au>
2528
2529 * emul_netbsd.c (emul_netbsd_create): Use the more specific names
2530 `ppc-elf' and `ppc-xcoff' for the stack-type.
2531 * emul_unix.c (emul_unix_create): Ditto.
2532 * emul_bugapi.c (emul_bugapi_create): Ditto.
2533 * hw_init.c: Reconize the new names.
2534
2535 * emul_unix.c (do_unix_break): Adjust so that the updated ioctl
2536 call is used (no system parameter).
2537
2538Sun Jun 2 11:21:17 1996 Michael Meissner <meissner@tiktok.cygnus.com>
2539
2540 * emul_unix.{h,c}: New files to provide Solaris and Linux system
2541 call emulations.
2542
2543 * Makefile.in (LIB_{SRC,OBJ}): Add emul_unix.{c,o}.
2544 (os_emul.o): Depend on emul_unix.h.
2545 (emul_unix.o): New dependency.
2546
2547 * configure.in (--enable-sim-alignment): Add 0|default to mean set
2548 alignment to 0, which means use appropriate alignment for mode.
2549 (AC_CHECK_FUNCS): Add new functions needed by emul_unix.c.
2550 (AC_CHECK_HEADERS): Add new include files needed by emul_unix.c.
2551 * config.in: Regenerate.
2552 * configure: Regenerate.
2553
2554 * emul_generic.c (emul_write2_status): New function to return
2555 results in r3 and r4 for Solaris system calls.
2556 (emul_do_system_call): If the system call is not support, but
2557 there is a string for the system call name, print out the string
2558 instead of the system call number.
2559
2560 * emul_generic.h (emul_write2_status): Declare it.
2561
2562 * emul_netbsd.c: Use /* */ around comment on #endif.
2563
2564 * os_emul.c: Include emul_unix.h.
2565 (os_emulations): Add emulations for Solaris, and Linux.
2566
2567 * psim.c (psim_usage): Add message about solaris, linux
2568 emulations.
2569
2570Thu May 30 00:00:10 1996 Andrew Cagney <cagney@kremvax.highland.com.au>
2571
2572 * hw_iobus.c: Tidy up notes so that they can be auto-extracted.
2573
2574 * README: Correct PSIM's title
2575
2576Wed May 29 23:50:26 1996 Andrew Cagney <cagney@kremvax.highland.com.au>
2577
2578 * basics.h: New global type object_disposition, used to indicate
2579 the status of objects when things are restarted.
2580
2581Fri May 17 17:28:52 1996 Andrew Cagney <cagney@benjimen.highland.com.au>
2582
2583 * device_table.h: Change the interrupt descriptor structure so
2584 that it includes an additional member - an upper bound on the
2585 interrupts by that name.
2586
2587 * device.c (device_interrupt_decode): Allow a range of interrupt
2588 ports (eg rst0 .. rst6) if the port descriptors bound is non zero.
2589
2590 * device.c (device_tree_print_device): Include a list of valid
2591 interrupt ports when listing supported devices.
2592
2593 * device.h, device.c (device_child_interrupt_*): Delete. Not used.
2594
2595 * emul_generic.c (emul_add_tree_hardware): Modify the creation of
2596 the interrupt net so that it uses int0 .. intN.
2597
2598Tue May 14 23:03:53 1996 Andrew Cagney <cagney@kremvax.highland.com.au>
2599
2600 * device.h, device.c (device_ioctl): Drop the system argument.
2601 Devices can not obtain this using the device_system() call.
2602 * device_table.h: Adjust accordingly.
2603 * hw_*.c: Adjust accordingly.
2604 * emul_netbsd.c (do_break): Adjust call to vm device accordingly.
2605 * psim.c (psim_options): Use a device_ioctl call to force the
2606 hw_trace device to update the trace options.
2607 * hw_trace.c: Replace the init function with an ioctl call. Adjust
2608 doc accordingly.
2609
2610 * psim.c (psim_init): Re-order initialization so that the
2611 os-emulation is initialized after the device tree. Without this,
2612 os-emul's are not able to create instances or access properties
2613 that contain an instance handle.
2614
2615 * device.h, device.c (device_add_*_property): Make these functions
2616 internal to device.c. The user has access to the more generic
2617 device_tree_add_parsed function. Differentiate between the initial
2618 and current value for each property.
2619 * (clean_device_properties): New function that deletes any
2620 properties created after the start of a simulation and restores
2621 the initial value of any others (ignoring ihandles).
2622 * (init_device_properties): (Re)Initialize any properties that
2623 contain ihandles. create
2624
2625 * (device_tree_init): Include calls to clean the device tree's
2626 properties and then initialize them. Document this in the device.h
2627 file.
2628
2629Mon May 6 17:36:15 1996 Andrew Cagney <cagney@kremvax.highland.com.au>
2630
2631 * interrupts.c (decrementer_interrupt): Always pend a decrementer
2632 interrupt even if it is not yet possible to deliver it.
2633
2634Wed May 1 12:26:51 1996 Andrew Cagney <cagney@benjimen>
2635
2636 * mon.h, mon.c (mon_get_number_of_insns): Make this externally
2637 visable adjusting the arguments so that the interface is correct.
2638 (mon_print_info): Adjust calls.
2639
2640 * registers.h, registers.c (register_description): Add phony
2641 cycle, insn and stall registers.
2642
2643 * psim.c (psim_read_register): Return nr of instructions for given
2644 processor.
2645
2646Tue Apr 30 22:09:09 1996 Andrew Cagney <cagney@kremvax.highland.com.au>
2647
2648 * hw_htab.c: New file. Extract contents from disk_table.c.
2649 Contains a device that, during initialization will create a
2650 PowerPC htab in memory.
2651 * hw_register.c: New file. Extract contents from disk_table.c.
2652 Contains a device that, during initialization, will parse its
2653 property list and use that to initialize various processor
2654 registers (not target specific).
2655 * hw_vm.c: New file. Extract contents from disk_table.c. Contains
2656 a device that handles accesses to invalid virtual memory addresses
2657 (in user mode).
2658 * hw_init.c: New file. Extract contents from disk_table.c. Misc
2659 devices that can initialize memory from a file.
2660 * hw_trace.c: New file. Extract contents from disk_table.c.
2661 Configure trace options from property values.
2662
2663 * Makefile.in (hw_htab.o, hw_register.o, hw_vm.o, hw_init.o,
2664 hw_trace.c): Add new device files.
2665
2666 * device_table.c: Remove above code, now in separate independant
2667 files.
2668
2669Fri Apr 26 00:00:07 1996 Andrew Cagney <cagney@kremvax.highland.com.au>
2670
2671 * hw_disk.c: New file. Disk and CDROM device.
2672
2673 * Makefile.in (hw_disk.o): Add device hw_disk.c.
2674
2675 * pk_disklabel.c: New file. Implement the miss-named disk-label
2676 package.
2677
2678 * Makefile.in (pk.h): Create the file pk.h that contains a list of all
2679 the packages.
2680
2681 * Makefile.in (hw.h, hw.c): Add dependancy on Makefile so that
2682 they are re-created when the makefile is updated.
2683
2684 * emul_generic.c (emul_add_tree_hardware): Add a disk device
2685 (below the iobus) to the device tree. Include an ihandle of
2686 the disk as /chosen/disk.
2687
2688 * emul_bugapi.c (emul_bugapi_create): Don't initialize the input,
2689 output and (new) disk handles yet.
2690 * (emul_bugapi_init): Initialize the input, output (and just added)
2691 disk ihandles here.
2692 * (emul_bugapi_do_diskio): New. Performs disk i/o (well at least
2693 what I think the behavour is).
2694 * emul_bugapi.c (emul_bugapi_instruction_call): Add hook to disk
2695 i/o bug call. For RETURN call, exit using gpr[3]'s status even
2696 though this isn't part of the spec - makes it possible for machine
2697 code to signal the aporting of a simulation run.
2698
2699 * emul_chirp.c (chirp_emul_call_method): Add support for the
2700 claim/release methods.
2701 * (chirp_emul_exit): Add an optional exit status argument to
2702 the exit method. Makes it possible for chirp emul simulations
2703 to abort upon an error.
2704 * device.h, device.c (device_instance_claim,
2705 device_instance_release): New methods for claiming and releasing
2706 memory.
2707 * hw_memory.c: add claim and release memory methods.
2708 * hw_*: Use the claim memory method when allocating physical
2709 memory.
2710
2711Thu Apr 18 23:38:10 1996 Andrew Cagney <cagney@kremvax.highland.com.au>
2712
2713 * hw_nvram.c (hw_nvram_update_clock): Use the current not previous
2714 time when updating the clock.
2715
2716 * hw_nvram.c: Tidy up documentation
2717
2718Fri May 24 10:08:10 1996 Michael Meissner <meissner@tiktok.cygnus.com>
2719
2720 * configure.in (AC_STRUCT_ST_{BLKSIZE,BLOCKS,RDEV}): Use these
2721 macros to determine whether or not the appropriate st_<xxx> fields
2722 exist in the stat structure.
2723 (AC_CHECK_FUNCS): Check for all unix system calls used, except for
2724 the real basic ones like open, read, write, etc.
2725 * config{.in,ure}: Regenerate.
2726
2727 * emul_netbsd.c: Add support for missing system calls, and/or
2728 missing stat fields.
2729 (MAXPATHLEN): Undefine if including unistd.h, since sys/param.h
2730 might define it.
2731
2732 * hw_pal.c (WITH_STDIO): Redefine if O_NDELAY, F_GETFL, or F_SETFL
2733 are not defined.
2734 (scan_hw_pal): Do not cause syntax error if O_NDELAY, F_GETFL, or
2735 F_SETFL not defined.
2736
2737Tue May 21 17:24:45 1996 Michael Meissner <meissner@tiktok.cygnus.com>
2738
2739 * emul_netbsd.c (write_stat): Don't convert st_blocks unless the
2740 host is netbsd.
2741
2742Thu May 16 10:56:45 1996 Michael Meissner <meissner@tiktok.cygnus.com>
2743
2744 * configure.in (AC_CHECK_HEADERS): Add sys/ioctl.h.
2745 * config{.in,ure}: Regenerate.
2746 * emul_netbsd.c: If HAVE_SYS_IOCTL_H is not defined, don't include
2747 sys/ioctl.h.
2748
2749Tue May 7 17:28:12 1996 Michael Meissner <meissner@tiktok.cygnus.com>
2750
2751 * hw_pal.c (hw_pal_instance_read_callback): Remove unused
2752 variable.
2753
2754 * misc.c ({,target_}a2i): Rewrite to not use strtoul.
2755
2756 * Makefile.in ({spreg,misc}.o): Add dependency on .c file.
2757 ({i,d}gen): Don't link in liberity. Use BUILD_LIBS instead of
2758 LIBS.
2759
2760Mon May 6 11:31:43 1996 Michael Meissner <meissner@tiktok.cygnus.com>
2761
2762 * hw_pal.c (hw_pal_instance_read_callback): If using stdio, use
2763 fgets to read line. If not using stdio, do a simple blocking read
2764 of len bytes.
2765
2766Fri May 3 15:07:42 1996 Michael Meissner <meissner@tiktok.cygnus.com>
2767
2768 * Makefile.in: Correctly build simulator for build machine != host
2769 machine.
2770
2771Tue Apr 30 18:46:05 1996 Michael Meissner <meissner@tiktok.cygnus.com>
2772
2773 * configure.in (--enable-hostendian): Rework so the default uses
2774 the AC_C_BIGENDIAN results. Only run AC_C_BIGENDIAN if not cross
2775 compiling.
2776 * configure: Regenerate.
2777
2778 * sim-endian.h: Add more tests for host endian to support more
2779 platforms in a cross compilation environment.
2780
2781Wed Apr 17 14:38:06 1996 Michael Meissner <meissner@tiktok.cygnus.com>
2782
2783 * hw_pal.c ({scan,write}_hw_pal): If WITH_STDIO == DO_USE_STDIO,
2784 use stdio, instead of unpended read/printf_filtered.
2785 (hw_pal_instance_write_callback): If WITH_STDIO == DO_USE_STDIO,
2786 flush stdout after writing the characters.
2787
2788 * options.c (print_options): Print out WITH_STDIO.
2789
2790 * Makefile.in (STDIO_CFLAGS): Pass on result of @sim_stdio@
2791 configuration variable.
2792 (CONFIG_CFLAGS): Include STDIO_CFLAGS.
2793 (hw.{c,h}): Allow for source dir != build dir, and for HW_SRC
2794 files to contain directory pieces.
2795
2796 * std-config.h (DO{,NT}_USE_STDIO): New flags for whether we
2797 should use stdio for console input.
2798 (WITH_STDIO): If not defined, define as DONT_USE_STDIO.
2799
2800 * configure.in (--enable-sim-stdio): Add new switch to control
2801 whether stdio is used for console I/O.
2802 * configure: Regenerate.
2803
2804 * interrupts.c (external_interrupt): Declare it to be
2805 INLINE_INTERRUPTS, not INLINE_CPU.
2806
2807Mon Apr 15 23:30:56 1996 Andrew Cagney <cagney@kremvax.highland.com.au>
2808
2809 * events.c (insert_event_entry): Allow events to be scheduled
2810 *NOW* (at delta time 0). Add assertions to clarify behavour of
2811 event queue.
2812
2813 * events.c (update_time_from_event): New function. Calculates the
2814 number of ticks from the next event. Use this.
2815
2816Sun Apr 14 21:39:45 1996 Andrew Cagney <cagney@highland.com.au>
2817
2818 * emul_netbsd.c (do_break): Return 0 if success (instead of
2819 adjusted break).
2820
2821 * device_table.c (vm_ioctl_callback): Don't return adjusted break
2822 (isn't needed).
2823
2824Sun Apr 14 21:32:41 1996 Andrew Cagney <cagney@highland.com.au>
2825
2826 * device_table.h: Change type of the device ioctl so that it
2827 returns an int (status).
2828 * device.h (device_ioctl): Ditto.
2829 * device.c (device_ioctl): Ditto.
2830
2831 * device_table.c (stack_ioctl_callback): Return 0 status.
2832 (vm_ioctl_callback): Ditto
2833
2834Sat Apr 13 00:00:24 1996 Andrew Cagney <cagney@kremvax.highland.com.au>
2835
2836 * emul_netbsd.c (do_read): Correctly set the return value.
2837 (do_getpid): Ditto.
2838 (do_getuid): Ditto.
2839 (do_geteuid): Ditto.
2840 (do_dup): Ditto.
2841 (do_getegid): Ditto.
2842 (do_getgid): Ditto.
2843 (do_sigprocmask): Ditto.
2844 (do_umask): Ditto.
2845 (do_dup2): Ditto.
2846 (do_gettimeofday): Ditto.
2847 (do_getrusage): Ditto.
2848 (do_fstat): Ditto.
2849 (do_stat): Ditto.
2850 (do_lseek): Ditto.
2851 (do___sysctl): Ditto.
2852
2853Fri Apr 12 20:56:47 1996 Andrew Cagney <cagney@kremvax.highland.com.au>
2854
2855 * device_table.c (vm_ioctl_callback): Don't access the processor
2856 registers directly, instead leave it to the caller to handle this.
2857
2858 * emul_netbsd.c (do_break): Which calls vm_ioctl_callback to
2859 perform a break. Pass in the new break value and set the
2860 registers according to the result.
2861
2862 * emul_generic.c (emul_write_status): Change so that r3 contains
2863 either status or errno and failure is indicated by SO.
2864
2865Thu Apr 4 23:03:38 1996 Andrew Cagney <cagney@kremvax.highland.com.au>
2866
2867 * emul_bugapi.c (emul_bugapi_create): More strict check of OEA
2868 address.
2869
2870Thu Apr 4 20:58:05 1996 Andrew Cagney <cagney@highland.com.au>
2871
2872 * interrupts.h (interrupts): New structure contains state of
2873 pending interrupts.
2874
2875 * cpu.c (cpu_interrupts): New function. Pending interrupt status
2876 in the cpu and grant access to it. Add interrupts to cpu
2877 structure.
2878
2879Fri Mar 29 22:09:25 1996 Andrew Cagney <cagney@highland.com.au>
2880
2881 * device.c (device_tree_add_parsed): Check that the creation of a
2882 device instance worked before using it.
2883
2884 * psim.c (psim_halt): Remove cia argument from psim_halt. This
2885 function does not save the CIA so do not pass it in.
2886
2887Fri Mar 29 21:30:56 1996 Andrew Cagney <cagney@highland.com.au>
2888
2889 * hw_pal.c (hw_pal): Merge the halt and icu and console devices
2890 found in device_table.c into a single hack pal.
2891
2892 * device_table.c (halt, icu, console): Delete.
2893
2894 * Makefile.in (hw_pal.o): New dependency.
2895
2896 * emul_generic.c (emul_add_tree_hardware): Re-arange device tree
2897 so that it uses the pal instead of the icu/halt/console devices.
2898 Wire the pal's interrupt ports up to the cpu nodes.
2899
2900Fri Mar 29 20:17:17 1996 Andrew Cagney <cagney@highland.com.au>
2901
2902 * hw_iobus.c (hw_iobus_attach_address_callback): Move from
2903 device_table.c to here.
2904
2905 * Makefile.in (hw_iobus.o): New dependency.
2906
2907Fri Mar 29 12:17:58 1996 Andrew Cagney <cagney@kremvax.highland.com.au>
2908
2909 * emul_bugapi.c (_os_emul_data): Add fields for output, input.
2910 (emul_bugapi_create): Create input, output from /chosen/stdin and
2911 /chosen/stdout.
2912 (emul_bugapi_do_{read,write}): Switch to use device_instance
2913 interface.
2914 (emul_bugapi_instruction_call): Change calls to
2915 emul_bugapi_do_{read,write} to pass device instance argument.
2916
2917Tue Mar 26 14:57:58 1996 Michael Meissner <meissner@tiktok.cygnus.com>
2918
2919 * igen.c (idecode_switch_end): Fix 2/26 change so that an extra
2920 default is not written out if a default was already written.
2921
2922 * psim.c (psim_{read,write}_register): Use sizeof unsigned_8 to
2923 size cooked_buf, not sizeof natural_word, since floating point
2924 registers are 8 bytes.
2925
2926Mon Mar 25 22:07:13 1996 Andrew Cagney <cagney@kremvax.highland.com.au>
2927
2928 * configure: Regenerate with autoconf 2.9.
2929
2930Thu Mar 21 00:14:26 1996 Andrew Cagney <cagney@highland.com.au>
2931
2932 * device_table.h: Always include string headers.
2933
2934Thu Mar 21 00:06:09 1996 Andrew Cagney <cagney@kremvax.highland.com.au>
2935
2936 * main.c (error): Be careful to not try to print out statistics
2937 when the simulation was never created.
2938
2939Sun Mar 17 22:40:57 1996 Andrew Cagney <cagney@highland.com.au>
2940
2941 * basics.h: Move the event queue's definition to here so that it
2942 can be refered to globally with out importing all of events.h.
2943
2944 * psim.h, psim.c (psim_event_queue): New function. Grant access
2945 to the simulation event queue. Will make this the single point of
2946 access (there is after all only one event queue in the
2947 simulation).
2948
2949 * cpu.c (cpu_create): Use psim_event_queue to obtain the event
2950 queue instead of it being passed in. No longer allow access to
2951 the cpu's copy of the event queue.
2952
2953Sun Mar 17 22:40:57 1996 Andrew Cagney <cagney@highland.com.au>
2954
2955 * events.h, events.c (event_handler): Remove event_queue from
2956 arguments passed to an event handler. That argument is redundant
2957 - the `data' should refer to a data structure that contains the
2958 event queue if queing is needed.
2959
2960 * cpu.c (cpu_decrement_event): adjust
2961
2962 * events.c (event_queue_process): adjust
2963
2964Sun Mar 17 22:40:57 1996 Andrew Cagney <cagney@highland.com.au>
2965
2966 * device.h, device.c (device_system): New, returns a handle for
2967 the system given the device.
2968
2969 * device.c (device_address_init): Store a pointer back to the
2970 system in each devices node.
2971
2972 * device_table.h: Don't pass `system' into each device when it is
2973 being initialized, this is now available using device_system(me).
2974
2975 * device.c (device_address_init, device_data_init): Adjust.
2976
2977 * hw_cpu.c, hw_nvram.c, hw_memory.c, hw_eeprom.c, device_table.c:
2978 Adjust.
2979
2980Sun Mar 17 22:40:57 1996 Andrew Cagney <cagney@highland.com.au>
2981
2982 * interrupts.c (decrementer_interrupt, external_interrupt):
2983 Remember that an interrupt wasn't delivered so that it can be
2984 tried again later.
2985
2986 * interrupts.c (check_masked_interrupt): New function. (re)
2987 checks for the posibility that a recent change to the MSR may have
2988 made it possible to deliver an interrupt that was previously
2989 masked be the EE bit.
2990
2991 * ppc-instructions (mtmsr, mfmsr, rfi): Check for posibility of
2992 a pending interrupt being delivered using check_masked_interrupt().
2993
2994 * cpu.c (cpu_decrement_event): Just call decrementer_interrupt()
2995 leaving it to that module to handle both interrupt synchronization
2996 and masking.
2997
2998 * cpu.c (struct _cpu): remove variables that were going to record
2999 pending decrementer and external interrupts.
3000
3001Sun Mar 17 22:40:57 1996 Andrew Cagney <cagney@highland.com.au>
3002
3003 * hw_cpu.c, hw_cpu.h: New files. Implement a device that sits
3004 between the interrupt controller and the simulators internal
3005 processor model. Maps device interrupts onto the processor
3006 interrupt function calls.
3007
3008Mon Mar 4 06:06:54 1996 Andrew Cagney <cagney@kremvax.highland.com.au>
3009
3010 * hw_nvram.c: NVRAM device that includes a real-time clock that is
3011 updated each second.
3012
3013Mon Mar 4 04:18:50 1996 Andrew Cagney <cagney@kremvax.highland.com.au>
3014
3015 * device.h (attach_type): Remove attach_default type address
3016 spaces. Will replace with levels of callback memory.
3017
3018 * corefile.h, corefile.c (new_core_mapping), corefile.c
3019 (core_map_attach): Replace default attach with a layerd callback
3020 approach.
3021
3022Sun Mar 3 03:58:46 1996 Andrew Cagney <cagney@kremvax.highland.com.au>
3023
3024 * device.c (split_property_specifier): ensure that only a single
3025 property is found.
3026 (split_value): New function, parses the value part of a device
3027 spec.
3028
3029 * device.c (device_tree_add_parsed): Use the interrupt conversion
3030 functions to determine the interrupt port numbers.
3031
3032 * device_table.h: Add table that maps between an interrupts
3033 symbolic name and its port number.
3034
3035 * device.h, device.c (device_interrupt_decode,
3036 device_interrupt_encode): new functions use the recently added
3037 interrupt port name/number tables to perform conversion.
3038
3039Sun Mar 3 03:23:59 1996 Andrew Cagney <cagney@kremvax.highland.com.au>
3040
3041 * device.h, device.c (device_set_array_property,
3042 device_set_boolean_property, device_set_ihandle_property,
3043 device_set_integer_property, device_set_string_property): New
3044 functions - allow the value of a given property to be changed.
3045
3046 * device.h, device.c: Re-order declaration and definition of
3047 property functions.
3048
3049Sun Mar 3 03:10:22 1996 Andrew Cagney <cagney@kremvax.highland.com.au>
3050
3051 * device.c (device_tree_print_device, device_tree_add_parsed):
3052 Remove references to phandle properties.
3053
3054Wed Feb 28 00:43:07 1996 Andrew Cagney - aka Noid <cagney@highland.com.au>
3055
3056 * Makefile.in (corefile.o): missing dependency on device_table.h
3057 etc.
3058
3059Tue Feb 27 23:59:35 1996 Andrew Cagney - aka Noid <cagney@highland.com.au>
3060
3061 * device_table.h: Revamp device init callbacks so that they are a
3062 sub structure.
3063 * device.c (device_init_data, device_init_address): If an init
3064 callback is NULL assume it should do nothing.
3065 * device_table.c (ignore_device_init, unimp_device_init): delete
3066 as redundant.
3067 * device_table.c, hw_memory.c: adjust.
3068
3069 * (io): ditto.
3070 * (dma): ditto.
3071 * (device_instance): ditto.
3072 * (ioctl): ditto.
3073 * (address nee config_address): ditto.
3074 * (interrupt): ditto.
3075
3076Mon Feb 26 21:11:20 1996 Andrew Cagney - aka Noid <cagney@highland.com.au>
3077
3078 * igen.c (idecode_switch_end): Output a default entry when the
3079 switch statement is perfect. Firstly stops GCC complaining about
3080 an incomplete switch and secondly it will be eliminated by a good
3081 compiler any way.
3082
3083Mon Feb 26 22:47:15 1996 Andrew Cagney - aka Noid <cagney@highland.com.au>
3084
3085 * Makefile.in (hw.h, hw.c): New targets. Create from the list of
3086 hw_*.c files. hw.h declares a device descriptor table for each hw
3087 device while hw.c lists those tables in a form suitable for the
3088 construction of a top leveltable in device_table.c.
3089
3090 * Makefile.in (device_table.o): now depends on hw.c a generated
3091 table of hw.
3092
3093 * device_table.c (device_table): Re-arange the table of devices so
3094 that two levels are possible. Make use of hw.c.
3095 * device_table.h: ditto.
3096
3097 * device.c (device_template_create_device): Handle new two level
3098 device lookup table.
3099 * device.c (device_usage): ditto.
3100
3101Mon Feb 26 22:24:00 1996 Andrew Cagney - aka Noid <cagney@highland.com.au>
3102
3103 * device_table.c: Delete the memory device (moved to hw_memory.c).
3104
3105 * hw_memory.c: New file. Just an OpenBoot memory device.
3106
3107Wed Jan 17 21:47:34 1996 Andrew Cagney <cagney@highland.com.au>
3108
3109 * device.c (device_init_address): New. Split initialization into
3110 two stages, address and address spaces
3111 * device.c (device_init_data): New. ... and data or other work.
3112 With out this, devices try to modify memory before it as been
3113 attached.
3114
3115 * device.c (device_tree_init): Update to perform staged
3116 initialization.
3117
3118 * device.c (device_init): Delete.
3119
3120Wed Jan 17 21:43:09 1996 Andrew Cagney <cagney@highland.com.au>
3121
3122 * device_table.c (data_*): Rewrite to make heaver use of property
3123 nodes. Allow initialization by different data types.
3124 * device_table.c (htab_* pte_*): Rewrite to use properties.
3125
3126 * emul_chirp.c (emul_chirp_create): Use
3127 * emul_bugapi.c (emul_bugapi_create): Ditto
3128 * emul_netbsd.c (emul_netbsd_create): Ditto
3129
3130Wed Jan 17 21:24:50 1996 Andrew Cagney <cagney@highland.com.au>
3131
3132 * emul_generic.c (emul_add_tree_options): Annotate existing tree
3133 with options that haven't yet been specified.
3134 * emul_generic.c (emul_add_tree_hardware): Annotate existing tree
3135 with demo devices and properties.
3136
3137 * emul_chirp.c (emul_chirp_create): Update to use new
3138 device_tree_add_parsed call and additional information now
3139 included in the device tree. Use emul_add_tree* functions to add
3140 any missing details.
3141 * emul_bugapi.c (emul_bugapi_create): Ditto
3142 * emul_netbsd.c (emul_netbsd_create): Ditto
3143
3144Wed Jan 17 21:18:27 1996 Andrew Cagney <cagney@highland.com.au>
3145
3146 * device.c (device_instance_create): New. Create/delete and
3147 operate on instances of a device.
3148 * device.c (device_instance_delete): Ditto
3149 * device.c (device_instance_read): Ditto
3150 * device.c (device_instance_write): Ditto
3151 * device.c (device_instance_seek): Ditto
3152 * device.c (device_instance_data): Ditto
3153 * device.c (device_instance_name): Ditto
3154 * device.c (device_instance_path): Ditto
3155
3156 * emul_chirp.c (chirp_emul_open): Implement using device_instance.
3157 * emul_chirp.c (chirp_emul_close): Ditto
3158 * emul_chirp.c (chirp_emul_read): Ditto
3159 * emul_chirp.c (chirp_emul_write): Ditto
3160 * emul_chirp.c (chirp_emul_seek): Ditto
3161
3162 * emul_chirp.c (chirp_read_t2h_args): Read arguments from device.
3163 Being careful to convert all from target to host byte order.
3164 * emul_chirp.c (chirp_write_h2t_args): Converse.
3165
3166Wed Jan 17 20:07:15 1996 Andrew Cagney <cagney@highland.com.au>
3167
3168 * device.c (device_tree_add_parsed): New. Rewrite code to add
3169 devices to the device tree so that a single printf style function
3170 is used.
3171
3172 * device.c (device_tree_add_*): Delete. Replaced by above.
3173
3174 * device.c (split_device_specifier): Functions to manipulate a
3175 device specifier (path) breaking it into its components
3176 * device.c (split_property_specifier): Ditto
3177 * device.c (split_device_name): Ditto
3178 * device.c (split_find_device): Ditto
3179
3180 * device.c (scan_*): Delete
3181
3182 * device.c (device_tree_find_device): Rewrite to use above.
3183 * device.c (device_add_property): Ditto
3184
3185Wed Jan 17 19:51:56 1996 Andrew Cagney <cagney@highland.com.au>
3186
3187 * psim.c(psim_options): Parse the psim options, installing their
3188 value in the device tree. Options are now first entered into a
3189 device tree and then extracted out again when needed. This allows
3190 greater flexability in configuration.
3191
3192 * psim.c (psim_tree): Returns a basic device tree ready for
3193 parsing by psim_options.
3194 * psim.c (psim_usage): New. Give usage to varing levels of detail
3195 according to the verbosity. In turn output device and trace
3196 usage.
3197
3198 * main.c (main): Update to use new system
3199 * sim_calls.c (sim_open, sim_do_command): Ditto
3200
3201 * psim.c (psim_options): Add `r' option - ram size.
3202 * psim.c (psim_options): Add `o' option - openboot tree entry.
3203 * psim.c (psim_options): Add `h'/`H' options - more help.
3204
3205 * debug.c (trace_usage): Add more detailed help.
3206 * device.c (device_usage): New. Output help including a list of
3207 the devices currently available in the device table.
3208 * device_table.c: Add usage operator to each device.
3209
3210 * corefile.c (core_create, core_device_create): Adjust so that the
3211 core device is created earlier for psim_tree(). Core can later be
3212 created from it.
3213
3214 * psim.c (psim_create): Update to handle above way of creating
3215 things. Extract all information from the device tree.
3216
3217 * device_tree.c (trace_*): New device node, its properties are
3218 used to set the value of the trace options. Init this device (in
3219 psim_options) when ever the options are updated.
3220
3221Wed Jan 17 19:46:07 1996 Andrew Cagney <cagney@highland.com.au>
3222
3223 * debug.h: Add trace_print_info, trace_print_device_tree and
3224 trace_dump_device_tree. The first is a replacement for the
3225 variable `print_info' found in main.c and sim_calls.c. The latter
3226 two enable the dumping of the entire device tree.
3227
3228 * debug.c: Add to trace_description table.
3229
3230 * main.c (main): Use above trace instead of local variable
3231 * sim_calls.c (sim_close): Ditto
3232
3233 * device.c (device_tree_print_device): New. Prints the device
3234 tree in a format that is consistent with what can be parsed by the
3235 device tree load from file code.
3236
3237 * psim.c (psim_create): Dump device tree if enabled. If nump
3238 selected, exit psim immediatly.
3239
3240Wed Jan 17 19:36:52 1996 Andrew Cagney <cagney@highland.com.au>
3241
3242 * corefile-n.h (core_map_read_N): When mapping from an address to
3243 a device, do not subtract the devices base. The device its self
3244 can do this. Brings the behavour into line with OpenBoot.
3245 * corefile-n.h (core_map_write_N): Ditto
3246 * corefile.c (core_map_read_buffer): Ditto
3247 * corefile.c (core_map_write_buffer): Ditto
3248
3249 * device_table.c (console_io_read_buffer_callback): Adjust to
3250 handle biased address.
3251 * device_table.c (console_io_write_buffer_callback): Ditto
3252
3253Wed Jan 17 18:36:09 1996 Andrew Cagney <cagney@highland.com.au>
3254
3255 * device.c (attach_device_interrupt_edge): New. Interrupt model
3256 did not allow interrupts to be wired up as a general net (edges).
3257 Re-implement so that interrupt events can be passed to multiple
3258 controllers and interrupt controllers can further propogate
3259 interrupt events.
3260
3261 * device.c (attach_device_interrupt_edge) : New, Ditto
3262 * device.c (detach_device_interrupt_edge) : New, Ditto
3263 * device.c (clean_device_interrupt_edges) : New, Ditto
3264 * device.c (device_interrupt_event) : New, Ditto
3265 * device.c (device_interrupt_attach) : New, Ditto
3266 * device.c (device_interrupt_detach) : New, Ditto
3267 * device.c (device_child_interrupt_attach) : New, Ditto
3268 * device.c (device_child_interrupt_detach) : New, Ditto
3269
3270 * device.c (device_attach_interrupt) : Delete old
3271 * device.c (device_detach_interrupt) : Delete old
3272 * device.c (device_interrupt) : Delete old
3273 * device.c (device_interrupt_ack) : Delete old
3274
3275 * device_table.c (unimp_*) : Update to match
3276
3277 * device_table.c (icu_io_write_buffer_callback) : Update to use
3278 interface.
3279 * device_table.c (icu_interrupt_event_callback) : Ditto
3280
3281Wed Jan 17 18:18:40 1996 Andrew Cagney <cagney@highland.com.au>
3282
3283 * device.c (external_to_device) : New function that provides a
3284 standard mapping between a devices internal representation (a
3285 pointer) and its external (or what is passed to a client)
3286 representation (a phandle). Implement using the cap object
3287 attached to the root node.
3288
3289 * device.c (device_to_external) : Ditto
3290 * device.c (external_to_device_instance) : Ditto but for ihandle
3291 and device instance.
3292 * device.c (device_instance_to_external) : Ditto
3293
3294 * Makefile (device.o): Add dependency on cap.
3295
3296 * emul_chirp.c (struct _emul_chirp_data) : Elimate use of cap. Code
3297 needing to translate between internal and external representations
3298 changed to use the external_to_device et.al. device operations.
3299 * emul_chirp.c (chirp_emul_*) : Ditto
3300
3301 * Makefile (emul_chirp.o): Remove dependency on cap
3302
3303Sat Jan 6 10:13:26 1996 Andrew Cagney - aka Noid <cagney@highland.com.au>
3304
3305 * emul_chirp.c (map_over_chirp_note): Tighten up (and fix) checks
3306 on OpenBoot note section.
3307
3308Fri Jan 5 20:28:53 1996 Andrew Cagney <cagney@hignland.com.au>
3309
3310 * emul_generic.c (emul_write_buffer): Use vm faulting byte
3311 read/write calls for buffer transfers. This will cause a fault to
3312 occure if the transfer fails. CHRP catches the fault while the
3313 others suffer the consequences.
3314 (emul_read_buffer): Ditto.
3315 (emul_write_word): Ditto.
3316 (emul_read_word): Ditto.
3317 (emul_read_string): Ditto.
3318
3319Fri Jan 5 18:55:34 1996 Andrew Cagney <cagney@highland.com.au>
3320
3321 * emul_chirp.c (emul_chirp_create, emul_chirp_instruction_call),
3322 emul_generic (emul_blr_instruction): Use a real blr instruction to
3323 return from a client service call.
3324
3325 * emul_chirp.c (services): Add all OpenBoot services to table.
3326
3327 * emul_generic.h, emul_bugapi.c (emul_bugapi_create), emul_chirp.c
3328 (emul_chirp_create) : Use names instead of numbers for
3329 instructions being stored in memory.
3330
3331Fri Jan 5 18:52:28 1996 Andrew Cagney <cagney@highland.com.au>
3332
3333 * Makefile.in (maintainer-clean): Remove .log, core and *.core
3334 (From NetBSD) files.
3335
3336Wed May 29 22:57:40 1996 Andrew Cagney <cagney@kremvax.highland.com.au>
3337
3338 * ChangeLog.00, ChangeLog: ChangeLog from gdb-4.16 becomes
3339 ChangeLog.00
3340
This page took 0.236116 seconds and 4 git commands to generate.