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