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