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