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