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