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