Add ABFD argument to sim_create_inferior. Document.
[deliverable/binutils-gdb.git] / sim / ppc / ChangeLog
CommitLineData
9f64f00a
AC
1Wed Aug 27 10:24:15 1997 Andrew Cagney <cagney@b1.cygnus.com>
2
3 * idecode_expression.h (ALU_END): From Charles Lefurgy - Extract
4 sign bit using 64 bit and not a 32 bit mask.
5
6Wed Aug 27 10:15:48 1997 Andrew Cagney <cagney@b1.cygnus.com>
7
8 * sim_calls.c (sim_load): From Ian Lance Taylor - free argv after
9 it has been used, not before.
10
7230ff0f
AC
11Tue Aug 26 10:41:35 1997 Andrew Cagney <cagney@b1.cygnus.com>
12
13 * sim_calls.c (sim_kill): Delete.
fafce69a
AC
14 (sim_create_inferior): Add ABFD argument.
15 (entry_point): Delete variable.
16 (sim_load): Move setting of PC from here.
17 (sim_create_inferior): To here.
7230ff0f 18
247fccde
AC
19Mon Aug 25 16:17:06 1997 Andrew Cagney <cagney@b1.cygnus.com>
20
21 * sim_calls.c (sim_open): Add ABFD argument.
22
23Thu Jul 3 10:18:06 1997 Andrew Cagney <cagney@b1.cygnus.com>
24
25 * ppc-instructions (PPC_INSN_INT): From Michael Thies - Monitoring
26 CR register updates dependant on RC value had logic backwards.
27
28 * ppc-instructions (Load String Word Immediate): From Brad Parker
29 - sense of wrap test in check for overwriting RA wrong.
30 (Load String Word Indexed): Ditto.
31
32 * configure.in: From Erik Landry - set sim_default_model not
33 sim_model for sim-default-model option.
34 * configure: Regenerate.
35
36 * interrupts.c (check_masked_interrupts): Schedule a hardware
37 interrupt delivery when FP interrupts get enabled.
38 (program_interrupt): Generate FP exceptions instead of aborting.
39 (deliver_hardware_interrupt): Deliver a FP exception if so
40 enabled.
41
42 * registers.h: Add definition of fpscr_vx_bits.
43
44 * idecode_expression.h (FPSCR_END): Always update FEX and VX bits
45 in FPSCR.
46 (FPSCR_END): Explicitly check for possible floating point
47 exception conditions.
48 (FPSCR_BEGIN): Simplify.
49
50 * ppc-instructions (Move From FPSCR): Enable.
51 (Move To FPSCR Bit 1): Ditto.
52 (Move To FPSCR Bit 0): Ditto.
53 (Move To FPSCR Field Immediate): Ditto.
54 (Move to Condition Register from FPSCR): Simplify.
55 (invalid_arithemetic_operation): Generate a QNaN when invalid
56 operation exception disabled.
57
ff82f214
AC
58Tue May 20 10:22:50 1997 Andrew Cagney <cagney@b1.cygnus.com>
59
60 * sim_calls.c (sim_open): Add callback argument.
247fccde 61 (sim_set_callbacks): Delete.
ff82f214
AC
62
63Tue Apr 22 22:36:57 1997 Mike Meissner <meissner@cygnus.com>
64
65 * sim_callbacks.h (error): Make declaration match gdb's.
66 * main.c (error): Ditto.
67
8517f62b
AC
68Fri Apr 18 17:03:09 1997 Andrew Cagney <cagney@b1.cygnus.com>
69
70 * sim_calls.c (sim_stop_reason): Simplify. Was running implies
71 stopped/SIGINT. Exit implies a status code.
72
73 * psim.c (cntrl_c_simulation): From main.c. Event function that
74 halts the simulator.
75 (psim_stop): New. Asynchronously schedule a stop simulator event.
76 (psim_run_until_stop): Delete. Made redundant by psim_stop.
77
78 * main.c (cntrl_c): Update.
79 (cntrl_c_simulation): Moved to psim.c.
80
81 * sim_calls.c (sim_stop): New function. Use psim_stop which
82 schedules a stop event.
83 (sim_resume): Drop SIGINT handler, now in gdb/main.c.
84 (sim_resume): Use psim_run as stop variable no longer needed.
85
86Fri Apr 18 17:03:08 1997 Andrew Cagney <cagney@b1.cygnus.com>
87
88 * psim.c (psim_options): Handle -E option correctly.
89 (psim_usage): Document.
90
ed119303
DE
91Thu Apr 17 03:28:03 1997 Doug Evans <dje@canuck.cygnus.com>
92
93 * psim.c (psim_options): Ignore -E option (sets endianness).
94 * sim_calls.c: #include bfd.h.
95 (entry_point): New static local.
96 (sim_load): Return SIM_RC. New arg abfd. Set start address from bfd.
97 (sim_create_inferior): Return SIM_RC. Delete arg start_address.
98
04184003
ILT
99Tue Apr 15 14:57:18 1997 Ian Lance Taylor <ian@cygnus.com>
100
101 * Makefile.in (INSTALL): Set to @INSTALL@.
102 (INSTALL_XFORM, INSTALL_XFORM1): Remove.
103 (install): Depend upon installdirs. Use $(program_transform_name)
104 directly, rather than using $(INSTALL_XFORM).
105 (installdirs): New target.
106
21a2898b
AC
107Fri Apr 4 17:54:36 1997 Jim Wilson <wilson@cygnus.com>
108
109 * Makefile.in (tmp-hw, tmp-pk): Use for loop to eliminate duplicates
110 rather than the non-portable cat -n.
111
112Mon Apr 14 16:29:51 1997 Ian Lance Taylor <ian@cygnus.com>
113
114 * Makefile.in (INSTALL): Change install.sh to install-sh.
115
1414a2e5
AC
116Tue Apr 1 18:15:14 1997 Jim Wilson <wilson@cygnus.com>
117
118 * ppc-instructions: Change milhwu to mulhwu.
119
33f00b8b
DE
120Wed Apr 2 15:38:08 1997 Doug Evans <dje@canuck.cygnus.com>
121
122 * sim_calls.c (sim_open): New arg `kind'.
123
64d20049
ILT
124Wed Apr 2 14:51:17 1997 Ian Lance Taylor <ian@cygnus.com>
125
126 * COPYING: Update FSF address.
127
128Tue Mar 25 16:17:59 1997 Andrew Cagney <cagney@kremvax.cygnus.com>
129
130 * main.c (sim_io_read_stdin): Only compile unbuffered IO code if
131 all the required features are supported by the host OS.
132
332cb0a7
AC
133Tue Mar 25 12:13:02 1997 Andrew Cagney <cagney@kremvax.cygnus.com>
134
135 * emul_bugapi.c (emul_bugapi_create): Guard against NULL images.
136
137 * configure.in (enable-sim-endain): Correct typo in usage (from
138 Erik Landry <landry@ENGR.ORST.EDU>).
139 * configure: Re-generate.
140
141Fri Mar 14 18:23:02 1997 Andrew Cagney <cagney@kremvax.cygnus.com>
142
143 * Makefile.in (targ-vals.def): Re-do rule so that it works with
144 FreeBSD's make. Didn't like $<.
145
87ae64c3
DE
146Thu Mar 13 12:55:48 1997 Doug Evans <dje@canuck.cygnus.com>
147
148 * sim_calls.c (sim_open): New SIM_DESC result. Argument is now
149 in argv form.
150 (other sim_*): New SIM_DESC argument.
151
152Thu Feb 13 10:35:14 1997 Andrew Cagney <cagney@phydeaux.cygnus.com>
153
154 * ppc-opcode-simple-array, ppc-opcode-simple-goto,
155 ppc-opcode-simple-switch, ppc-opcode-complex-array,
156 ppc-opcode-complex-goto, ppc-opcode-complex-switch,
157 ppc-opcode-jump, ppc-opcode-goto, ppc-opcode-flat: Delete,
158 superseeded by --sim-decode-mechanism option.
159
160 * ppc-opcode-simple, dc-simple: Rename to be 8.3
161 * ppc-opcode-complex, dc-complex: Ditto.
162 * ppc-opcode-stupid, dc-stupid: Ditto.
163 * ppc-opcode-test-1, dc-test.01: Ditto.
164 * ppc-opcode-test-2, dc-test.02: Ditto.
165
166 * configure.in (--enable-sim-opcode): Change prefix to dc- instead
167 of ppc-opcode-.
168
169Wed Feb 12 19:33:45 1997 Andrew Cagney <cagney@phydeaux.cygnus.com>
170
171 * Many of the ppc-opcode-* files are identical baring the type of
172 lookup table. Instead of having multiple tables, igen can do this
173 via an additional option.
174
175 * ld-decode.h, ld-decode.c (force_decode_gen_type): New function,
176 allow the type of generated table specified in the decode file to
177 be overridden.
178
179 * ld-decode.c (load_decode_table): Allow the table type to be
180 overridden.
181
182 * igen.c (main): Add -T <mechanism> option so that an overriding
183 instruction decode mechanism can be specified.
184
185 * configure.in: New option --sim-decode-mechanism to control
186 igen's new -T <mechanism> flag.
187 * Makefile.in (IGEN_FLAGS): Add IGEN_IDECODE_MECHANISM set by the
188 configure script.
189 * configure: Regenerate.
190
f9114af5
MM
191Tue Feb 11 13:49:10 1997 Michael Meissner <meissner@tiktok.cygnus.com>
192
37404956
MM
193 * events.c (event_queue_create): Don't use NULL to initialize an
194 integer field.
195 (even_queue_{init,schedule_after_signal,tick}): Conditionalize use
196 of sigprocmask to appropriate autoconf test.
197
198 * main.c ({cntrl_c,main}): Use RETSIGTYPE for signal return type,
199 don't assume void.
200 * sim_calls.c (sim_{ctrl_c,resume}): Ditto.
201
f9114af5
MM
202 * Makefile.in (callback.o): Define HAVE_CONFIG_H, so callback.c
203 includes our config.h.
204
cef84fb3
DE
205Tue Feb 4 13:42:59 1997 Doug Evans <dje@canuck.cygnus.com>
206
207 * configure.in: Fix typo in test for callback.c.
208 * configure: Regenerated.
209
37404956
MM
210Fri Feb 7 10:04:25 1997 Andrew Cagney <cagney@kremvax.tpgi.com.au>
211
212 * emul_chirp.c (emul_chirp_create): Handle a virtbase of -1 being
213 found in the device tree.
214
215Wed Feb 5 10:56:27 1997 Andrew Cagney <cagney@kremvax.tpgi.com.au>
216
217 * Property create/initialization still wasn't correctly ordered.
218 Should be delaying everything related to ihandle creation until
219 after the rest of the tree has been established.
220
221 * device.c (device_find_ihandle_runtime_property): Update.
222 (device_add_ihandle_runtime_property): Update.
223
224 * tree.c (parse_ihandle_property): Delay lookup of the device to
225 be opened until the ihandle initialization phase.
226 * tree.c (print_properties): Update.
227
228Wed Feb 5 10:56:27 1997 Andrew Cagney <cagney@kremvax.tpgi.com.au>
229
230 * gen-icache.c (print_icache_extraction): Add a reason parameter.
231 Augment each extracted field with a comment citing the codes
232 origin. Should simplify tracking down incorrect cache
233 extractions.
234
235Tue Feb 4 17:44:51 1997 Andrew Cagney <cagney@kremvax.tpgi.com.au>
236
237 * gen-icache.c: Generalize code handling XXX_is_NNN so that it
238 works for normal and boolean table entries.
239
240 * psim.c (psim_write_memory): last_cpu == -1 or nr_cpus is now
241 valid. Handle this just like *_{read,write}_register now handles
242 it.
243
244Mon Feb 3 17:18:16 1997 Andrew Cagney <cagney@kremvax.tpgi.com.au>
245
246 * events.c (insert_event_entry): Correct loop termination
247 assertions.
248
249Fri Jan 31 16:20:26 1997 Andrew Cagney <cagney@kremvax.tpgi.com.au>
250
251 * psim.c (psim_options): Add new option -c for max-iterations or
252 count.
253 (psim_usage): Document.
254 (psim_max_iterations_exceeded): New function, abort simulation if
255 max iterations exceeded.
256
257 * gen-idecode.c: Re-work the table lookup code so that it assumes
258 that the entry is a leaf by default. Simplify the boolean table
259 entry code so that it involves a mask + test instead of shift +
260 shift + mask + test.
261
262 * gen-idecode.c: Correct generated igen body so that it no drops
263 or doubles clock interrupts.
264
265
54973b80
MM
266Thu Jan 30 11:23:20 1997 Andrew Cagney <cagney@kremvax.tpgi.com.au>
267
268 * Makefile.in (BUILT_SRC_WO_CONFIG): Change targ-vals.* to
269 @sim_targ_vals@
270
271 * configure.in (sim_callback, sim_targ_vals): Set sim_targ_valls
272 if common callback is present.
273
d2e3d3af
MM
274Wed Jan 29 12:32:41 1997 Michael Meissner <meissner@tiktok.cygnus.com>
275
276 * configure.in (sim_callback): If the gdb is post 4.16, configure
277 callback support from the common directory.
278 * configure: Regenerate.
279
280 * Makefile.in (BUILT_SRC_WO_CONFIG): Add targ-vals.{h,def} and
281 targ-map.c.
282 (GDB_OBJ): Add callback support configured in.
283 (gentmap,targ-vals.def): Build from common directory.
284 (targ-vals.h,targ-map.c): Build by running gentmap.
285 (callback.o): Build from source in common directory.
286 (targ-map.o): Add dependency.
287 (clean): Remove gentmap.
288
37404956
MM
289Wed Jan 29 12:14:19 1997 Andrew Cagney <cagney@kremvax.tpgi.com.au>
290
291 * igen wasn't aborting if the opcode table contained no valid
292 fields.
293
294 * misc.c (name2i): Possibly abort if an invalid name is
295 encountered.
296 * ld-decode.c: Abort if the table type isn't found.
297
298Wed Jan 29 12:14:19 1997 Andrew Cagney <cagney@kremvax.tpgi.com.au>
299
300 * When performance monitoring is disabled, it is still possible to
301 determine the simulation speed by looking at the number of elapsed
302 ticks recorded by the event queue.
303
304 * psim.c (psim_write_register, psim_read_register): Force the cpu
305 to zero when it is either of `-1' or `nr_cpus'. In both cases the
306 next cpu would be zero any way.
307
308 * mon.c (mon_print_info): If possible, print the system cycle
309 performance. This is an indication of the number of instructions
310 per second.
311
312Wed Jan 29 12:14:19 1997 Andrew Cagney <cagney@kremvax.tpgi.com.au>
313
314 * The code to allow an event queue to be updated during a signal
315 was missing. For main.c, a cntrl-c simulation termination wasn't
316 handled cleanly.
317
318 * The simulation would not correctly restart if an event requested
319 that the simulation be halted.
320
321 * psim.c (psim_options): Add hack to -i option to optionally
322 include a level vis -i2.
323 (psim_usage): Document.
324
325 * main.c (cntrl_c, cntrl_c_simulation): New functions. When a
326 cntrl-c occures schedule an event to halt the simulation.
327 (main): Catch CNTRL-C signals with the function cntrl_c.
328
329 * events.c (event_queue_process): Mask interrupts while
330 manipulating the async event queue.
331 (event_queue_init): Ditto.
332 (event_queue_schedule_after_signal): Ditto.
333
334 * events.c (event_queue_process): Mark the event queue as being in
335 the processing state when processing has started. Adjust code
336 so that it is tolerant of halts.
337 (event_queue_init): Start the event queue out with processing
338 false.
339 (event_queue_tick): Check that processing isn't still being
340 performed.
341
342 * gen-idecode.c (print_run_until_stop_body): Call
343 event_queue_process_events to clear possibly pending events before
344 starting a simulation run. Re-arange main loop so that simulator
345 is correctly restarted when an event halts the simulation.
346
347 * psim.c (psim_halt): Handle an event halting the simulation.
348 * psim.c (psim_init): Adjust initial cpu - == -1 - to match
349 reworked idecode.
350
351Wed Jan 29 12:14:19 1997 Andrew Cagney <cagney@kremvax.tpgi.com.au>
352
353 * ppc-opcode-complex: Correct typo - was expanding ORA instead of
354 RA. Based on instruction frequency stats, expand additional
355 instructions.
356 * ppc-instructions: Change all `RA == 0' to RA_is_0.
357
358 * ppc-opcode-stupid: Move all but the basic table in -complex into
359 here. Update to new format.
360
361 * Makefile.in (tmp-defines): New target. Force defines.h to always
362 be built. Hence get ppc-opcode-goto to build.
363
364Tue Jan 28 13:00:19 1997 Andrew Cagney <cagney@kremvax.tpgi.com.au>
365
366 * hw_com.c (hw_com_instance_read, hw_com_instance_write):
367 Implement.
368
5c04f4f7
MM
369Thu Jan 23 09:07:26 1997 Andrew Cagney <cagney@kremvax.tpgi.com.au>
370
371 * hw_trace.c (hw_trace_init_data): Delete. The trace options need
372 to be initialized independant of the rest of the simulation
373 initalization. Otherwize a trace option explictly set from gdb
374 could be overridden by hw_trace.
375
376 * psim.c (psim_options): Clarify reason why the trace ioctl occures.
377
378 * FIXME: The trace code is too scattered - hw_trace.c, psim.c,
379 debug.c. It could be much simpler.
380
381Thu Jan 23 09:07:26 1997 Andrew Cagney <cagney@kremvax.tpgi.com.au>
382
383 * Some devices support removable media. Add hooks to the disk
384 device so that it supports this.
385
386 * device.c (device_add_string_array_property,
387 device_find_string_array_property): New functions, manipulate
388 properties containing an array of strings.
389 (device_find_string_property): Allow a string array.
390 (device_init_static_properties): Update.
391 (device_init_runtime_properties): Update.
392
393 * hw_disk.c (hw_disk_ioctl): Add ioctl for changing the disk
394 media. If no file image is specified, use the next one in the
395 image property list.
396 (hw_disk_init_address): Change the file property so that it is a
397 string array - use the first entry for the initial file image.
398
399 * tree.c (print_string_aray_property): New function - print a
400 string array.
401 (print_properties): Adjust.
402 (print_string): Write a string, handling double quotes.
403
404 * device.h: Define an ioctl to `change-media' with an optional new
405 media image.
406
407 * hw_disk.c: Allow floppy disk devices to be specified.
408
409 * psim.c (psim_command): New function, parse more complex psim
410 commands such as "change-media" and "trace".
411 * sim_calls.c (sim_do_command): Use.
412
413Wed Jan 22 09:38:33 1997 Andrew Cagney <cagney@kremvax.tpgi.com.au>
414
415 * For expressions like (RA == 0) that are entered in to the cache
416 as RA_is_0. If possible generate the result of the expression so
417 that the compiler gets a better chance of eliminating dead
418 branches.
419
420 * gen-icache.c (print_icache_extraction): For a cache entry of
421 the form <name>_is_<const> where it is a boolean field, generate
422 the result of the expression instead of the expression its self.
423 (print_icache_body): Remove code that was looking for *_is_0 and
424 then generating corresponding definitions.
425
426 * gen-icache.c (print_icache_struct): If there is no cache, do not
427 output expressions in idecode.h file.
428
429 * gen-icache.c (print_icache_body): Output them here.
430
431 * ppc-opcode-complex: Clarify constant values for SPR==LR register
432 expansion.
433
434 * ppc-cache-rules (RA_is_0, SPR_is_256): Two new cache entries.
435
436Wed Jan 22 12:24:52 1997 Andrew Cagney <cagney@kremvax.tpgi.com.au>
437
438 * The code that put values in and extracted values from the cache
439 was too compilicated. The cache table did not allow values to be
440 computed from cache entries. #defines could only be used when a
441 cache was present, remove the restriction.
442
443 * ld-cache.h, ld-cache.c: Add a new cache entry type - SCRATCH. A
444 scratch variable is defined when a cache entry is beinf
445 filled. Change the definition of a COMPUTE variable to be defined
446 when the cache entry is being used.
447 * gen-icache.c: Update.
448
449 * ld-cache.h, ld-cache.c: Change field names so that their meaning
450 is more obvious. old_name->field_name, new_name->derived_name.
451 * gen-icache.c: Update
452
453 * gen-icache.h, gen-icache.c (print_icache_body): Make the three
454 different types of cache code - put into cache, extract from
455 cache, no cache - an explicit argument to print_icache_body.
456 * gen-icache.c (print_icache_extraction): Ditto.
457
458 * gen-semantics.c (print_c_semantic): Update use.
459 * gen-idecode.c (print_jump_insn): Update use.
460 * gen-icache.c (print_icache_function): Update use.
461
462 * igen.c (main): Change 'R' option so that it does not force the
463 cache.
464
465 * configure.in (enable-sim-icache): Clarify description. Make
466 #define one of the defaults regardless of the cache. Probably
467 should revamp and add a separate option.
468
469Tue Jan 21 13:26:10 1997 Andrew Cagney <cagney@kremvax.tpgi.com.au>
470
471 * pk_disklabel.c (block_is_fdisk): Tidy up traces - use dos
472 partition numbering.
473 (pk_disklabel_create_instance): Partition 1..4 are valid - not
474 1..3.
475 (is_iso9660): New function, verify a CD9660 File system.
476 (pk_disklabel_create_instance): Start expanding so that active
477 partition selection is supported.
478
479Mon Jan 20 11:20:15 1997 Andrew Cagney <cagney@kremvax.tpgi.com.au>
480
481 * The cap object was retaining a reference to the instance of a
482 device after it was deleted. Instead add and remove cap's from the
483 cap db as they are created and deleted. This ensuring that a
484 capibility is only used during the lifetime of the corresponding
485 object.
486
487 * cap.h, cap.c: Correct cap type - was signed32 should be
488 signed_cell.
489
490 * cap.c (cap_add, cap_remove): New methods for cap object that
491 allow the explicit addition and removal of internal objects that
492 the cap knows about.
493
494 * cap.c (cap_init): Rewrite. Verify that the only objects
495 remaining in the cap data base are those that were entered first.
496 Thse objects will be the permenant ones.
497 * device.c (device_init_address): Remember to initialize the cap
498 database.
499
500 * device.c (device_create_instance_from): Explicitly add device
501 instances to the cap database. Simplify create code.
502 (device_instance_delete): Explicitly remove device instances from
503 the cap database.
504
505 * device.c (device_create_from): Explicitly add a device to the
506 cap data base.
507
508 * device.c (device_create_from): Always set the cap members.
509
510 * hw_disk.c: Output the instance when tracing.
511
512Sun Jan 19 16:44:29 1997 Andrew Cagney <cagney@kremvax.tpgi.com.au>
513
514 * tree.c (split_device_specifier): Add support for aliases when
515 looking up a device. Now needs a device as an argument.
516 (split_property_specifier): Ditto.
517
518Sun Jan 19 15:28:23 1997 Andrew Cagney <cagney@kremvax.tpgi.com.au>
519
520 * The memory "claim" and "release" methods take an address and
521 size as arguments. These may be multi cell values. Initially fix
522 the memory code so that they check/detect this. Leave the
523 adjustment of any clients to later.
524
525 * hw_memory.c (hw_memory_instance_claim,
526 hw_memory_instance_release): Handle multi-cell memory devices.
527
528 * hw_memory.c (hw_memory_instance_claim): Be tolerant towards the
529 release of memory regions that were not claimed.
530
531Fri Jan 17 12:01:07 1997 Andrew Cagney <cagney@kremvax.tpgi.com.au>
532
533 * device.h, device.c (device_instance_call_method): Correct return
534 type - can return either 0 or -1, hence should be a signed type.
535 * device_table.h: Ditto.
536
537 * hw_memory.c (hw_memory_instance_claim,
538 hw_memory_instance_release): Update.
539 * hw_disk.c (hw_disk_max_transfer, hw_disk_block_size,
540 hw_disk_nr_blocks): Ditto.
541
542Fri Jan 17 11:50:13 1997 Andrew Cagney <cagney@kremvax.tpgi.com.au>
543
544 * emul_chirp.c (chirp_emul_claim): Implement using the "claim"
545 method belonging to "/chosen/memory".
546 (chirm_emul_release): Ditto.
547
548 * Makefile.in (LIB_INLINE_SRC): Remove emul_* from list of files
549 that are inlined. These modules are called via a table and are
550 not made inline.
551
552 * hw_init.c (update_for_binary_section): Fix failure to allocate
553 memory used by the binary in real-mode executions. If "claim"
554 property is present, allocate memory from the "/chosen/memory"
555 device.
556
557 * emul_chirp.c (emul_chirp_create): Specify that memory should be
558 claimed when loading a real image.
559
560 * hw_memory.c (hw_memory_instance_claim): Don't page align memory
561 allocations.
562
563 * hw_memory.c (hw_memory_instance_release): Avoid infinite loop
564 when merging adjacent memory chunks.
565
566Thu Jan 16 08:51:25 1997 Andrew Cagney <cagney@kremvax.tpgi.com.au>
567
568 * vm.h (vm_data_map_read_buffer, vm_data_map_write_buffer): Add
569 optional PROCESSOR & CIA args so that this routine also abort an
570 access.
571
572 * vm_n.h (vm_data_map_read_N, vm_data_map_write_N): For a
573 miss-aligned access when a transfer fails abort.
574
575 * emul_bugapi.c (emul_bugapi_do_write): Use emul_read_buffer
576 instead of the vm_read_buffer.
577 * emul_netbsd.c (do_write): Ditto.
578 * emul_unix.c (do_unix_write): Ditto.
579
580Wed Jan 15 14:38:25 1997 Andrew Cagney <cagney@kremvax.tpgi.com.au>
581
582 * configure.in (--enable-sim-jump): Default is NULL and not -E.
583 * configure: Regenerate.
584
585 * basics.h (__attribute__): Enable attributes if GCC >= 2.6.
586 (UNUSED): Only enable UNUSED if GCC >= 2.7.
587
588 * gen-icache.c (print_icache_extraction): Print UNUSED macro
589 instead of explicit __unused__ attribute.
590 (print_icache_body): Ditto.
591 * idecode_expression.h (FPSCR_BEGIN): Use UNUSED.
592
593Wed Jan 15 13:54:50 1997 Andrew Cagney <cagney@kremvax.tpgi.com.au>
594
595 * cpu.h, cpu.c (cpu_synchronize_context): Add CIA argument as
596 reference point.
597
598 * vm.c (vm_synchronize_context): Add PROCESSOR and CIA as
599 arguments so that there is a reference point for recovery.
600 (vm_synchronize_context): Pass processor+cia for errors.
601 (om_unpack_sr): Ditto.
602 (om_unpack_srs): Ditto.
603 * vm.c (vm_create): Review error messages.
604
605 * vm.c: Include "cpu.h" so that cpu_error is visible.
606
607 * ppc-instructions (Return From Interrupt): Pass CIA.
608 (Instruction Synchronize): Ditto.
609 * psim.c (psim_init): Ditto.
610
611Wed Jan 15 12:25:11 1997 Andrew Cagney <cagney@kremvax.tpgi.com.au>
612
613 * cpu.h, cpu.c (cpu_error): Aborts simulation with error message,
614 but also saves current processor state.
615
616 * basics.h: Move #include <stdarg.h> to here from device_table.h.
617
618 * interrupts.c (perform_oea_interrupt): Use. No longer loose CIA
619 when simulation aborted.
620 (program_interrupt): Ditto.
621 (floating_point_unavailable_interrupt): Ditto.
622 (alignment_interrupt): Ditto.
623 (floating_point_assist_interrupt): Ditto.
624 (perform_oea_interrupt): Ditto.
625 (machine_check_interrupt): Ditto.
626
627Tue Jan 14 12:19:10 1997 Andrew Cagney <cagney@kremvax.tpgi.com.au>
628
629 * ppc-instructions (Move from Special Purpose Register): Support
630 move from DEC.
631
632Mon Jan 13 16:58:12 1997 Andrew Cagney <cagney@kremvax.tpgi.com.au>
633
634 * debug.h, debug.c: Add "interrupts" trace option.
635
636 * interrupts.c (data_storage_interrupt): Add tracing.
637 (machine_check_interrupt): Ditto.
638 (instruction_storage_interrupt): Ditto.
639 (alignment_interrupt): Ditto.
640 (program_interrupt): Ditto.
641 (floating_point_unavailable_interrupt): Ditto.
642 (system_call_interrupt): Ditto.
643 (floating_point_assist_interrupt): Ditto.
644 (deliver_hardware_interrupt): Ditto.
645
646 * interrupts.c (program_interrupt): For UEA mode, halt the
647 processor - so that the current state is saved - instead of
648 aborting.
649 (floating_point_unavailable_interrupt): Ditto.
650 (floating_point_assist_interrupt): Ditto.
651
652Thu Jan 2 09:10:41 1997 Andrew Cagney <cagney@kremvax.tpgi.com.au>
653
654 * interrupts.c (perform_oea_interrupt): Halt rather than abort on
655 a double interrupt.
656
657Wed Jan 1 22:54:52 1997 Andrew Cagney <cagney@kremvax.tpgi.com.au>
658
659 * ppc-instructions (Store Multiple Word, Load Multiple Word):
660 Enable.
661
662 * tree.c (print_properties): For an array consider printing it out
663 as an integer array.
664
665 * hw_memory.c (hw_memory_init_address): If an "available" property
666 is present, use that to initialize the available memory instead of
667 using the reg property.
668
669 * emul_generic.c (emul_add_tree_hardware): Add "available"
670 property to memory device.
671
672Fri Dec 20 13:19:07 1996 Andrew Cagney <cagney@kremvax.tpgi.com.au>
673
674 * ppc-instructions (Rotate Left Word then AND with Mask): Enable.
675
676 * device.c (device_instance_call_method): Was only looking at the
677 first method.
678
679 * hw_disk.c (hw_disk_nr_blocks): Implement #blocks method.
680 (hw_disk_block_size): Implement block-size method.
681 (hw_disk_max_transfer): Implement max-transfer method.
682
683 * hw_phb.c (hw_phb_init_address): Reinit the rest of the PHB.
684
685 * emul_chirp.c (chirp_emul_instance_to_path): Recover from an
686 invalid ihandle.
687 (chirp_emul_instance_to_package): Ditto.
688 (chirp_emul_method): Ditto.
689 (chirp_emul_read): Ditto.
690 (chirp_emul_write): Ditto.
691 (chirp_emul_close): Ditto.
692 (chirp_emul_seek): Ditto.
693 (chirp_emul_package_to_path): Ditto (for phandle).
694 (chirp_emul_package_to_path): Return the length.
695
696 * psim.c (psim_merge_device_file): Allow continuation lines.
697
698Thu Dec 19 11:09:43 1996 Andrew Cagney <cagney@kremvax.tpgi.com.au>
699
700 * emul_chirp.c (chirp_emul_boot): Implement. Well report the new
701 string and exit.
702
703 * emul_chirp.c (chirp_emul_exit): Correct type of args struct
704 members - *_cell not host dependant int.
705
706Wed Dec 18 17:49:59 1996 Andrew Cagney <cagney@kremvax.tpgi.com.au>
707
708 * interrupts.c (perform_oea_interrupt): Print additional
709 information if a double interrupt is encountered.
710
711Wed Dec 18 17:49:59 1996 Andrew Cagney <cagney@kremvax.tpgi.com.au>
712
713 * psim.c (psim_merge_device_file): Tolerate an incorrect file-name
714 being specified with the -f option.
715 (psim_merge_device_file): Correct check for end of string.
716
717Wed Dec 18 17:49:59 1996 Andrew Cagney <cagney@kremvax.tpgi.com.au>
718
719 * emul_chirp.c (chirp_emul_peer): Was falling off the end of the
720 list of devices. Return zero to the client instead.
721 * emul_chirp.c (chirp_emul_child): Ditto
722 * emul_chirp.c (chirp_emul_parent): Ditto
723
724 * device.c (device_root): Assert assumption about the device being
725 valid.
726
727Tue Dec 17 15:12:38 1996 Andrew Cagney <cagney@kremvax.tpgi.com.au>
728
729 * emul_chirp.c (emul_chirp_create): Add description property to
730 each significant node in the device tree.
731 * emul_bugapi.c (emul_bugapi_create): Ditto.
732
733Fri Dec 13 14:30:31 1996 Andrew Cagney <cagney@kremvax.tpgi.com.au>
734
735 * main.c (sim_io_read_stdin): For a single byte STDIO read, use a
736 tempoary two byte buffer. Single byte read with fgets will not
737 work.
738 * main.c: Include errno.h.
739 (sim_io_read_stdin): For non-STDIO, make it work.
740
741 * emul_chirp.c (chirp_emul_read): Return the correct error status.
742
743Fri Dec 13 14:30:31 1996 Andrew Cagney <cagney@kremvax.tpgi.com.au>
744
745 * std-config.h (WITH_STDIO): Don't hard-wire the STDIO mechanism.
746 Instead have each emulation default it to DO_USE_STDIO.
747
748 * emul_generic.c (emul_add_tree_options): Select the STDIO I/O
749 mechanism as the default if enabled or if nothing selected.
750
751 * sim_calls.c (sim_io_read_stdin): Passify GCC's desire for a
752 return value.
753 (sim_io_write_stdout): Ditto.
754 (sim_io_write_stderr): Ditto.
755 * main.c (sim_io_write_stdout): Ditto.
756 (sim_io_write_stderr): Ditto.
757 (sim_io_read_stdin): Ditto.
758
759Tue Dec 10 10:31:48 1996 Michael Meissner <meissner@tiktok.cygnus.com>
760
761 * emul_chirp.c (emul_chirp_instruction_call): Make *printf calls
762 type correct.
763 * vm.c (om_effective_to_virtual): Ditto.
764 * events.c (event_queue_schedule{,_after_signal}): Ditto.
765 (event_queue_{deschedule,process}): Ditto.
766 * hw_htab.c (htab_decode_hash_table): Ditto.
767 (htab_map_{page,binary}): Ditto.
768 * hw_opic.c (hw_opic_init_data): Ditto.
769 (handle_interrupt): Ditto.
770 (do_processor_init_register_{read,write}): Ditto.
771 (write_vector_priority_register): Ditto.
772 ({read,write}_destination_register): Ditto.
773 (do_suprious_vector_register_{read,write}): Ditto.
774 (do_current_task_priority_register_N_{read,write}): Ditto.
775 (do_timer_frequency_reporting_register_{read,write}): Ditto.
776 (do_timer_N_{current,base}_count_register_{read,write}): Ditto.
777 (do_ipi_N_dispatch_register_write): Ditto.
778 (do_vendor_identification_register_read): Ditto.
779 (do_feature_reporting_register_N_read): Ditto.
780 (do_global_configuration_register_N_{read,write}): Ditto.
781 * hw_phb.c (hw_phb_attach_address): Ditto.
782 (hw_phb_unit_decode): Ditto.
783 (hw_phb_address_to_attach_address): Ditto.
784 (hw_phb_io_{read,write}_buffer): Ditto.
785 * hw_ide.c (setup_fifo): Ditto.
786
787 * sim_calls.c ({defs,callback,remote-sim}.h): Find gdb include
788 files via -I<dir> instead of using "../../gdb/" prefixes.
789
790Tue Dec 10 10:12:44 1996 Andrew Cagney <cagney@kremvax.tpgi.com.au>
791
792 * debug.h: Add tracing for the pal device.
793 * hw_pal.c: Update.
794
795 * emul_chirp.c (chirp_emul_getprop): More tracing.
796
797Tue Dec 10 10:12:44 1996 Andrew Cagney <cagney@kremvax.tpgi.com.au>
798
799 * device.h, device.c (device_find_ihandle_runtime_property): New
800 function. Reverse of add_ihandle_runtime property.
801 (device_init_runtime_properties): Use it.
802
803 * device.c (find_property_entry): New function returns the
804 internal property spec.
805 (device_set_property): Use.
806 (device_find_property): Use.
807
808Tue Dec 10 10:12:44 1996 Andrew Cagney <cagney@kremvax.tpgi.com.au>
809
810 * psim.c (psim_merge_device_file): Strip newline from device
811 specs.
812
813Tue Dec 10 10:12:44 1996 Andrew Cagney <cagney@kremvax.tpgi.com.au>
814
815 * hw_htab.c (htab_map_binary): For overlapping text / data maps
816 merge the two. Also check that the merge is safe.
817
818 * emul_chirp.c (emul_chirp_create): Add a description property to
819 the pte's so that they are easier to identify.
820
821 (emul_chirp_create): Don't specify a load address for the CHRP
822 image. Always use the values specified by the executable.
823
824 * hw_htab.c (htab_map_page): Abort if a duplicate map is
825 encountered.
826
827Mon Dec 9 12:08:46 1996 Andrew Cagney <cagney@kremvax.tpgi.com.au>
828
829 * hw_htab.c (htab_map_page): Formatting.
830
831 * emul_chirp.c (emul_chirp_instruction_call): Check for a NULL
832 method name when handling the client call. Also check for other
833 bad call arguments.
834
835 * emul_chirp.c (emul_chirp_create): Allow real-mode?, real-base,
836 etc to be overriden.
837
838Mon Dec 9 12:08:46 1996 Andrew Cagney <cagney@kremvax.tpgi.com.au>
839
840 * os_emul.c (os_emul_create): Use tree find property instead of
841 device find property - sigh.
842
843Thu Dec 5 10:46:42 1996 Andrew Cagney <cagney@kremvax.tpgi.com.au>
844
845 * 961205: Release snapshot 961205.
846
847Thu Dec 5 10:46:42 1996 Andrew Cagney <cagney@kremvax.tpgi.com.au>
848
849 * configure.in (hostbitsize, bitsize): Fix typo in error message -
850 cannot contain a comma.
851 (sim-warnings): Check for more potential errors.
852
853 * psim.c (psim_usage): Add -f <file> option. Specifies a file
854 containing device tree specifications that should be merged into
855 the device tree.
856
857 * configure.in: Sort options.
858 * configure: Rebuild
859
860Wed Dec 4 13:57:31 1996 Andrew Cagney <cagney@kremvax.tpgi.com.au>
861
862 * psim.c (psim_usage): Add -n option - specify number of
863 processors.
864
865 * emul_chirp.c: Add description.
866 * emul_bugapi.c: Ditto.
867 * emul_unix.c: Ditto.
868 * emul_netbsd.c: Ditto.
869
870Fri Nov 29 11:12:22 1996 Andrew Cagney <cagney@kremvax.tpgi.com.au>
871
872 * hw_pal.c (hw_pal_attach_address): New function, if an attach is
873 encountered, assume that it is the single disk.
874 * hw_pal.c: Add generic device/size decode methods.
875
876 * hw_nvram.c (hw_nvram_init_address): Use the first nonzero reg
877 property entry when determining the nvram size.
878
879 * hw_core.c: Add generic address/size decode methods.
880
881 * emul_chirp.c (emul_chirp_instruction_call): Return and trace
882 nonzero status from client functions.
883
884 * main.c (error): Always include a cariage return when writing out
885 errors.
886
939b233a
DE
887Wed Nov 20 00:36:55 1996 Doug Evans <dje@canuck.cygnus.com>
888
5c04f4f7
MM
889 * sim_calls.c (sim_resume): Reset sim_should_run if single
890 stepping.
891
892Thu Nov 28 13:19:46 1996 Andrew Cagney <cagney@kremvax.tpgi.com.au>
893
894 * emul_bugapi.c (emul_bugapi_do_diskio): Add support for multiple
895 optional disks.
896
897 * emul_generic.c (emul_add_tree_hardware): Drop the dummy eeprom.
898 Attach the pal - for I/O - as a pseudo device haning from the
899 firmware sub tree.
900
901 * emul_bugapi.c (emul_bugapi_create): Add a small memory device to
902 the device tree at the address of the hi-mem interrupt vector
903 addreses. Used by bugapi to establish its trap instructions.
904
905 * debug.h: Add a new macro DITRACE for tracing device instances.
906
907 * debug.h: Extend the DTRACE macro so that it can also tests for
908 device specific tracint.
909
910 * device.h, device.c (device_trace): Add method to determine
911 device specific tracing.
912 (device_init_address): Set the devices tracing level.
913
914Thu Nov 21 12:05:32 1996 Andrew Cagney <cagney@kremvax.highland.com.au>
915
916 * tree.h, tree.c (tree_device): New files - separate out the
917 device parser and other tree operations from the device.
918
919 * inline.h, inline.c (INLINE_TREE): Add.
920 * device.h, device.c (device_tree_add_parsed): Delete.
921 * Makefile.in (tree.c): Add rules for new file.
922 * Makefile.in: Better order the emul_* files.
923
924 * emul_generic.c (emul_add_tree_hardware): Update.
925 * emul_netbsd.c (emul_netbsd_create): Update.
926 * emul_unix.c (emul_unix_create): Ditto.
927 * emul_chirp.c (emul_chirp_create): Ditto.
928 * emul_bugapi.c (emul_bugapi_create): Ditto.
929 * psim.c (psim_tree): Ditto.
930 * hw_init.c: Ditto.
931
932 * emul_generic.h: Include tree.h
933 * Makefile.in: Add to EMUL_GENERIC_H dependencies.
934
935 * device.h, device.c (device_root): New function - returns the
936 root of the tree.
937 * corefile.c: Use.
938
939 * device.h, device.c (device_clean): New function, clean up device
940 ready for next simulation run. This includes things like deleting
941 interrupt edges and properties created during the simulation and
942 also scrubbing any pre-defined properties.
943 * tree.c (tree_init): Use.
944
945 * device.h, device.c (device_init_static_properties): New
946 function. Initialize any static predefined properties. By static
947 we mean those that have values that can be determined before the
948 device tree initialization has started.
949 * tree.c (tree_init): Use.
950
951 * device.h, device.c (device_init_address): Add code to
952 check/verify the devices #address-cells and #size-cells.
953 (device_add_integer_property): Delete corresponding code.
954 (device_nr_address_cells, device_nr_data_cells): Check for
955 property when returning value.
956
957 * device.h, device.c (device_init_runtime_properties): New
958 function. Initialize those properties that are not `static'. At
959 present the only such property is the ihandle.
960 * tree.c (tree_init): Use.
961
962 * device.h, device.c (reg, ranges): Rework these so that they use
963 an array of the fundamental type - single reg or single range
964 entry.
965
966 * device.h, device.c (device_add_ihandle_runtime_property):
967 Re-implement the adding of an ihandle during tree construction so
968 that it better fits in with device initialization.
969
970Thu Nov 21 12:05:32 1996 Andrew Cagney <cagney@kremvax.highland.com.au>
971
972 * device.h, device.c (device_ioctl): Add additional argument -
973 request - so that the caller must always specify the type of
974 the ioctl request.
975
976 * device_table.h: Update.
977 * hw_trace.c (hw_trace_ioctl): Ditto.
978 * hw_vm.c (hw_vm_ioctl_callback): Ditto.
979 * hw_init.c (hw_stack_ioctl_callback): Ditto.
980 * psim.c (psim_options): Ditto.
981
982Thu Nov 21 12:05:32 1996 Andrew Cagney <cagney@kremvax.highland.com.au>
983
984 * BUGS: Updated a bit.
985
986Wed Nov 20 14:06:37 1996 Andrew Cagney <cagney@kremvax.highland.com.au>
987
988 * hw_opic.c: Finish - third round.
989
990Wed Nov 20 12:02:08 1996 Andrew Cagney <cagney@kremvax.highland.com.au>
991
992 * hw_glue.c (hw_glue_io_read_buffer_callback): Fix miscalc of glue
993 reg index.
994 (hw_glue_io_write_buffer_callback): Ditto.
34452aa4 995
5c04f4f7 996Tue Nov 19 21:17:08 1996 Andrew Cagney <cagney@kremvax.highland.com.au>
939b233a 997
5c04f4f7
MM
998 * events.c (event_queue_process): Was incorrectly consuming future
999 events on the queue when they should be left alone.
1000
1001 * debug.h, debug.c (events): Add support for event queue tracing.
1002 * events.c: Add event tracing.
1003
1004 * debug.h, debug.c: Order device trace options.
1005
f8149dfe
MM
1006Fri Nov 15 15:23:39 1996 Michael Meissner <meissner@tiktok.cygnus.com>
1007
1008 * pk_disklabel.c (pk_disklabel_create_instance): Fix up some
1009 warnings generated by GCC.
1010
5c04f4f7
MM
1011Sun Nov 17 17:59:14 1996 Andrew Cagney <cagney@kremvax.highland.com.au>
1012
1013 * sim-endian.h: Add LE versions of byte swap macros. Needed for
1014 PCI devices which are little-endian.
1015
1016 * sim-endian-n.h (endian_le2h_N, endian_h2le_N): Ditto
1017
1018Sun Nov 17 17:59:14 1996 Andrew Cagney <cagney@kremvax.highland.com.au>
1019
1020 * hw_iobus.c (hw_iobus_attach_address_callback): Change the iobus
1021 so that it is implementing a 1-1 address map.
1022
1023 * emul_generic.c (emul_add_tree_hardware): Adjust.
1024
1025 * emul_generic.c (emul_add_tree_hardware): Don't add the nvram as
1026 a default.
1027
1028Sun Nov 17 17:59:14 1996 Andrew Cagney <cagney@kremvax.highland.com.au>
1029
1030 * device.c (split_find_device): Be tolerant of missing unit
1031 addresses.
1032
1033Fri Nov 15 16:49:49 1996 Andrew Cagney <cagney@kremvax.highland.com.au>
1034
1035 * basics.h (port_direction): New type, specify the direction of
1036 any `port'.
1037
1038 * device.h, device.c (device_interrupt_decode): Include
1039 specification of port direction in operations.
1040 (device_interrupt_encode): Ditto.
1041
1042 * device_table.h: Add a direction field to the interrupt port
1043 table.
1044
1045 * device.c (device_tree_add_parsed): Specify port direction.
1046
1047Thu Nov 14 21:38:13 1996 Andrew Cagney <cagney@kremvax.highland.com.au>
1048
1049 * hw_opic.c: Finish - second round.
1050
1051Thu Nov 7 00:18:59 1996 Andrew Cagney <cagney@kremvax.highland.com.au>
1052
1053 * hw_htab.c (htab_init_data_callback): Allow the virtual-address
1054 to be specified as an array which allows 64bit addresses.
1055
1056 * device.c (device_find_integer_array_property): New function.
1057 Simplify the querying of elements of an integer array.
1058 (device_add_integer_property, device_find_integer_property):
1059 Update to correctly use the cell type.
1060
1061 * vm.c (om_unpack_sr): Clarify shifting comment.
1062 (om_pte_0_masked_vsid): Ditto. Add 64bit version.
1063
1064 * emul_chirp.c (emul_chirp_create): Initialize the segment
1065 registers.
1066
1067 * vm.c (om_effective_to_virtual): Trace segment register use.
1068
1069 * hw_htab.c (htab_map_page): Print out the pteg base address to
1070 simplify cross checking between vm and the htab.
1071 (htab_decode_hash_table): Use device_error instead of error.
1072 (htab_map_page): Ditto.
1073 (htab_dma_binary): Ditto.
1074 (htab_map_binary): Ditto.
1075 (htab_init_data_callback): Ditto.
1076
1077Wed Nov 6 20:20:58 1996 Andrew Cagney <cagney@kremvax.highland.com.au>
1078
1079 * interrupts.h: Clarify what the optional instruction program
1080 interrupt is - a subset of illegal instruction program interrupt.
1081
1082 * interrupts.c (program_interrupt): For UEA mode, clarify what an
1083 optional instruction program interrupt is.
1084 (program_interrupt): For OEA mode, as per spec, generate an
1085 illegal instruction program interrupt when an optional instruction
1086 is encountered.
1087
1088 * gen-semantics.c (print_semantic_body): Delete code
1089 differentiating between an unimplemented floating point and normal
1090 instruction. Instead, such a case can be handled explicitly.
1091
1092 * ppc-instructions (store floating-point as integer word indexed):
1093 Mark as optional.
1094 (Floating Convert to Integer Doubleword): Make the floating point
1095 assist interrupt explicit.
1096 (Floating Convert To Integer Doubleword with round towards Zero):
1097 Ditto.
1098 (Floating Convert To Integer Word): Ditto
1099 (Move From FPSCR): Ditto.
1100 (Move to Condition Register from FPSCR): Ditto.
1101 (Move To FPSCR Fields): Ditto.
1102 (Move To FPSCR Field Immediate): Ditto.
1103 (Move To FPSCR Bit 0): Ditto.
1104 (Move To FPSCR Bit 1): Ditto.
1105
1106Mon Nov 4 12:49:13 1996 Andrew Cagney <cagney@kremvax.highland.com.au>
1107
1108 * corefile.c (core_map_read_buffer, core_map_write_buffer): Avoid
1109 breaking up transfers.
1110
1111 * corefile.c: Adjust arguments so that the client server
1112 relationship is clarified.
1113
1114 * hw_glue.c (hw_glue_init_address): Update so it can be attached
1115 to a PCI bus.
1116
1117 * hw_disk.c (hw_disk_instance_write): Add more checks to disk IO -
1118 looking for things like overflow/underflow.
1119
1120Sun Nov 3 18:45:20 1996 Andrew Cagney <cagney@kremvax.highland.com.au>
1121
1122 * emul_generic.c (emul_add_tree_hardware): Hang the disk off the
1123 PAL device instead of the IOBUS. The disk must be attached to a
1124 logical bus.
1125
1126 * hw_disk.c (hw_disk_init_address): Just use the unit address
1127 directly in the attach - the rest isn't relevant.
1128
1129Sat Nov 2 21:48:57 1996 Andrew Cagney <cagney@kremvax.highland.com.au>
1130
1131 * configure.in (sim-hardware, sim-packages): Allow additional
1132 hardware and packages to be prefixed as well as appended.
1133
1134 * Makefile.in (tmp-hw, tmp-pk): Retain the user specified order of
1135 packages when building them. Consequently, a user can override a
1136 standard device by prefixing their own version.
1137
1138 * Makefile.in (hw_opic.o, hw_pci.o, hw_ide.o): Add dependencies.
1139
f8149dfe
MM
1140Fri Nov 1 14:42:57 1996 Michael Meissner <meissner@tiktok.cygnus.com>
1141
1142 * mon.c (_cpu_mon): Add fields for counting 1, 2, 4, and 8 byte
1143 reads and writes.
1144 (mon_{read,write}): Count 1, 2, 4, and 8 byte reads/writes.
1145 (mon_print_info): Correct typo regarding # of unaligned reads and
1146 writes. Print out how many 1, 2, 4, and 8 byte reads/writes there
1147 are.
1148
b9f74e0b
MM
1149Tue Oct 29 17:55:43 1996 Michael Meissner <meissner@tiktok.cygnus.com>
1150
1151 * configure.in (AC_CHECK_FUNCS): Add access.
1152 * config{.in,ure}: Regenerate.
1153
1154 * emul_unix.c (do_unix_nop): System call that always succeeds.
1155 (do_unix_access): Support access system call.
1156 (solaris_descriptors): Make sigaltstack and sigaction nops.
1157 ({solaris,linux}_descriptors): Add support for access.
1158
5c04f4f7
MM
1159Tue, 8 Oct 18:42:26 1996 Jason Molenda <crash@cygnus.co.jp>
1160
1161 * Makefile.in (clean): Move config.log to distclean.
1162
1163Fri Nov 1 16:44:28 1996 Andrew Cagney <cagney@kremvax.highland.com.au>
1164
1165 * corefile-n.h (core_map_write_N): Improve abort messages.
1166
1167 * device.h, device.c (device_attach_address): Remove unused name
1168 parameter.
1169 (device_detach_address): Ditto.
1170 * device_table.h, device_table.c: Update.
1171 * hw_iobus.c (hw_iobus_attach_address_callback): Ditto.
1172 * hw_nvram.c (hw_nvram_init_address): Ditto.
1173 * hw_memory.c (hw_memory_init_address): Ditto.
1174 * hw_vm.c (hw_vm_init_address_callback): Ditto.
1175 (hw_vm_attach_address): Ditto.
1176 (hw_vm_add_space): Ditto.
1177 * hw_init.c (update_for_binary_section): Ditto.
1178 * hw_core.c (hw_core_attach_address_callback): Ditto.
1179
1180 * hw_iobus.c (hw_iobus_attach_address_callback): Rewrite to handle
1181 configurable parent busses.
1182
1183Wed Oct 30 18:46:32 1996 Andrew Cagney <cagney@kremvax.highland.com.au>
1184
1185 * device_table.c (generic_device_size_to_attach_size): Provide
1186 limited support for multi-cell sizes.
1187 (generic_device_address_to_attach_address): Ditto for addresses.
1188
1189Tue Oct 29 02:01:29 1996 Andrew Cagney <cagney@kremvax.highland.com.au>
1190
1191 * device.c (device_add_integer_property): Check for setting of
1192 #address-cells and #size-cells properties. For these, update the
1193 corresponding device values.
1194 (device_nr_address_cells, device_nr_size_cells): Use the value
1195 from the device instead of the property.
1196
1197 * hw_core.c: Use generic address and size conversions for the top
1198 bus.
1199
1200 * hw_memory.c (hw_memory_init_address): Tolerate case where
1201 #address and #size cells is greater than 1.
1202
1203 * device.c (device_tree_print_device): Clean out printing of
1204 properties.
1205
1206 * device.c (split_device_specifier): Don't detect comments here -
1207 "#" can be a valid prefix - eg #size-cells.
1208
1209 * psim.c (psim_merge_device_file): Suppress comments and blank
1210 lines here.
1211
1212 * emul_generic.c (emul_add_tree_hardware): Fix typo of incorrect
1213 pal unit address. Add the property /#address-cells to the root of
1214 the tree.
1215
1216 * device.c (device_template_create_device): Check that the unit
1217 address was successfully parsed.
1218
1219 * device_table.c (generic_device_unit_decode): Rewrite to better
1220 handle multi-cell addresses.
1221 (generic_device_unit_encode): Ditto.
1222
1223 * emul_generic.c (emul_add_tree_hardware): "reg" properties no
1224 longer need the explicit array type - the parser takes care of it.
1225
1226 * pk_disklabel.c (pk_disklabel_create_instance): Add NULL return
1227 to keep GCC happy.
1228
1229Mon Oct 28 22:55:48 1996 Andrew Cagney <cagney@kremvax.highland.com.au>
1230
1231 * hw_ide.c: New file. Model of a basic IDE interface attached to
1232 a PCI bus.
1233
1234 * configure.in (hardware): Add the ide device to the default
1235 configuration.
1236 * configure: Regenerate.
1237
1238 * debug.h, debug.c: Add tracing option for the IDE device.
1239
1240Fri Oct 25 21:28:25 1996 Andrew Cagney <cagney@kremvax.highland.com.au>
1241
1242 * hw_phb.c, hw_phb.h: New files - implement a PHB.
1243
1244 * configure.in (hardware): Add the phb to the list of devices to
1245 build by default.
1246
1247Fri Oct 25 21:28:25 1996 Andrew Cagney <cagney@kremvax.highland.com.au>
1248
1249 * hw_com.c: Review description.
1250 * hw_disk.c: Ditto.
1251 * hw_htab.c: Ditto.
1252 * hw_eeprom.c: Ditto.
1253 * hw_init.c: Ditto.
1254 * hw_cpu.c: Ditto.
1255
1256 * hw_com.c: Update event handling.
1257
1258 * hw_disk.c: Implement tracing.
1259
1260Fri Oct 25 21:28:25 1996 Andrew Cagney <cagney@kremvax.highland.com.au>
1261
1262 * device_table.c (generic_device_init_address): Use
1263 assigned-addresses property in preference to any other reg
1264 property.
1265
1266Fri Oct 25 21:28:25 1996 Andrew Cagney <cagney@kremvax.highland.com.au>
1267
1268 * device.h, device.c (device_find_ranges_property): New function.
1269 Simplify the manipulation of "ranges" properties.
1270
1271 * device.c (device_add_parsed): Extend to include support for the
1272 ranges property.
1273
1274 * device.c (device_add_parsed): Add assigned-addresses to the list
1275 of reg type properties.
1276
1277 * device.c (device_tree_print_device): Add code to format and
1278 print a ranges property.
1279
1280 * device.h, device.c (device_nr_address_cells,
1281 device_nr_size_cells): New functions. Determine the values of the
1282 standard properties #address-cells and #size-cells. Both of which
1283 are optional and have default values of two and one respectfuly.
1284 Previously, code that determined #address-cells was incorrectly
1285 using a value of one.
1286
1287Fri Oct 25 21:28:25 1996 Andrew Cagney <cagney@kremvax.highland.com.au>
1288
1289 * debug.h, debug.c: Sort debug options, Add entries for the
1290 comming PHB device.
1291
b9f74e0b
MM
1292Fri Oct 18 12:12:21 1996 Michael Meissner <meissner@tiktok.cygnus.com>
1293
1294 * ppc-instructions (Floating Select): Add support for fsel unless
1295 model is 601. Allow user to filter out instruction unless -Fs is
1296 passed to igen.
1297 (Store Floating-Point as Integer Word Indexed): Raise optional
1298 instruction program abort. Allow user to filter out instruction
1299 unless -Fs is passed to igen.
1300 (Floating Square Root{, Single}): Ditto.
1301 (Floating Reciprocal Estimate Single): Ditto.
1302 (Floating Reciprocal Square Root Estimate): Ditto.
1303
1304 * configure.in (--enable-sim-filter): If not passed, pass 32,f,s
1305 to igen.
1306 * configure: Regenerate.
1307
1308 * interrupts.h (program_interrupt_reasons): Add
1309 optional_instruction_program_interrupt.
1310
1311 * interrupts.c (program_interrupt): Call error with more detailed
1312 information on program interrupts, particularly in user mode. Add
1313 support for optional_instruction_program_interrupt.
1314
5c04f4f7 1315Wed Sep 25 10:20:29 1996 Andrew Cagney <cagney@kremvax.highland.com.au>
b9f74e0b 1316
5c04f4f7
MM
1317 * hw_glue.c: New device. Hooks for manipulating interrupt ports.
1318
1319 * debug.h, debug.c (trace_glue_device): Add tracing support for
1320 the interrupt glue logic device.
1321
1322 * configure.in (hardware): Add glue device.
1323 * configure: Regenerate.
1324
1325Tue Sep 24 20:55:38 1996 Andrew Cagney <cagney@kremvax.highland.com.au>
1326
1327 * device.c (device_tree_parse_integer_property): New function,
1328 parse a list of integers as an array property.
1329 (device_tree_add_parsed): Call it.
1330
1331 * device.c (device_tree_parse_string_property): New function,
1332 parse a list of strings as a string property (with embeded
1333 null's). For moment, don't try to implement a complext string
1334 parser.
1335 (device_tree_add_parsed): Call it.
1336
1337Tue Sep 24 16:30:48 1996 Andrew Cagney <cagney@kremvax.highland.com.au>
1338
1339 * hw_opic.c: New file. OpenPIC interrupt controller.
1340
1341 * configure.in (hardware): Add opic device.
1342 * configure: re-generate.
1343
1344 * hw_pic.c: Delete, replaced with hw_opic.c.
1345
1346 * debug.h, debug.c: Add debug option for OpenPIC device. -
1347 opic-device.
1348
1349Tue Sep 24 16:30:48 1996 Andrew Cagney <cagney@kremvax.highland.com.au>
1350
1351 * Makefile.in (psim.o, idecode.o): Since idecode and not psim is
1352 now the file that does all the inlining.
1353
1354 * Makefile.in (LIB_SRC, LIB_INLINE_SRC, idecode.o): Break out the
1355 library source code that could be involved in an inlining. Make
1356 idecode.o only dependant on the inlined library source code.
1357
1358 * Makefile.in (LIB_OBJ): Put options last on the list so that it
1359 is compiled last.
1360
1361 * std-config.h (DEVICE_INLINE): Only inline locals when the
1362 default is to inline.
1363
1364Mon Sep 23 00:37:49 1996 Andrew Cagney <cagney@kremvax.highland.com.au>
1365
1366 * hw_htab.c (htab_sum_binary): Determine the real-base for the
1367 binary.
1368
1369 * hw_htab.c (htab_map_binary): Depending on the value of the
1370 load-base, either map the program in as a contiguous section or as
1371 separate sections controled by th binaries lma values.
1372 (htab_init_data_callback): Ditto.
1373
1374Sun Sep 22 15:56:22 1996 Andrew Cagney <cagney@kremvax.highland.com.au>
1375
1376 * emul_generic.c (emul_add_tree_options): Remove load-base option.
1377
1378 * emul_chirp.c (map_over_chirp_note): Add load_base field to note
1379 struct. Don't require the load_base field to be present - just
1380 issue warning - it is a recent addition.
1381 (emul_chirp_create): Support both virtual and physical modes.
1382
1383 * emul_chirp.c (emul_chirp_create): Add a stack initialization
1384 property so that any arguments specified on the command line can
1385 be passed on to user programs.
1386
1387 * hw_init.c (create_ppc_chirp_bootargs): Add support for chirp
1388 argument passing to the pseudo device stack.
1389
1390Sat Sep 21 19:39:56 1996 Andrew Cagney <cagney@kremvax.highland.com.au>
1391
1392 * device.c (device_error): Make it more tolerant to incomplete
1393 devices.
1394
1395 * hw_init.c (hw_data_init_data_callback): Extend the data device
1396 so that it can perform initialization operations either dma or a
1397 more complex instance open, seek, write operation.
1398 * hw_init.c: Update the description of the data device to reflect
1399 this.
1400
1401Sat Sep 21 00:13:02 1996 Andrew Cagney <cagney@kremvax.highland.com.au>
1402
1403 * device.c (device_event_queue_schedule,
1404 device_event_queue_deschedule, device_event_queue_time): Have the
1405 device object export the event operations. Making these available
1406 from the device object should hopefully simplify writing device
1407 models.
1408
1409Fri Sep 20 14:04:40 1996 Andrew Cagney <cagney@kremvax.highland.com.au>
1410
1411 * configure.in (sim-hardware): Add eeprom device to default build.
1412
1413 * hw_eeprom.c: Rewrite so it works.
1414
1415 * debug.h, debug.c: Add tracing support for the eeprom and com
1416 devices.
b9f74e0b
MM
1417
1418Thu Sep 19 14:40:40 1996 Andrew Cagney <cagney@kremvax.highland.com.au>
1419
1420 * debug.h: Add disklabel-package and disk-device trace options.
1421 debug.h (PTRACE): Add macro to simplify tracing in packages.
1422
1423Thu Sep 19 14:40:40 1996 Andrew Cagney <cagney@kremvax.highland.com.au>
1424
1425 * device.c (device_create_instance_from): Tighten up loop
1426 searching for device instances.
1427 (device_instance_delete): Ditto.
1428 (device_instance_delete): Only leaf instances need to be removed
1429 from a devices list of active instances.
1430
1431Thu Sep 19 14:40:40 1996 Andrew Cagney <cagney@kremvax.highland.com.au>
1432
1433 * hw_disk.c: Add the cdrom as an alias.
1434
1435 * pk_disklabel.c (disklabel_delete): Implement, remembering to
1436 delete the raw disk instance while we're at it.
1437
1438 * pk_disklabel.c (pk_disklabel_create_instance): Implement a
1439 little bit more - still a long way to go.
1440
1441 * pk_disklabel.c (disklabel_write, disklabel_read): Remember the
1442 new head position after a read or write.
1443
1444Thu Sep 19 13:05:40 1996 Andrew Cagney <cagney@kremvax.highland.com.au>
1445
1446 * emul_chirp.c (chirp_emul_read): Allow reads to be longer then
1447 the internal buffer.
1448
1449Thu Sep 19 13:05:40 1996 Andrew Cagney <cagney@kremvax.highland.com.au>
1450
1451 * emul_chirp.c (chirp_read_t2h_args): Call memset-0 with the args
1452 in the correct order.
1453
1454 * emul_chirp.c (chirp_emul_call_method): Correct computation for
1455 the address of the first stack argument passed in from the client
1456 program.
1457
1458Wed Sep 18 19:33:54 1996 Andrew Cagney <cagney@kremvax.highland.com.au>
1459
1460 * words.h: Add new types signed_cell and unsigned_cell which
1461 correspond to the signed and unsigned IEEE 1275 memory locations.
1462 * device.h, device.c, emul_chirp.c: Where refering to an IEEE 1275
1463 memory cell, replace uses of unsigned32 with unsigned_cell.
1464 * device_table.h: Ditto.
1465
1466 * sim-endian.h: Add new macros H2BE_cell and BE2H_cell which
1467 convert cell sized values to from big endian.
1468 * device.c, emul_chirp.c: Where refering to IEEE 1275 memory cells
1469 use these new macros.
1470
1471Tue Sep 17 15:57:44 1996 Andrew Cagney <cagney@kremvax.highland.com.au>
1472
1473 * device.c (device_tree_add_parsed): Detect and report an
1474 interrupt being attached to an invalid device. Was dumping core.
1475
1476Mon Sep 16 23:09:12 1996 Andrew Cagney <cagney@kremvax.highland.com.au>
1477
1478 * device.h, device.c (device_address_to_attach_address,
1479 device_size_to_attach_size): New functions. Convert a devices
1480 unit address or unit size structure into a form suitable for
1481 passing on to the attach and detach functions.
1482 * device_table.h: Add extra methods to device table.
1483
1484 * device.h, device.c (device_find_reg_property): New function.
1485 For a reg type property, return the selected address + size
1486 tupple, along with a positive success status. Add a reg_property
1487 to the list of property types.
1488 * (device_tree_add_parsed): Make array properties with the name
1489 reg or alternate-reg of type reg_property.
1490
1491 * hw_memory.c (hw_memory_init_address): Rewrite to use new
1492 find_reg_property method.
1493 * hw_nvram.c (hw_nvram_init_address): Ditto.
1494
1495 * device.c (device_tree_print_device): Add code to print out a reg
1496 property.
1497
1498 * device_table.c (generic_device_address_to_attach_address,
1499 generic_device_size_to_attach_size ): New functions. Generic
1500 functions for converting between unit and attach address or size.
1501
1502 * device_table.c (generic_device_init_address): Rewrite to use the
1503 new find_reg and address convert functions. Look for both reg and
1504 alternate-reg properties.
1505
1506Mon Sep 16 23:09:12 1996 Andrew Cagney <cagney@kremvax.highland.com.au>
1507
1508 * hw_com.c: New file. A '550 serial device that can quickly be
1509 attached to any bus.
1510 * configure.in (enable-sim-hardware): Add the com device.
1511 * configure: re-generate.
1512
1513Thu Sep 12 17:30:56 1996 Andrew Cagney <cagney@kremvax.highland.com.au>
1514
1515 * device.c (device_tree_verify_reg_unit_address): New
1516 function. Check that the unit address as specified by the reg
1517 property correctly corresponds to any unit address previously
1518 specified by the devices name.
1519 (device_tree_add_parsed): When adding a reg property, verify
1520 that the unit-address - first value of property - correctly
1521 matches any previous value specified when creating the device
1522 node.
1523
1524Thu Sep 12 17:30:56 1996 Andrew Cagney <cagney@kremvax.highland.com.au>
1525
1526 * mon.c (mon_event): Remove assertion that an unsigned is >= 0.
1527
1528Fri Aug 16 12:05:24 1996 Michael Meissner <meissner@tiktok.cygnus.com>
1529
1530 * device.c (device_full_name): Cast strdup to char *, since AIX
1531 3.2.5 mistakenly declares the function to be const char *.
1532 (device_create_from): Ditto.
1533 (device_create_instance_from): Ditto.
1534 (device_add_property): Ditto.
1535
1536Tue Aug 13 11:40:14 1996 Michael Meissner <meissner@tiktok.cygnus.com>
1537
1538 * debug.c (trace_option): For -t all, do not set the
1539 trace_dump_device_tree flag, so that the simulator is run.
1540
83a650d8
MM
1541Tue Aug 13 11:40:14 1996 Michael Meissner <meissner@tiktok.cygnus.com>
1542
1543 * Makefile.in (options.o): Depend on defines.h.
1544 (defines.h): New rule, go through config.h and make strings of all
1545 of the #define HAVE_xxx macros.
1546 (distclean): Remove defines.h.
1547
1548 * options.c (print_options): Print whether many of the
1549 configuration macros are defined.
1550
1551 * main.c (main): If -t options and no filename, just print the
1552 options, and don't print the usage message.
1553
9aecf50d
MM
1554Mon Aug 12 18:42:37 1996 Michael Meissner <meissner@tiktok.cygnus.com>
1555
1556 * configure.in: Test whether /dev/zero works on the system, and if
1557 it does, define HAVE_DEVZERO.
1558 * configure: Regenerate.
1559
1560 * emul_generic.c (emul_add_tree_hardware): Do not add /iobus/disk
1561 if we don't have a working /dev/zero on the system.
1562
1563 * emul_bugapi.c (emul_bugapi_init): If HAVE_DEVZERO is not
1564 defined, don't add disk support.
1565 (emul_bugapi_do_diskio): Ditto.
1566 (emul_bugapi_instruction_call): Ditto.
1567
def7f775
MM
1568Wed Aug 7 14:34:20 1996 Michael Meissner <meissner@tiktok.cygnus.com>
1569
7b25dea5
MM
1570 * emul_unix.c (HAVE_TCGETATTR): If HAVE_TERMIOS_STRUCTURE is not
1571 defined, make sure HAVE_TCGETATTR is #undef'ed
1572
b9f74e0b
MM
1573Wed Aug 7 14:34:20 1996 Michael Meissner <meissner@tiktok.cygnus.com>
1574
def7f775
MM
1575 * std-config.h (REGPARM): Only define REGPARM attributes if using
1576 GNU C. Test for __i686__ in case GCC ever defines it. If not on
1577 a x86 platform, define REGPARM as nothing.
1578
1579 * sim-endian.h (WITH_HOST_BYTE_ORDER): Test for i686 and __i686__
1580 also.
1581
b9f74e0b
MM
1582Wed Aug 7 20:19:55 1996 Andrew Cagney <cagney@kremvax.highland.com.au>
1583
1584 * ld-decode.h, ld-decode.c: Rename goto_gen to the more correct
1585 goto_switch_gen.
1586 * gen-idecode.c: Ditto.
1587
1588 * gen-idecode.c (print_idecode_table): Comment out check for
1589 switch/table combination until a bug with it is fixed.
1590
1591 * ppc-opcode-goto: New file. Like complex and flat but uses
1592 goto-switch instead of padded-switch for the tables.
1593
1594 * gen-idecode.c (print_goto_switch_name): New function.
1595 (print_goto_switch_table_leaf): New function.
1596 (print_goto_switch_break): New function.
1597 (print_goto_switch_table): New function. Prints a jump table
1598 that can be jumped into instead of a switch statement.
1599
1600 * gen-idecode.c (*switch_*): As an option output a switch that is
1601 implemented using a jump table but only if the switch is not
1602 boolean.
1603
2e913166
MM
1604Tue Aug 6 09:28:22 1996 Michael Meissner <meissner@tiktok.cygnus.com>
1605
1606 * configure.in (--enable-sim-{hardware,packages}): Fix typos.
1607 * configure: Regenerate.
1608
1609 * device.c (device_instance_call_method): Fixup format message in
1610 error case. Return 0 in case of error to shut up compiler
1611 warnings.
1612
b9f74e0b
MM
1613Wed Aug 7 00:17:37 1996 Andrew Cagney <cagney@kremvax.highland.com.au>
1614
1615 * device_table.c (generic_device_unit_decode): Require a comma
1616 between elements of a unit address.
1617
1618 * device.c (device_tree_print_device): For reg, alternate-reg and
1619 ranges properties use special print functions.
1620 (device_print_ranges_property): Print formatted ranges property.
1621 (device_print_reg_property): Print formatted reg property.
1622
1623Tue Aug 6 21:35:18 1996 Andrew Cagney <cagney@kremvax.highland.com.au>
1624
1625 * device.c (device_tree_add_parsed): For reg, ranges and
1626 alternate-reg properties use a special parser.
1627 (device_tree_parse_reg_property): New function to parse a reg
1628 property.
1629 (device_tree_parse_ranges_property): New function to parse a
1630 ranges property.
1631 (device_encode_unit): Wrapper for encode_unit callback.
1632 (device_decoce_unit): Wrapper for decode_unit callback.
1633
2e913166
MM
1634Wed Jul 31 00:02:30 1996 Andrew Cagney <cagney@kremvax.highland.com.au>
1635
1636 * device_table.h (device_instance_callbacks): Relace the claim and
1637 release methods with a more general table mapping from method-name
1638 to method-function.
1639
1640 * device.c (device_instance_call_method): New function. Implement
1641 the OpenBoot call-method client interface. Attempts to locate the
1642 instances method in the callback table.
1643 (device_instance_claim, device_instance_release): Delete.
1644 Replaced with call-method and a lookup table.
1645
1646 * emul_chirp.c (chirp_emul_call_method): Use the new device
1647 instance call method and let that handle a client claim call.
1648
1649 * hw_htab.c (claim_memory): Wrapper function to call the memory
1650 devices "claim" method using the new device-instance call-method
1651 interface. Replaces the previous direct calls to claim.
1652 (htab_map_region): Use claim_memory.
1653 (htab_init_data_callback): Ditto.
1654
1655 * hw_memory.c (hw_memory_instance_claim): Update function
1656 interface so that it is compatible with call-method.
1657 (hw_memory_instance_release): Ditto.
1658 (hw_memory_instance_methods): New table of memory specific
1659 methods claim and release. Add to the hw_memory_callback
1660 table.
1661
1662Tue Jul 30 21:26:14 1996 Andrew Cagney <cagney@kremvax.highland.com.au>
1663
1664 * psim.c (psim_init): Back out of change to initial value of
1665 system->last_cpu.
1666
1667Tue Jul 30 21:12:24 1996 Andrew Cagney <cagney@kremvax.highland.com.au>
1668
1669 * sim_callbacks.h (sim_io_printf_filtered): Replace
1670 printf_filtered with a local simulator specific version. Add
1671 #define printf_filtered to simplify updating of existing code.
1672
1673 * sim_callbacks.h (sim_io_write_stdout, sim_io_read_stdin,
1674 sim_io_write_stderr): New functions. Read / write to the
1675 simulations stdin and stdout and stderr interfaces. Merge in code
1676 from hw_pal that previously handled async I/O.
1677 (sim_io_flush_stdoutput): Rename flush_stdoutput. Add #define
1678 flush_stdoutput to simplify updating of existing code.
1679
1680 * hw_pal.c (scan_hw_pal, write_hw_pal,
1681 hw_pal_instance_write_callback): Use the new sim_io functions.
1682
1683 * main.c: Implement standalone versions of the new sim_io
1684 functions. Include support for async I/O.
1685 * sim_calls.c: Ditto. This time using the gdb callback table.
1686
1687 * std-config.h (CURRENT_STDIO, current_stdio): New macro. Set up
1688 stdio configuration so that it works in the same way as the rest
1689 of the simulation.
1690 * psim.c (psim_create): Initialize current_stdio from the device
1691 tree.
1692 * emul_generic.c (emul_add_tree_options): Enter a default value
1693 for use-stdio in the device tree.
1694
1695Fri Jul 26 19:43:03 1996 Andrew Cagney <cagney@kremvax.highland.com.au>
1696
1697 * gen-idecode.c (print_jump): Was always generating a jump back to
1698 idecode. Only necessary at tail of semantic code.
1699 (print_jump): Was always setting the processor's cia, even during
1700 startup when the processor was still undefined.
1701 (print_jump): For safety, restart smp loop when cpu_nr >= nr_cpus,
1702 not just equal.
1703
1704 * options.c (print_options): Add printing of WITH_REGPARM and
1705 WITH_STDCALL.
1706
1707 * std-config.h (WITH_REGPARM, WITH_STDCALL): Provide default
1708 (disabled) values if not defined.
1709
1710Fri Jul 26 00:36:35 1996 Andrew Cagney <cagney@kremvax.highland.com.au>
1711
1712 * ppc-cache-rules (cache): Change RS and RB to cache instead of
1713 compute. The block move instructions use them.
1714
1715 * idecode_expression.h (FPSCR_SET): New macro, set specific FPSCR
1716 register.
1717 (CR_FIELD): New macro, extract specific CR register.
1718 (FPSCR_FIELD): New macro, extract specific FPSCR register.
1719
1720 * registers.h (GPR): New macro, simplify accesses to GPR[i].
1721
1722 * bits.c (INSERTED): Covert INSERTED macro into a function.
1723 (EXTRACTED): Conditionally compile on correct bit size macro.
1724
1725 * bits.h (BIT8): New macro, set a single bit in an 8 bit byte.
1726
1727 * ppc-instructions: With hints from Paul Martin, type in missing
1728 some instruction semantics. Leave disabled for the moment.
1729 (Load Multiple Word): Ditto.
1730 (Store Multiple Word): Ditto.
1731 (Load String Word Immediate): Ditto.
1732 (Load String Word Indexed): Ditto.
1733 (Store String Word Immedate): Ditto.
1734 (Store String Word Indexed): Ditto.
1735 (Move to Condition Register from XER): Ditto.
1736 (Move From Condition Register): Ditto.
1737 (Move From FPSCR): Ditto.
1738 (Move to Condition Register from FPSCR): Ditto.
1739 (Move To FPSCR Field Immediate): Ditto.
1740 (Move To FPSCR Fields): Ditto.
1741 (Move To FPSCR Bit 0): Ditto.
1742 (Move To FPSCR Bit 1): Ditto.
1743
1744Thu Jul 25 22:10:40 1996 Andrew Cagney <cagney@kremvax.highland.com.au>
1745
1746 * std-config.h (SEMANTICS_INLINE): By default, mask out the
1747 inlining of semantic functions from DEFAULT_INLINE. Almost all
1748 configurations call the semantic code via a pointer so there is
1749 little benefit.
1750
1751 * std-config.h (ICACHE_INLINE): Ditto.
1752
1753Thu Jul 25 20:07:30 1996 Andrew Cagney <cagney@kremvax.highland.com.au>
1754
1755 * configure.in (sim_regparm): Add configuration option for
1756 enabling GCC's regparm attribute.
1757 * (sim_stdcall): Add configuration option for enabling GCC's
1758 stdcall attribute.
1759
1760 * Makefile.in (REGPARM_CFLAGS): Pass regparam configuration onto
1761 compilations.
1762 * (STDCALL_CFLAGS): Pass stdcall configuration onto compilations.
1763
1764 * std-config.h (REGPARM): Extend construction of REGPARM macro so
1765 that it can include __stdcall__ function attribute.
1766
1767Wed Jul 24 19:04:20 1996 Andrew Cagney <cagney@sawnoff>
1768
1769 * options.c (print_options): Include SUPPORT_INLINE in information
1770 dump.
1771
1772 * gen-idecode.c (print_run_until_stop_body): Only generate loop
1773 termination test if creating idecode_run_until_stop. Push the
1774 loop termination test back into each alternative branch.
1775
1776Wed Jul 24 15:47:09 1996 Andrew Cagney <cagney@kremvax.highland.com.au>
1777
1778 * gen-icache.c (print_icache_function): Have the cache function
1779 always update the cache_entries semantic and address fields.
1780
1781 * gen-idecode.c (print_idecode_switch_illegal): Include a break
1782 when generating illegal instructions. This was commented out
1783 which is a hangover from looking a at switch statements generated
1784 using indirect jumps.
1785
1786Tue Jul 23 20:57:01 1996 Andrew Cagney <cagney@kremvax.highland.com.au>
1787
1788 * igen.c (print_my_defines): Replaces print_define_my_index.
1789 Print both a definition for MY_INDEX and MY_PREFIX.
1790 * gen-icache.c (print_icache_function): Adjust.
1791 * gen-idecode.c (print_jump_insn): Adjust.
1792 * gen-semantics.c (print_c_semantic): Adjust.
1793
1794 * gen-support.c (gen_support_h): Add optional include to created
1795 support.h so that, like cpu, it is optionally inlined for all
1796 modules that include it.
1797 * inline.h, inline.c: Adjust so that support.[hc] is handled the
1798 same as cpu.[hc].
1799
1800 * idecode_fields.h (LABEL, GOTO): Macro's that create a unique
1801 name for a lable and then branch to it.
1802
1803 * ppc-instructions (convert_to_integer, Floating Round to
1804 Single-Precision, Floating Convert from Integer Doubleword): Use
1805 LABEL and GOTO instead of the recently added switch statements.
1806
1807Wed Jul 24 14:02:42 1996 Andrew Cagney <cagney@sawnoff.highland.com.au>
1808
1809 * gen-idecode.c (print_run_until_stop_body): Too many rparen in
1810 generated code.
1811
1812Tue Jul 23 20:57:01 1996 Andrew Cagney <cagney@kremvax.highland.com.au>
1813
1814 * configure.in (--enable-sim-line-nr): Typo - sim_line-nr.
1815 * (--enable-sim-inline): Reorder patern matching of arguments so
1816 that SUPPORT=ALL_INLINE is reconized as *=* and not *_INLINE.
1817
1818 * configure: rebuild.
1819
1820Mon Jul 22 23:25:08 1996 Andrew Cagney <cagney@highland.com.au>
1821
1822 * configure.in (--enable-sim-hardware, --enable-sim-packages): New
1823 configuration options. Let the user specify the packages or
1824 hardware devices that are to be included in the build. Makes it
1825 possible for user packages to be specified.
1826
1827 * Makefile.in (tmp-pk, tmp-hw): Just use the list of packages and
1828 hardware instead of checking it using ls. configure.in should
1829 have taken care of any problems.
1830 (HW_SRC, HW_OBJ, PACKAGE_SRC, PACKAGE_OBJ): Set by configure.
1831
1832Mon Jul 22 22:38:59 1996 Andrew Cagney <cagney@highland.com.au>
1833
1834 * psim.c (psim_options): Enter the argument to the memory size
1835 option directly into the device tree. Was using atol() which is
1836 dangerously non portable.
1837
1838Mon Jul 22 22:17:08 1996 Andrew Cagney <cagney@highland.com.au>
1839
1840 * configure.in (icache): Extend icache flag to include an insn
1841 option. If specifyed the insn - aka instruction - is included in
1842 the instruction cache. Make this the default.
1843 * configure: re-generate.
1844
1845 * igen.c (main), igen.h: Add option -S - inSn - for specifying
1846 that the instruction should be included in the icache.
1847
1848 * gen-icache.c (print_icache_body): If enabled, output code to put
1849 the instruction into the icache.
1850 (print_icache_struct): If enabled, add insn to the icache struct.
1851
1852Mon Jul 22 20:46:12 1996 Andrew Cagney <cagney@highland.com.au>
1853
1854 * Makefile.in (BUILD_CFLAGS): Include -g when building the
1855 generators.
1856
1857Mon Jul 22 20:00:25 1996 Andrew Cagney <cagney@highland.com.au>
1858
1859 * emul_generic.c (emul_add_tree_options): Was incorrectly setting
1860 the strict-alignment option when hardwired for non-strict
1861 alignment.
1862
30c87b55
MM
1863Sun Jul 21 21:18:05 1996 Andrew Cagney <cagney@kremvax.highland.com.au>
1864
1865 * gen-semantics.c: Make the my_index variable a macro MY_INDEX.
1866
1867 * ppc-instructions: Adjust so that references are to MY_INDEX and
1868 not my_index.
1869
1870Sun Jul 21 21:18:05 1996 Andrew Cagney <cagney@kremvax.highland.com.au>
1871
1872 * gen-idecode.c: Output the complete run_until_stop function
1873 instead of just the code to handle a single instruction issue.
1874 * : Have the generated idecode.c include inline.c (instead of psim.c).
1875
1876 * std-config.h: Change psim.c so that it isn't inlined (as this is
1877 no longer needed).
1878
1879 * psim.c (run_until_stop): Delete the old run_until_stop function
1880 instead calling the idecode_run and idecode_run_until_stop
1881 functions that gen-idecode.c is now creating.
1882
1883Sun Jul 21 21:18:05 1996 Andrew Cagney <cagney@kremvax.highland.com.au>
1884
1885 * dgen.c: Maintenance - update to use new features found in lf.c.
1886
1887 * filter_filename.c (filter_filename): Maintenance - make the
1888 string constant.
1889
1890Sun Jul 21 21:18:05 1996 Andrew Cagney <cagney@kremvax.highland.com.au>
1891
1892 * debug.c (TRACE, ITRACE, DTRACE): Have GCC instead of CPP
1893 eliminate trace statements.
1894
1895 * debug.c: Change trace format so that it is consistent
1896 (file:line-nr) with CC's error output.
1897
1898 * gen-itable.c (itable_c_insn): Add the source file name and
1899 source line number to the instruction's informational entry.
1900
1901 * debug.c (ITRACE): Use the itable (and my_index) to get the
1902 current instructions name and source line number.
1903
1904 * gen-semantics.c, gen-icache.c: Adjust generated ITRACE calls to
1905 match new interface.
1906
1907 * emul_bugapi.c (emul_bugapi_instruction_call): Adjust
1908 corresponding call to ITRACE so that it still matches.
1909
1910 * idecode_expression.h (ALU_END, CR0_COMPARE): Use TRACE instead
1911 of ITRACE. The CPP line directives would have previously set the
1912 line-nr and file name so ITRACE isn't needed.
1913
1914Sun Jul 21 21:18:05 1996 Andrew Cagney <cagney@kremvax.highland.com.au>
1915
1916 * gen-idecode.c (print_jump_until_stop_body): New function and
1917 idecode generation option. Instead of generating and calling
1918 separate functions containing the semantic and icache code
1919 generate a single monolythic function and use goto's (and GCC's
1920 indirect jump) to move between code blocks.
1921
1922 * Makefile.in: Add sim_jump flag to those passed to igen.
1923
1924 * configure.in: New option --enable-sim-jump (default disabled)
1925
1926 * ppc-instructions: Eliminate any uses of labels and goto's.
1927 These result in duplicate declarations when a single flat function
1928 is being create.
1929
1930 * ppc-opcode-jump: New file. Set of opcode rules useful when
1931 testing jumping idecodes.
1932
1933Sun Jul 21 21:18:05 1996 Andrew Cagney <cagney@kremvax.highland.com.au>
1934
1935 * gen-idecode.c: Optionally include the semantic code for an
1936 instruction in the function that is doing the decoding.
1937
1938 * igen.c: Add option (-C) to generate semantics in the instruction
1939 decode functions.
1940
1941 * configure.in (--enable-sim-icache): Accept an option list such
1942 as 1024,define. Add a new choice to the list - semantic - which
1943 will cause igen to generate instruction decode functions that
1944 include the corresponding semantic code.
1945
1946Sun Jul 21 21:18:05 1996 Andrew Cagney <cagney@kremvax.highland.com.au>
1947
1948 * configure.in: New option --enable-sim-line-nr (default enabled).
1949 Enable/disable the inclusion of CPP line directives in the
1950 generated files. Such directives refer back to the source files
1951 used when generating the simulator code.
1952
1953 * Makefile.in (sim_line_nr): Pass to igen.
1954
1955Sun Jul 21 21:18:05 1996 Andrew Cagney <cagney@kremvax.highland.com.au>
1956
1957 * igen.c (main): Revamp the options so that more letters are
1958 available.
1959
1960 * configure.in: Adjust to match igen's revamped options
1961
1962Sun Jul 21 21:18:05 1996 Andrew Cagney <cagney@kremvax.highland.com.au>
1963
1964 * Makefile.in (pk.h, hw.h): Rewrite depenencies for hw.h (etc) so
1965 that they use the same technique as igen (ie a dummy targets
1966 tmp-pk and tmp-hw are created).
1967
1968Mon Jun 24 22:28:00 1996 Andrew Cagney <cagney@kremvax.highland.com.au>
1969
1970 * Makefile.in (BUILD_CFLAGS): Include WARNING_CFLAGS.
1971
1972Wed Jun 19 21:45:28 1996 Andrew Cagney <cagney@kremvax.highland.com.au>
1973
1974 * ld-cache.[hc], ld-decode.[hc], ld-insn.[hc]: New files. Separate
1975 out the loading of each of the tables from the rest of igen.
1976 * Makefile.in: Adjust.
1977 * igen.c: Adjust.
1978
1979 * gen-icache.[hc], gen-idecode.[hc], gen-itable.[hc],
1980 gen-model.[hc], gen-semantics.[hc]: New files. Separate out the
1981 code creating each separate set of generated files.
1982 * Makefile.in: Adjust.
1983 * igen.c: Adjust.
1984
1985 * gen-support.[ch]: New files. Output the support functions (found
1986 in the ppc-instructions file) into a separate file.
1987 * Makefile.in: Add.
1988 * inline.h, inline.c: Add.
1989 * std-config.h: Add.
1990
1991 * ld-cache.c: Re-design the cache table format.
1992 * ppc-cache-rules: Update to new format.
1993
1994 * ld-decode.c: Re-design the decode table format.
1995 * ppc-opcode-simple: Update to new format
1996 * ppc-opcode-complex: Ditto
1997 * ppc-opcode-flat: Ditto
1998
1999 * filter.h, filter.c: New files. Separate the opcode filter table
2000 reading code from the rest of igen.c. Re-design the filter so that
2001 it works inclusivly not exclusivly.
2002 * igen.c: Remove the opcode filter table loading code.
2003 * Makefile.in (filter.o): Adjust
2004 * configure.in: Adjust filter flag so that default includes 32bit
2005 and floating point.
2006 * ppc-instructions: Clean up filter fields so that only in use
2007 entries are specifed (ie delete `be').
2008
2009 * misc.c (name2i, i2name): New function. Map between a string and
2010 an integer value.
2011
2012Mon Jun 17 20:08:03 1996 Andrew Cagney <cagney@kremvax.highland.com.au>
2013
2014 * sim_calls.c (sim_close): If simulator not created, skip printing
2015 of run information.
2016
2017Mon Jun 17 20:08:03 1996 Andrew Cagney <cagney@kremvax.highland.com.au>
2018
2019 * registers.c (register_description): Typo, insns not insn.
2020
2021 * ppc-instructions (model_get_number_of_stalls): New model function,
2022 returns number of stalls for the specified processor.
2023 * psim.c (psim_read_register): Add call to new function
2024 model_get_number_of_stalls().
2025
2026 * ppc-instructions (model_get_number_of_cycles): New model function,
2027 returns number of stalls for the specified processor.
2028 * psim.c (psim_read_register): Add call to new function
2029 model_get_number_of_cycles().
2030
2031Fri Jun 14 00:11:56 1996 Andrew Cagney <cagney@kremvax.highland.com.au>
2032
2033 * device_table.h: Don't pass the parent device into a devices
2034 create function. This makes the create function consistent with
2035 the documentation.
2036 * device.c (device_template_create_device): Ditto
2037 * hw_pal.c (hw_pal_create): Ditto
2038 * hw_core.c (hw_core_create): Ditto
2039 * hw_vm.c (hw_vm_create): Ditto
2040 * hw_disk.c (hw_disk_create): Ditto
2041 * hw_nvram.c (hw_nvram_create): Ditto
2042 * hw_memory.c (hw_memory_create): Ditto
2043 * hw_cpu.c (hw_cpu_create): Ditto.
2044
2045 * device.c (split_find_device): Allow a null initial parent device.
2046 (device_template_create_device): Ditto.
2047
2048 * device.c (device_create_from): Make local (static) only used
2049 within device.c.
2050 * device_table.h: typedef device_callbacks moved here (from
2051 device.h) where it belongs.
2052
2053 * hw_core.c: New file. Implements just the core device using the
2054 core object.
2055
2056 * corefile.c: Moved all core device functions into the new
2057 hw_core.c file. core_device_create() disapears.
2058
2059 * psim.c (psim_tree): Use device_tree_add_parsed() to create the
2060 core device.
2061
2062Thu Jun 13 00:09:29 1996 Andrew Cagney <cagney@kremvax.highland.com.au>
2063
2064 * hw_init.c: Correct typo in comment.
2065
2066 * corefile.c (core_init): Remove any remaining references to a
2067 default map.
2068 (core_map_find_mapping): Ditto.
2069
2070Wed Jun 12 22:30:32 1996 Andrew Cagney <cagney@kremvax.highland.com.au>
2071
2072 * corefile.c (core_init): Make function global so that other
2073 devices are able to use the full core object.
2074
2075 * corefile.c (core_create, core_from_device): Break core_create
2076 into two functions. The first creates a core object, the second
2077 returns the core object associated with a core device.
2078
2079 * corefile.c (core_device_create): Use core_create to make the
2080 core object.
2081
2082 * psim.c (psim_create): Use core_from_device() instead of
2083 core_create().
2084
2085 * device.c (device_template_create_device): Make static as only
2086 needed by functions internal to device.c.
2087
2088Fri Jun 7 23:47:18 1996 Andrew Cagney <cagney@kremvax.highland.com.au>
2089
2090 * ppc-opcode-test-2: Remove description of fields.
2091 * ppc-opcode-complex: Ditto
2092 * ppc-opcode-flat: Ditto
2093 * ppc-opcode-simple: Ditto
2094 * ppc-opcode-stupid: Ditto
2095 * ppc-opcode-test-1: Ditto
2096 * ppc-cache-rules: Ditto
2097
2098 * igen.c: Add description of files as a comment at the front.
2099
2100Wed Jun 26 12:50:33 1996 Michael Meissner <meissner@tiktok.cygnus.com>
2101
2102 * configure.in: Check for whether the termios and termio
2103 structures are really defined, and whether or not, they define the
2104 c_line field.
2105 * configure: Regenerate.
2106
2107 * Makefile.in ({,TERMIO_}CFLAGS): Add TERMIO_CFLAGS options set by
2108 configure.
2109
2110 * emul_unix.c: Various changes to allow for building on systems
2111 with different termio and termios structures. If host has both
2112 termio and termios, just use termios. No longer include
2113 sys/ioctl.h.
2114
78c09e4a
JM
2115Wed Jun 26 12:26:55 1996 Jason Molenda (crash@godzilla.cygnus.co.jp)
2116
2117 * Makefile.in (bindir, libdir, datadir, mandir, infodir, includedir,
2118 INSTALL_PROGRAM, INSTALL_DATA): Use autoconf-set values.
2119 (docdir): Removed.
2120 * configure.in (AC_PREREQ): autoconf 2.5 or higher.
2121 (AC_PROG_INSTALL): Added.
2122 * configure: Rebuilt.
2123
30c87b55
MM
2124Wed Jun 5 23:53:42 1996 Andrew Cagney <cagney@kremvax.highland.com.au>
2125
2126 * corefile.h: Rewrite documentation so that it can be extracted and
2127 converted into texinfo (and hence ready for translation into html,
2128 tex or nroff).
2129 * device.h: Ditto
2130
78c09e4a
JM
2131Thu Jun 6 09:52:37 1996 Michael Meissner <meissner@tiktok.cygnus.com>
2132
2133 * hw_disk.c (SEEK_SET): If SEEK_SET is not defined, define as 0.
2134
2135Wed Jun 5 11:46:52 1996 Andrew Cagney <cagney@puddin>
2136
2137 * hw_disk.c: Include <unistd.h> if available. Under SunOS, that
2138 is the source of SEEK_SET.
2139
8477437c
MM
2140Wed Jun 5 01:39:07 1996 Andrew Cagney <cagney@kremvax.highland.com.au>
2141
2142 * psim.c (psim_options): Correct type of dummy arguments being
2143 passed to a device_ioctl call.
2144
2145 * hw_init.c (hw_data_init_data_callback): Adjust printf arguments.
2146 (write_stack_arguments): Ditto.
2147 * hw_trace.c: Instance callback entry no longer a table.
2148
2149Wed Jun 5 01:39:07 1996 Andrew Cagney <cagney@kremvax.highland.com.au>
2150
2151 * emul_unix.c (do_unix_umask): Cast printf argument.
2152 (convert_to_linux_termios): Use LINUX_VSWTC not LINUX_VSWCH
2153
5b18a1a0
MM
2154Mon Jun 3 15:02:04 1996 Michael Meissner <meissner@tiktok.cygnus.com>
2155
8477437c 2156 * hw_init.c (update_for_binary_section): Abort if we find an
fe098bf4
MM
2157 .interp section, which indicates the need for shared libraries to
2158 be loaded.
2159
8477437c
MM
2160Mon Jun 3 15:02:04 1996 Michael Meissner <meissner@tiktok.cygnus.com>
2161
5b18a1a0
MM
2162 * emul_unix.c (do_unix_{time,gettimeofday,getrusage}): Add support
2163 for time, gettimeofday, and getrusage system calls.
2164 ({solaris,linux}_descriptors): Add new system calls.
2165 (do_get{,e}{uid,gid}): Use gid_t/uid_t types.
2166 (do_get{,p}pid): Use pic_t types.
2167
2168 * configure.in (AC_TYPE_{GETGROUPS,SIGNAL}): Define.
2169 (AC_TYPE_{MODE,OFF,PID,SIZE,UID}_T): Define.
2170 * config{.in,ure}: Regenerate.
2171
8477437c
MM
2172Mon Jun 3 23:19:57 1996 Andrew Cagney <cagney@kremvax.highland.com.au>
2173
2174 * emul_netbsd.c (emul_netbsd_create): Use the more specific names
2175 `ppc-elf' and `ppc-xcoff' for the stack-type.
2176 * emul_unix.c (emul_unix_create): Ditto.
2177 * emul_bugapi.c (emul_bugapi_create): Ditto.
2178 * hw_init.c: Reconize the new names.
2179
2180 * emul_unix.c (do_unix_break): Adjust so that the updated ioctl
2181 call is used (no system parameter).
2182
88f1eac4
MM
2183Sun Jun 2 11:21:17 1996 Michael Meissner <meissner@tiktok.cygnus.com>
2184
2185 * emul_unix.{h,c}: New files to provide Solaris and Linux system
2186 call emulations.
2187
2188 * Makefile.in (LIB_{SRC,OBJ}): Add emul_unix.{c,o}.
2189 (os_emul.o): Depend on emul_unix.h.
2190 (emul_unix.o): New dependency.
2191
2192 * configure.in (--enable-sim-alignment): Add 0|default to mean set
2193 alignment to 0, which means use appropriate alignment for mode.
2194 (AC_CHECK_FUNCS): Add new functions needed by emul_unix.c.
2195 (AC_CHECK_HEADERS): Add new include files needed by emul_unix.c.
2196 * config.in: Regenerate.
2197 * configure: Regenerate.
2198
2199 * emul_generic.c (emul_write2_status): New function to return
2200 results in r3 and r4 for Solaris system calls.
2201 (emul_do_system_call): If the system call is not support, but
2202 there is a string for the system call name, print out the string
2203 instead of the system call number.
2204
2205 * emul_generic.h (emul_write2_status): Declare it.
2206
2207 * emul_netbsd.c: Use /* */ around comment on #endif.
2208
2209 * os_emul.c: Include emul_unix.h.
2210 (os_emulations): Add emulations for Solaris, and Linux.
2211
2212 * psim.c (psim_usage): Add message about solaris, linux
2213 emulations.
2214
8477437c
MM
2215Thu May 30 00:00:10 1996 Andrew Cagney <cagney@kremvax.highland.com.au>
2216
2217 * hw_iobus.c: Tidy up notes so that they can be auto-extracted.
2218
2219 * README: Correct PSIM's title
2220
2221Wed May 29 23:50:26 1996 Andrew Cagney <cagney@kremvax.highland.com.au>
2222
2223 * basics.h: New global type object_disposition, used to indicate
2224 the status of objects when things are restarted.
2225
2226Fri May 17 17:28:52 1996 Andrew Cagney <cagney@benjimen.highland.com.au>
2227
2228 * device_table.h: Change the interrupt descriptor structure so
2229 that it includes an additional member - an upper bound on the
2230 interrupts by that name.
2231
2232 * device.c (device_interrupt_decode): Allow a range of interrupt
2233 ports (eg rst0 .. rst6) if the port descriptors bound is non zero.
2234
2235 * device.c (device_tree_print_device): Include a list of valid
2236 interrupt ports when listing supported devices.
2237
2238 * device.h, device.c (device_child_interrupt_*): Delete. Not used.
2239
2240 * emul_generic.c (emul_add_tree_hardware): Modify the creation of
2241 the interrupt net so that it uses int0 .. intN.
2242
2243Tue May 14 23:03:53 1996 Andrew Cagney <cagney@kremvax.highland.com.au>
2244
2245 * device.h, device.c (device_ioctl): Drop the system argument.
2246 Devices can not obtain this using the device_system() call.
2247 * device_table.h: Adjust accordingly.
2248 * hw_*.c: Adjust accordingly.
2249 * emul_netbsd.c (do_break): Adjust call to vm device accordingly.
2250 * psim.c (psim_options): Use a device_ioctl call to force the
2251 hw_trace device to update the trace options.
2252 * hw_trace.c: Replace the init function with an ioctl call. Adjust
2253 doc accordingly.
2254
2255 * psim.c (psim_init): Re-order initialization so that the
2256 os-emulation is initialized after the device tree. Without this,
2257 os-emul's are not able to create instances or access properties
2258 that contain an instance handle.
2259
2260 * device.h, device.c (device_add_*_property): Make these functions
2261 internal to device.c. The user has access to the more generic
2262 device_tree_add_parsed function. Differentiate between the initial
2263 and current value for each property.
2264 * (clean_device_properties): New function that deletes any
2265 properties created after the start of a simulation and restores
2266 the initial value of any others (ignoring ihandles).
2267 * (init_device_properties): (Re)Initialize any properties that
2268 contain ihandles. create
2269
2270 * (device_tree_init): Include calls to clean the device tree's
2271 properties and then initialize them. Document this in the device.h
2272 file.
2273
2274Mon May 6 17:36:15 1996 Andrew Cagney <cagney@kremvax.highland.com.au>
2275
2276 * interrupts.c (decrementer_interrupt): Always pend a decrementer
2277 interrupt even if it is not yet possible to deliver it.
2278
2279Wed May 1 12:26:51 1996 Andrew Cagney <cagney@benjimen>
2280
2281 * mon.h, mon.c (mon_get_number_of_insns): Make this externally
2282 visable adjusting the arguments so that the interface is correct.
2283 (mon_print_info): Adjust calls.
2284
2285 * registers.h, registers.c (register_description): Add phony
2286 cycle, insn and stall registers.
2287
2288 * psim.c (psim_read_register): Return nr of instructions for given
2289 processor.
2290
2291Tue Apr 30 22:09:09 1996 Andrew Cagney <cagney@kremvax.highland.com.au>
2292
2293 * hw_htab.c: New file. Extract contents from disk_table.c.
2294 Contains a device that, during initialization will create a
2295 PowerPC htab in memory.
2296 * hw_register.c: New file. Extract contents from disk_table.c.
2297 Contains a device that, during initialization, will parse its
2298 property list and use that to initialize various processor
2299 registers (not target specific).
2300 * hw_vm.c: New file. Extract contents from disk_table.c. Contains
2301 a device that handles accesses to invalid virtual memory addresses
2302 (in user mode).
2303 * hw_init.c: New file. Extract contents from disk_table.c. Misc
2304 devices that can initialize memory from a file.
2305 * hw_trace.c: New file. Extract contents from disk_table.c.
2306 Configure trace options from property values.
2307
2308 * Makefile.in (hw_htab.o, hw_register.o, hw_vm.o, hw_init.o,
2309 hw_trace.c): Add new device files.
2310
2311 * device_table.c: Remove above code, now in separate independant
2312 files.
2313
2314Fri Apr 26 00:00:07 1996 Andrew Cagney <cagney@kremvax.highland.com.au>
2315
2316 * hw_disk.c: New file. Disk and CDROM device.
2317
2318 * Makefile.in (hw_disk.o): Add device hw_disk.c.
2319
2320 * pk_disklabel.c: New file. Implement the miss-named disk-label
2321 package.
2322
2323 * Makefile.in (pk.h): Create the file pk.h that contains a list of all
2324 the packages.
2325
2326 * Makefile.in (hw.h, hw.c): Add dependancy on Makefile so that
2327 they are re-created when the makefile is updated.
2328
2329 * emul_generic.c (emul_add_tree_hardware): Add a disk device
2330 (below the iobus) to the device tree. Include an ihandle of
2331 the disk as /chosen/disk.
2332
2333 * emul_bugapi.c (emul_bugapi_create): Don't initialize the input,
2334 output and (new) disk handles yet.
2335 * (emul_bugapi_init): Initialize the input, output (and just added)
2336 disk ihandles here.
2337 * (emul_bugapi_do_diskio): New. Performs disk i/o (well at least
2338 what I think the behavour is).
2339 * emul_bugapi.c (emul_bugapi_instruction_call): Add hook to disk
2340 i/o bug call. For RETURN call, exit using gpr[3]'s status even
2341 though this isn't part of the spec - makes it possible for machine
2342 code to signal the aporting of a simulation run.
2343
2344 * emul_chirp.c (chirp_emul_call_method): Add support for the
2345 claim/release methods.
2346 * (chirp_emul_exit): Add an optional exit status argument to
2347 the exit method. Makes it possible for chirp emul simulations
2348 to abort upon an error.
2349 * device.h, device.c (device_instance_claim,
2350 device_instance_release): New methods for claiming and releasing
2351 memory.
2352 * hw_memory.c: add claim and release memory methods.
2353 * hw_*: Use the claim memory method when allocating physical
2354 memory.
2355
2356Thu Apr 18 23:38:10 1996 Andrew Cagney <cagney@kremvax.highland.com.au>
2357
2358 * hw_nvram.c (hw_nvram_update_clock): Use the current not previous
2359 time when updating the clock.
2360
2361 * hw_nvram.c: Tidy up documentation
2362
f64dbcdd
MM
2363Fri May 24 10:08:10 1996 Michael Meissner <meissner@tiktok.cygnus.com>
2364
0c18e3f0
MM
2365 * configure.in (AC_STRUCT_ST_{BLKSIZE,BLOCKS,RDEV}): Use these
2366 macros to determine whether or not the appropriate st_<xxx> fields
2367 exist in the stat structure.
2368 (AC_CHECK_FUNCS): Check for all unix system calls used, except for
2369 the real basic ones like open, read, write, etc.
2370 * config{.in,ure}: Regenerate.
2371
2372 * emul_netbsd.c: Add support for missing system calls, and/or
2373 missing stat fields.
119b85f6
MM
2374 (MAXPATHLEN): Undefine if including unistd.h, since sys/param.h
2375 might define it.
0c18e3f0 2376
f64dbcdd
MM
2377 * hw_pal.c (WITH_STDIO): Redefine if O_NDELAY, F_GETFL, or F_SETFL
2378 are not defined.
2379 (scan_hw_pal): Do not cause syntax error if O_NDELAY, F_GETFL, or
2380 F_SETFL not defined.
2381
2382Tue May 21 17:24:45 1996 Michael Meissner <meissner@tiktok.cygnus.com>
2383
2384 * emul_netbsd.c (write_stat): Don't convert st_blocks unless the
2385 host is netbsd.
2386
d61eb812
MM
2387Thu May 16 10:56:45 1996 Michael Meissner <meissner@tiktok.cygnus.com>
2388
2389 * configure.in (AC_CHECK_HEADERS): Add sys/ioctl.h.
2390 * config{.in,ure}: Regenerate.
2391 * emul_netbsd.c: If HAVE_SYS_IOCTL_H is not defined, don't include
2392 sys/ioctl.h.
2393
048668d3
MM
2394Tue May 7 17:28:12 1996 Michael Meissner <meissner@tiktok.cygnus.com>
2395
2396 * hw_pal.c (hw_pal_instance_read_callback): Remove unused
2397 variable.
2398
2399 * misc.c ({,target_}a2i): Rewrite to not use strtoul.
2400
2401 * Makefile.in ({spreg,misc}.o): Add dependency on .c file.
2402 ({i,d}gen): Don't link in liberity. Use BUILD_LIBS instead of
2403 LIBS.
2404
1ed0c0e7
MM
2405Mon May 6 11:31:43 1996 Michael Meissner <meissner@tiktok.cygnus.com>
2406
2407 * hw_pal.c (hw_pal_instance_read_callback): If using stdio, use
2408 fgets to read line. If not using stdio, do a simple blocking read
2409 of len bytes.
2410
08dc78ad
MM
2411Fri May 3 15:07:42 1996 Michael Meissner <meissner@tiktok.cygnus.com>
2412
2413 * Makefile.in: Correctly build simulator for build machine != host
2414 machine.
2415
a72d2509 2416Tue Apr 30 18:46:05 1996 Michael Meissner <meissner@tiktok.cygnus.com>
997f0ee9 2417
a72d2509
MM
2418 * configure.in (--enable-hostendian): Rework so the default uses
2419 the AC_C_BIGENDIAN results. Only run AC_C_BIGENDIAN if not cross
2420 compiling.
2421 * configure: Regenerate.
2422
2423 * sim-endian.h: Add more tests for host endian to support more
2424 platforms in a cross compilation environment.
64646bd3 2425
a72d2509 2426Wed Apr 17 14:38:06 1996 Michael Meissner <meissner@tiktok.cygnus.com>
64646bd3 2427
a72d2509
MM
2428 * hw_pal.c ({scan,write}_hw_pal): If WITH_STDIO == DO_USE_STDIO,
2429 use stdio, instead of unpended read/printf_filtered.
2430 (hw_pal_instance_write_callback): If WITH_STDIO == DO_USE_STDIO,
2431 flush stdout after writing the characters.
d6103e8e 2432
6740925b
MM
2433 * options.c (print_options): Print out WITH_STDIO.
2434
d6103e8e
MM
2435 * Makefile.in (STDIO_CFLAGS): Pass on result of @sim_stdio@
2436 configuration variable.
2437 (CONFIG_CFLAGS): Include STDIO_CFLAGS.
a72d2509
MM
2438 (hw.{c,h}): Allow for source dir != build dir, and for HW_SRC
2439 files to contain directory pieces.
d6103e8e
MM
2440
2441 * std-config.h (DO{,NT}_USE_STDIO): New flags for whether we
2442 should use stdio for console input.
2443 (WITH_STDIO): If not defined, define as DONT_USE_STDIO.
2444
2445 * configure.in (--enable-sim-stdio): Add new switch to control
2446 whether stdio is used for console I/O.
2447 * configure: Regenerate.
2448
a72d2509
MM
2449 * interrupts.c (external_interrupt): Declare it to be
2450 INLINE_INTERRUPTS, not INLINE_CPU.
1dc7c0ed 2451
a72d2509 2452Mon Apr 15 23:30:56 1996 Andrew Cagney <cagney@kremvax.highland.com.au>
1dc7c0ed 2453
a72d2509
MM
2454 * events.c (insert_event_entry): Allow events to be scheduled
2455 *NOW* (at delta time 0). Add assertions to clarify behavour of
2456 event queue.
1dc7c0ed 2457
a72d2509
MM
2458 * events.c (update_time_from_event): New function. Calculates the
2459 number of ticks from the next event. Use this.
1dc7c0ed 2460
a72d2509 2461Sun Apr 14 21:39:45 1996 Andrew Cagney <cagney@highland.com.au>
1dc7c0ed 2462
a72d2509
MM
2463 * emul_netbsd.c (do_break): Return 0 if success (instead of
2464 adjusted break).
1dc7c0ed 2465
a72d2509
MM
2466 * device_table.c (vm_ioctl_callback): Don't return adjusted break
2467 (isn't needed).
1dc7c0ed 2468
a72d2509 2469Sun Apr 14 21:32:41 1996 Andrew Cagney <cagney@highland.com.au>
1dc7c0ed 2470
a72d2509
MM
2471 * device_table.h: Change type of the device ioctl so that it
2472 returns an int (status).
2473 * device.h (device_ioctl): Ditto.
2474 * device.c (device_ioctl): Ditto.
1dc7c0ed 2475
a72d2509
MM
2476 * device_table.c (stack_ioctl_callback): Return 0 status.
2477 (vm_ioctl_callback): Ditto
1dc7c0ed 2478
8477437c
MM
2479Sat Apr 13 00:00:24 1996 Andrew Cagney <cagney@kremvax.highland.com.au>
2480
2481 * emul_netbsd.c (do_read): Correctly set the return value.
2482 (do_getpid): Ditto.
2483 (do_getuid): Ditto.
2484 (do_geteuid): Ditto.
2485 (do_dup): Ditto.
2486 (do_getegid): Ditto.
2487 (do_getgid): Ditto.
2488 (do_sigprocmask): Ditto.
2489 (do_umask): Ditto.
2490 (do_dup2): Ditto.
2491 (do_gettimeofday): Ditto.
2492 (do_getrusage): Ditto.
2493 (do_fstat): Ditto.
2494 (do_stat): Ditto.
2495 (do_lseek): Ditto.
2496 (do___sysctl): Ditto.
2497
2498Fri Apr 12 20:56:47 1996 Andrew Cagney <cagney@kremvax.highland.com.au>
2499
2500 * device_table.c (vm_ioctl_callback): Don't access the processor
2501 registers directly, instead leave it to the caller to handle this.
2502
2503 * emul_netbsd.c (do_break): Which calls vm_ioctl_callback to
2504 perform a break. Pass in the new break value and set the
2505 registers according to the result.
2506
2507 * emul_generic.c (emul_write_status): Change so that r3 contains
2508 either status or errno and failure is indicated by SO.
2509
2510Thu Apr 4 23:03:38 1996 Andrew Cagney <cagney@kremvax.highland.com.au>
2511
2512 * emul_bugapi.c (emul_bugapi_create): More strict check of OEA
2513 address.
2514
a72d2509 2515Thu Apr 4 20:58:05 1996 Andrew Cagney <cagney@highland.com.au>
1dc7c0ed 2516
a72d2509
MM
2517 * interrupts.h (interrupts): New structure contains state of
2518 pending interrupts.
1dc7c0ed 2519
a72d2509
MM
2520 * cpu.c (cpu_interrupts): New function. Pending interrupt status
2521 in the cpu and grant access to it. Add interrupts to cpu
2522 structure.
1dc7c0ed 2523
a72d2509 2524Fri Mar 29 22:09:25 1996 Andrew Cagney <cagney@highland.com.au>
1dc7c0ed 2525
a72d2509
MM
2526 * device.c (device_tree_add_parsed): Check that the creation of a
2527 device instance worked before using it.
1dc7c0ed 2528
a72d2509
MM
2529 * psim.c (psim_halt): Remove cia argument from psim_halt. This
2530 function does not save the CIA so do not pass it in.
1dc7c0ed 2531
a72d2509 2532Fri Mar 29 21:30:56 1996 Andrew Cagney <cagney@highland.com.au>
1dc7c0ed 2533
a72d2509
MM
2534 * hw_pal.c (hw_pal): Merge the halt and icu and console devices
2535 found in device_table.c into a single hack pal.
1dc7c0ed 2536
a72d2509 2537 * device_table.c (halt, icu, console): Delete.
1dc7c0ed 2538
a72d2509 2539 * Makefile.in (hw_pal.o): New dependency.
1dc7c0ed 2540
a72d2509
MM
2541 * emul_generic.c (emul_add_tree_hardware): Re-arange device tree
2542 so that it uses the pal instead of the icu/halt/console devices.
2543 Wire the pal's interrupt ports up to the cpu nodes.
1dc7c0ed 2544
a72d2509 2545Fri Mar 29 20:17:17 1996 Andrew Cagney <cagney@highland.com.au>
1dc7c0ed 2546
a72d2509
MM
2547 * hw_iobus.c (hw_iobus_attach_address_callback): Move from
2548 device_table.c to here.
1dc7c0ed 2549
a72d2509 2550 * Makefile.in (hw_iobus.o): New dependency.
1dc7c0ed 2551
8477437c
MM
2552Fri Mar 29 12:17:58 1996 Andrew Cagney <cagney@kremvax.highland.com.au>
2553
2554 * emul_bugapi.c (_os_emul_data): Add fields for output, input.
2555 (emul_bugapi_create): Create input, output from /chosen/stdin and
2556 /chosen/stdout.
2557 (emul_bugapi_do_{read,write}): Switch to use device_instance
2558 interface.
2559 (emul_bugapi_instruction_call): Change calls to
2560 emul_bugapi_do_{read,write} to pass device instance argument.
2561
2562Tue Mar 26 14:57:58 1996 Michael Meissner <meissner@tiktok.cygnus.com>
2563
2564 * igen.c (idecode_switch_end): Fix 2/26 change so that an extra
2565 default is not written out if a default was already written.
2566
2567 * psim.c (psim_{read,write}_register): Use sizeof unsigned_8 to
2568 size cooked_buf, not sizeof natural_word, since floating point
2569 registers are 8 bytes.
2570
a72d2509 2571Mon Mar 25 22:07:13 1996 Andrew Cagney <cagney@kremvax.highland.com.au>
1dc7c0ed 2572
a72d2509 2573 * configure: Regenerate with autoconf 2.9.
1dc7c0ed 2574
a72d2509 2575Thu Mar 21 00:14:26 1996 Andrew Cagney <cagney@highland.com.au>
1dc7c0ed 2576
a72d2509 2577 * device_table.h: Always include string headers.
1dc7c0ed 2578
8477437c
MM
2579Thu Mar 21 00:06:09 1996 Andrew Cagney <cagney@kremvax.highland.com.au>
2580
2581 * main.c (error): Be careful to not try to print out statistics
2582 when the simulation was never created.
2583
a72d2509 2584Sun Mar 17 22:40:57 1996 Andrew Cagney <cagney@highland.com.au>
1dc7c0ed 2585
a72d2509
MM
2586 * basics.h: Move the event queue's definition to here so that it
2587 can be refered to globally with out importing all of events.h.
1dc7c0ed 2588
a72d2509
MM
2589 * psim.h, psim.c (psim_event_queue): New function. Grant access
2590 to the simulation event queue. Will make this the single point of
2591 access (there is after all only one event queue in the
2592 simulation).
1dc7c0ed 2593
a72d2509
MM
2594 * cpu.c (cpu_create): Use psim_event_queue to obtain the event
2595 queue instead of it being passed in. No longer allow access to
2596 the cpu's copy of the event queue.
1dc7c0ed 2597
a72d2509 2598Sun Mar 17 22:40:57 1996 Andrew Cagney <cagney@highland.com.au>
1dc7c0ed 2599
a72d2509
MM
2600 * events.h, events.c (event_handler): Remove event_queue from
2601 arguments passed to an event handler. That argument is redundant
2602 - the `data' should refer to a data structure that contains the
2603 event queue if queing is needed.
1dc7c0ed 2604
a72d2509 2605 * cpu.c (cpu_decrement_event): adjust
1dc7c0ed 2606
a72d2509 2607 * events.c (event_queue_process): adjust
1dc7c0ed 2608
a72d2509 2609Sun Mar 17 22:40:57 1996 Andrew Cagney <cagney@highland.com.au>
1dc7c0ed 2610
a72d2509
MM
2611 * device.h, device.c (device_system): New, returns a handle for
2612 the system given the device.
1dc7c0ed 2613
a72d2509
MM
2614 * device.c (device_address_init): Store a pointer back to the
2615 system in each devices node.
1dc7c0ed 2616
a72d2509
MM
2617 * device_table.h: Don't pass `system' into each device when it is
2618 being initialized, this is now available using device_system(me).
1dc7c0ed 2619
a72d2509 2620 * device.c (device_address_init, device_data_init): Adjust.
4f965b81 2621
a72d2509
MM
2622 * hw_cpu.c, hw_nvram.c, hw_memory.c, hw_eeprom.c, device_table.c:
2623 Adjust.
4f965b81 2624
a72d2509 2625Sun Mar 17 22:40:57 1996 Andrew Cagney <cagney@highland.com.au>
4f965b81 2626
a72d2509
MM
2627 * interrupts.c (decrementer_interrupt, external_interrupt):
2628 Remember that an interrupt wasn't delivered so that it can be
2629 tried again later.
4f965b81 2630
a72d2509
MM
2631 * interrupts.c (check_masked_interrupt): New function. (re)
2632 checks for the posibility that a recent change to the MSR may have
2633 made it possible to deliver an interrupt that was previously
2634 masked be the EE bit.
4f965b81 2635
a72d2509
MM
2636 * ppc-instructions (mtmsr, mfmsr, rfi): Check for posibility of
2637 a pending interrupt being delivered using check_masked_interrupt().
4f965b81 2638
a72d2509
MM
2639 * cpu.c (cpu_decrement_event): Just call decrementer_interrupt()
2640 leaving it to that module to handle both interrupt synchronization
2641 and masking.
4f965b81 2642
a72d2509
MM
2643 * cpu.c (struct _cpu): remove variables that were going to record
2644 pending decrementer and external interrupts.
cb7a6892 2645
a72d2509 2646Sun Mar 17 22:40:57 1996 Andrew Cagney <cagney@highland.com.au>
cb7a6892 2647
a72d2509
MM
2648 * hw_cpu.c, hw_cpu.h: New files. Implement a device that sits
2649 between the interrupt controller and the simulators internal
2650 processor model. Maps device interrupts onto the processor
2651 interrupt function calls.
cb7a6892 2652
a72d2509 2653Mon Mar 4 06:06:54 1996 Andrew Cagney <cagney@kremvax.highland.com.au>
cb7a6892 2654
a72d2509
MM
2655 * hw_nvram.c: NVRAM device that includes a real-time clock that is
2656 updated each second.
cb7a6892 2657
a72d2509 2658Mon Mar 4 04:18:50 1996 Andrew Cagney <cagney@kremvax.highland.com.au>
cb7a6892 2659
a72d2509
MM
2660 * device.h (attach_type): Remove attach_default type address
2661 spaces. Will replace with levels of callback memory.
cb7a6892 2662
a72d2509
MM
2663 * corefile.h, corefile.c (new_core_mapping), corefile.c
2664 (core_map_attach): Replace default attach with a layerd callback
2665 approach.
cb7a6892 2666
a72d2509 2667Sun Mar 3 03:58:46 1996 Andrew Cagney <cagney@kremvax.highland.com.au>
cb7a6892 2668
a72d2509
MM
2669 * device.c (split_property_specifier): ensure that only a single
2670 property is found.
2671 (split_value): New function, parses the value part of a device
2672 spec.
cb7a6892 2673
a72d2509
MM
2674 * device.c (device_tree_add_parsed): Use the interrupt conversion
2675 functions to determine the interrupt port numbers.
cb7a6892 2676
a72d2509
MM
2677 * device_table.h: Add table that maps between an interrupts
2678 symbolic name and its port number.
cb7a6892 2679
a72d2509
MM
2680 * device.h, device.c (device_interrupt_decode,
2681 device_interrupt_encode): new functions use the recently added
2682 interrupt port name/number tables to perform conversion.
cb7a6892 2683
a72d2509 2684Sun Mar 3 03:23:59 1996 Andrew Cagney <cagney@kremvax.highland.com.au>
cb7a6892 2685
a72d2509
MM
2686 * device.h, device.c (device_set_array_property,
2687 device_set_boolean_property, device_set_ihandle_property,
2688 device_set_integer_property, device_set_string_property): New
2689 functions - allow the value of a given property to be changed.
cb7a6892 2690
a72d2509
MM
2691 * device.h, device.c: Re-order declaration and definition of
2692 property functions.
cb7a6892 2693
a72d2509 2694Sun Mar 3 03:10:22 1996 Andrew Cagney <cagney@kremvax.highland.com.au>
cb7a6892 2695
a72d2509
MM
2696 * device.c (device_tree_print_device, device_tree_add_parsed):
2697 Remove references to phandle properties.
cb7a6892 2698
8477437c
MM
2699Wed Feb 28 00:43:07 1996 Andrew Cagney - aka Noid <cagney@highland.com.au>
2700
2701 * Makefile.in (corefile.o): missing dependency on device_table.h
2702 etc.
2703
a72d2509 2704Tue Feb 27 23:59:35 1996 Andrew Cagney - aka Noid <cagney@highland.com.au>
cb7a6892 2705
a72d2509
MM
2706 * device_table.h: Revamp device init callbacks so that they are a
2707 sub structure.
2708 * device.c (device_init_data, device_init_address): If an init
2709 callback is NULL assume it should do nothing.
2710 * device_table.c (ignore_device_init, unimp_device_init): delete
2711 as redundant.
2712 * device_table.c, hw_memory.c: adjust.
cb7a6892 2713
a72d2509
MM
2714 * (io): ditto.
2715 * (dma): ditto.
2716 * (device_instance): ditto.
2717 * (ioctl): ditto.
2718 * (address nee config_address): ditto.
2719 * (interrupt): ditto.
cb7a6892 2720
8477437c
MM
2721Mon Feb 26 21:11:20 1996 Andrew Cagney - aka Noid <cagney@highland.com.au>
2722
2723 * igen.c (idecode_switch_end): Output a default entry when the
2724 switch statement is perfect. Firstly stops GCC complaining about
2725 an incomplete switch and secondly it will be eliminated by a good
2726 compiler any way.
2727
a72d2509 2728Mon Feb 26 22:47:15 1996 Andrew Cagney - aka Noid <cagney@highland.com.au>
cb7a6892 2729
a72d2509
MM
2730 * Makefile.in (hw.h, hw.c): New targets. Create from the list of
2731 hw_*.c files. hw.h declares a device descriptor table for each hw
2732 device while hw.c lists those tables in a form suitable for the
2733 construction of a top leveltable in device_table.c.
cb7a6892 2734
a72d2509
MM
2735 * Makefile.in (device_table.o): now depends on hw.c a generated
2736 table of hw.
cb7a6892 2737
a72d2509
MM
2738 * device_table.c (device_table): Re-arange the table of devices so
2739 that two levels are possible. Make use of hw.c.
2740 * device_table.h: ditto.
cb7a6892 2741
a72d2509
MM
2742 * device.c (device_template_create_device): Handle new two level
2743 device lookup table.
2744 * device.c (device_usage): ditto.
cb7a6892 2745
a72d2509 2746Mon Feb 26 22:24:00 1996 Andrew Cagney - aka Noid <cagney@highland.com.au>
cb7a6892 2747
a72d2509 2748 * device_table.c: Delete the memory device (moved to hw_memory.c).
cb7a6892 2749
a72d2509 2750 * hw_memory.c: New file. Just an OpenBoot memory device.
8477437c
MM
2751
2752Wed Jan 17 21:47:34 1996 Andrew Cagney <cagney@highland.com.au>
2753
2754 * device.c (device_init_address): New. Split initialization into
2755 two stages, address and address spaces
2756 * device.c (device_init_data): New. ... and data or other work.
2757 With out this, devices try to modify memory before it as been
2758 attached.
2759
2760 * device.c (device_tree_init): Update to perform staged
2761 initialization.
2762
2763 * device.c (device_init): Delete.
2764
2765Wed Jan 17 21:43:09 1996 Andrew Cagney <cagney@highland.com.au>
2766
2767 * device_table.c (data_*): Rewrite to make heaver use of property
2768 nodes. Allow initialization by different data types.
2769 * device_table.c (htab_* pte_*): Rewrite to use properties.
2770
2771 * emul_chirp.c (emul_chirp_create): Use
2772 * emul_bugapi.c (emul_bugapi_create): Ditto
2773 * emul_netbsd.c (emul_netbsd_create): Ditto
2774
2775Wed Jan 17 21:24:50 1996 Andrew Cagney <cagney@highland.com.au>
2776
2777 * emul_generic.c (emul_add_tree_options): Annotate existing tree
2778 with options that haven't yet been specified.
2779 * emul_generic.c (emul_add_tree_hardware): Annotate existing tree
2780 with demo devices and properties.
2781
2782 * emul_chirp.c (emul_chirp_create): Update to use new
2783 device_tree_add_parsed call and additional information now
2784 included in the device tree. Use emul_add_tree* functions to add
2785 any missing details.
2786 * emul_bugapi.c (emul_bugapi_create): Ditto
2787 * emul_netbsd.c (emul_netbsd_create): Ditto
2788
2789Wed Jan 17 21:18:27 1996 Andrew Cagney <cagney@highland.com.au>
2790
2791 * device.c (device_instance_create): New. Create/delete and
2792 operate on instances of a device.
2793 * device.c (device_instance_delete): Ditto
2794 * device.c (device_instance_read): Ditto
2795 * device.c (device_instance_write): Ditto
2796 * device.c (device_instance_seek): Ditto
2797 * device.c (device_instance_data): Ditto
2798 * device.c (device_instance_name): Ditto
2799 * device.c (device_instance_path): Ditto
2800
2801 * emul_chirp.c (chirp_emul_open): Implement using device_instance.
2802 * emul_chirp.c (chirp_emul_close): Ditto
2803 * emul_chirp.c (chirp_emul_read): Ditto
2804 * emul_chirp.c (chirp_emul_write): Ditto
2805 * emul_chirp.c (chirp_emul_seek): Ditto
2806
2807 * emul_chirp.c (chirp_read_t2h_args): Read arguments from device.
2808 Being careful to convert all from target to host byte order.
2809 * emul_chirp.c (chirp_write_h2t_args): Converse.
2810
2811Wed Jan 17 20:07:15 1996 Andrew Cagney <cagney@highland.com.au>
2812
2813 * device.c (device_tree_add_parsed): New. Rewrite code to add
2814 devices to the device tree so that a single printf style function
2815 is used.
2816
2817 * device.c (device_tree_add_*): Delete. Replaced by above.
2818
2819 * device.c (split_device_specifier): Functions to manipulate a
2820 device specifier (path) breaking it into its components
2821 * device.c (split_property_specifier): Ditto
2822 * device.c (split_device_name): Ditto
2823 * device.c (split_find_device): Ditto
2824
2825 * device.c (scan_*): Delete
2826
2827 * device.c (device_tree_find_device): Rewrite to use above.
2828 * device.c (device_add_property): Ditto
2829
2830Wed Jan 17 19:51:56 1996 Andrew Cagney <cagney@highland.com.au>
2831
2832 * psim.c(psim_options): Parse the psim options, installing their
2833 value in the device tree. Options are now first entered into a
2834 device tree and then extracted out again when needed. This allows
2835 greater flexability in configuration.
2836
2837 * psim.c (psim_tree): Returns a basic device tree ready for
2838 parsing by psim_options.
2839 * psim.c (psim_usage): New. Give usage to varing levels of detail
2840 according to the verbosity. In turn output device and trace
2841 usage.
2842
2843 * main.c (main): Update to use new system
2844 * sim_calls.c (sim_open, sim_do_command): Ditto
2845
2846 * psim.c (psim_options): Add `r' option - ram size.
2847 * psim.c (psim_options): Add `o' option - openboot tree entry.
2848 * psim.c (psim_options): Add `h'/`H' options - more help.
2849
2850 * debug.c (trace_usage): Add more detailed help.
2851 * device.c (device_usage): New. Output help including a list of
2852 the devices currently available in the device table.
2853 * device_table.c: Add usage operator to each device.
2854
2855 * corefile.c (core_create, core_device_create): Adjust so that the
2856 core device is created earlier for psim_tree(). Core can later be
2857 created from it.
2858
2859 * psim.c (psim_create): Update to handle above way of creating
2860 things. Extract all information from the device tree.
2861
2862 * device_tree.c (trace_*): New device node, its properties are
2863 used to set the value of the trace options. Init this device (in
2864 psim_options) when ever the options are updated.
2865
2866Wed Jan 17 19:46:07 1996 Andrew Cagney <cagney@highland.com.au>
2867
2868 * debug.h: Add trace_print_info, trace_print_device_tree and
2869 trace_dump_device_tree. The first is a replacement for the
2870 variable `print_info' found in main.c and sim_calls.c. The latter
2871 two enable the dumping of the entire device tree.
2872
2873 * debug.c: Add to trace_description table.
2874
2875 * main.c (main): Use above trace instead of local variable
2876 * sim_calls.c (sim_close): Ditto
2877
2878 * device.c (device_tree_print_device): New. Prints the device
2879 tree in a format that is consistent with what can be parsed by the
2880 device tree load from file code.
2881
2882 * psim.c (psim_create): Dump device tree if enabled. If nump
2883 selected, exit psim immediatly.
2884
2885Wed Jan 17 19:36:52 1996 Andrew Cagney <cagney@highland.com.au>
2886
2887 * corefile-n.h (core_map_read_N): When mapping from an address to
2888 a device, do not subtract the devices base. The device its self
2889 can do this. Brings the behavour into line with OpenBoot.
2890 * corefile-n.h (core_map_write_N): Ditto
2891 * corefile.c (core_map_read_buffer): Ditto
2892 * corefile.c (core_map_write_buffer): Ditto
2893
2894 * device_table.c (console_io_read_buffer_callback): Adjust to
2895 handle biased address.
2896 * device_table.c (console_io_write_buffer_callback): Ditto
2897
2898Wed Jan 17 18:36:09 1996 Andrew Cagney <cagney@highland.com.au>
2899
2900 * device.c (attach_device_interrupt_edge): New. Interrupt model
2901 did not allow interrupts to be wired up as a general net (edges).
2902 Re-implement so that interrupt events can be passed to multiple
2903 controllers and interrupt controllers can further propogate
2904 interrupt events.
2905
2906 * device.c (attach_device_interrupt_edge) : New, Ditto
2907 * device.c (detach_device_interrupt_edge) : New, Ditto
2908 * device.c (clean_device_interrupt_edges) : New, Ditto
2909 * device.c (device_interrupt_event) : New, Ditto
2910 * device.c (device_interrupt_attach) : New, Ditto
2911 * device.c (device_interrupt_detach) : New, Ditto
2912 * device.c (device_child_interrupt_attach) : New, Ditto
2913 * device.c (device_child_interrupt_detach) : New, Ditto
2914
2915 * device.c (device_attach_interrupt) : Delete old
2916 * device.c (device_detach_interrupt) : Delete old
2917 * device.c (device_interrupt) : Delete old
2918 * device.c (device_interrupt_ack) : Delete old
2919
2920 * device_table.c (unimp_*) : Update to match
2921
2922 * device_table.c (icu_io_write_buffer_callback) : Update to use
2923 interface.
2924 * device_table.c (icu_interrupt_event_callback) : Ditto
2925
2926Wed Jan 17 18:18:40 1996 Andrew Cagney <cagney@highland.com.au>
2927
2928 * device.c (external_to_device) : New function that provides a
2929 standard mapping between a devices internal representation (a
2930 pointer) and its external (or what is passed to a client)
2931 representation (a phandle). Implement using the cap object
2932 attached to the root node.
2933
2934 * device.c (device_to_external) : Ditto
2935 * device.c (external_to_device_instance) : Ditto but for ihandle
2936 and device instance.
2937 * device.c (device_instance_to_external) : Ditto
2938
2939 * Makefile (device.o): Add dependency on cap.
2940
2941 * emul_chirp.c (struct _emul_chirp_data) : Elimate use of cap. Code
2942 needing to translate between internal and external representations
2943 changed to use the external_to_device et.al. device operations.
2944 * emul_chirp.c (chirp_emul_*) : Ditto
2945
2946 * Makefile (emul_chirp.o): Remove dependency on cap
2947
2948Sat Jan 6 10:13:26 1996 Andrew Cagney - aka Noid <cagney@highland.com.au>
2949
2950 * emul_chirp.c (map_over_chirp_note): Tighten up (and fix) checks
2951 on OpenBoot note section.
2952
2953Fri Jan 5 20:28:53 1996 Andrew Cagney <cagney@hignland.com.au>
2954
2955 * emul_generic.c (emul_write_buffer): Use vm faulting byte
2956 read/write calls for buffer transfers. This will cause a fault to
2957 occure if the transfer fails. CHRP catches the fault while the
2958 others suffer the consequences.
2959 (emul_read_buffer): Ditto.
2960 (emul_write_word): Ditto.
2961 (emul_read_word): Ditto.
2962 (emul_read_string): Ditto.
2963
2964Fri Jan 5 18:55:34 1996 Andrew Cagney <cagney@highland.com.au>
2965
2966 * emul_chirp.c (emul_chirp_create, emul_chirp_instruction_call),
2967 emul_generic (emul_blr_instruction): Use a real blr instruction to
2968 return from a client service call.
2969
2970 * emul_chirp.c (services): Add all OpenBoot services to table.
2971
2972 * emul_generic.h, emul_bugapi.c (emul_bugapi_create), emul_chirp.c
2973 (emul_chirp_create) : Use names instead of numbers for
2974 instructions being stored in memory.
2975
2976Fri Jan 5 18:52:28 1996 Andrew Cagney <cagney@highland.com.au>
2977
2978 * Makefile.in (maintainer-clean): Remove .log, core and *.core
2979 (From NetBSD) files.
2980
2981Wed May 29 22:57:40 1996 Andrew Cagney <cagney@kremvax.highland.com.au>
2982
2983 * ChangeLog.00, ChangeLog: ChangeLog from gdb-4.16 becomes
2984 ChangeLog.00
2985
This page took 0.201942 seconds and 4 git commands to generate.