Update to 1.0.1
[deliverable/binutils-gdb.git] / sim / ppc / ChangeLog
1 Thu Feb 22 22:48:57 1996 Andrew Cagney <cagney@highland.com.au>
2
3 * README, RUN, INSTALL: Update to reflect announcement
4 * psim: PSIM 1.0.1 released
5
6 Thu Feb 22 14:01:56 1996 Michael Meissner <meissner@tiktok.cygnus.com>
7
8 * emul_bugapi.c (emul_bugapi_do_read): New function to handle
9 reads.
10 (emul_bugapi_instruction_call): Add support for .INCHR/.INLN
11 system calls.
12
13 * emul_bugapi.c (emul_bugapi_do_write): Call flush_stdoutput.
14 * emul_netbsd.c (do_write): Call flush_stdoutput.
15
16 * main.c (flush_stdoutput): Do fflush (stdout).
17 * sim_calls.c (flush_stdoutput): Do gdb_flush (gdb_stdout);
18 * sim_callbacks.h (flush_stdoutput): Declare.
19
20 Wed Feb 21 10:39:35 1996 Michael Meissner <meissner@tiktok.cygnus.com>
21
22 * emul_bugapi.c (bug_mapping): New structure to map bug system
23 call numbers to a string.
24 (toplevel): Add remaining bugapi system calls.
25 (emul_bugapi_instruction_name): Map bugapi system call number to a
26 string.
27 (emul_bugapi_do_write): Common code to process write system calls.
28 (emul_bugapi_instruction_call): If os-emul tracing is on, trace
29 the system call. Use the name to print unknown system call.
30 Correct implementation of _OUTLN. Add support for _OUTSTR and
31 _PCRLR system calls.
32
33 Wed Feb 21 17:07:27 1996 Andrew Cagney <cagney@highland.com.au>
34
35 * NOTES: New file. Ramblings on why things were done they way
36 they were.
37
38 * psim.c (psim_options): Didn't enter the model value into the
39 device tree as a string.
40
41 * cpu.c (cpu_synchronize_context): Wrong test for conditional
42 flush of cache.
43
44 * emul_generic.c (emul_add_tree_hardware): reg value didn't match
45 bus address.
46
47 * ppc-opcode-flat: new file. Generate an instruction decode
48 function like ppc-opcode-complex but use switch statements.
49
50 * INSTALL: document new opcode file, add example configurations.
51
52 Tue Feb 20 18:42:31 1996 Andrew Cagney <cagney@highland.com.au>
53
54 * main.c (main): rename psim instance (system) to simulation and
55 make global.
56 * main.c (error): print out performance even when an error occures.
57
58 * emul_bugapi.c (emul_bugapi_create): Fix argument passing.
59
60 * emul_generic.c (emul_add_tree_hardware): Move hardware devices
61 to 0x80000000 from 0x400000.
62
63 Mon Feb 19 22:54:40 1996 Andrew Cagney <cagney@highland.com.au>
64
65 * ppc-instructions (TLB Invalidate Entry, TLB Invalidate ALL):
66 Implement by passing on request to all processors.
67 * ppc-instructions (TLB Synchronize): Implement as empty, processor
68 tlb's are always in sync.
69
70 * cpu.c (cpu_page_tlb_invalidate_all): New function. Pass on TLB
71 invalidate request to processors VM sub-system.
72 * cpu.c (cpu_page_tlb_invalidate_entry): Ditto.
73
74 * vm.c (vm_page_tlb_invalidate_all): New function. Mark all page
75 TLB entries as invalid.
76 * vm.c (vm_page_tlb_invalidate_entry): New function. Ditt but only
77 invalidate one TLB entry.
78
79 * psim.c (psim_init): Invalidate TLB's before (re)starting.
80
81 Mon Feb 19 21:25:56 1996 Andrew Cagney <cagney@highland.com.au>
82
83 * emul_generic.c (emul_add_tree_options): Add argument
84 oea_interrupt_prefix (0 or 1) that specifies the prefix MSR[IP]
85 and hence the location of the interrupt vectors. Add this to the
86 device tree.
87
88 * emul_chirp.c (emul_chirp_create): Allow configuration of
89 floating-point and interrupt prefix (default 0) using the above.
90
91 * emul_netbsd.c (emul_netbsd_create): Pass dummy arg for
92 interrupt-prefix.
93
94 * emul_bugapi.c (emul_bugapi_create): Allow configuration of
95 interrupt prefix (default 1) and configure interrupt table traps
96 accordingly.
97
98 * emul_generic.c (emul_add_tree_hardware): Include a small eeprom
99 in the list of devices.
100
101 * device_table.c: For moment fake eeprom device by a memory
102 device. In future will need a proper eeprom device.
103
104 Tue Feb 20 17:01:26 1996 J.T. Conklin <jtc@rtl.cygnus.com>
105
106 * config.in: Regenerated.
107
108 Fri Feb 16 10:42:27 1996 Michael Meissner <meissner@tiktok.cygnus.com>
109
110 * psim.c: Include options.h so print_options is declared.
111
112 Thu Feb 15 18:10:13 1996 Michael Meissner <meissner@tiktok.cygnus.com>
113
114 * emul_netbsd.c (toplevel): Do not include sys/resource.h if the
115 system doesn't have it, and turn off getrusage processing.
116 (write_rusage): #ifdef out if we don't have getrusage.
117 (do_getrusage): Define as 0 if we don't have getrusage.
118
119 Wed Feb 14 17:38:12 1996 J. T. Conklin <jtc@cygnus.com>
120
121 * configure.in (AC_HEADER_DIRENT): Add, so that we can figure out
122 where the directory functions are declared.
123 * configure: Regenerate
124
125 * emul_netbsd.c: Use the macros defined by configure to find the
126 appropriate directory functions.
127
128 Thu Feb 8 00:53:13 1996 Andrew Cagney <cagney@highland.com.au>
129
130 * configure.in (xor_endian): Trace setting of xor-endian flag.
131
132 Wed Feb 7 18:20:56 1996 Andrew Cagney <cagney@highland.com.au>
133
134 * psim.c (psim_usage): Extend documentation.
135
136 * ppc-instructions (model-print): fix typo.
137
138 Sun Feb 4 23:58:02 1996 Andrew Cagney <cagney@highland.com.au>
139
140 * configure.in (with-smp): Default configuration allow up to
141 five processors (but enable only one).
142
143 * emul_bugapi.c (emul_bugapi_create): If floating-point is
144 allowed, enable the floating point instruction set in the
145 msr.
146
147 Tue Jan 30 22:52:32 1996 Andrew Cagney <cagney@highland.com.au>
148
149 * emul_chirp.c (chirp_emul_seek, chirp_emul_read,
150 chirp_emul_write): Tolerate invalid ihandles.
151
152 * device.c (device_instance_create, device_instance_delete):
153 init/delete instance name
154
155 * emul_chirp.c (emul_chirp_instruction_call): Read the nr args and
156 returns when determining the service.
157
158 * emul_chirp.c (chirp_read_t2h_args): Allow variable number of
159 args for the method "call-method".
160
161 * emul_chirp.c (chirp_emul_getprop): Tolerate a n_returns of zero
162 - should be one. Some OpenBoot code doesn't pass correct arg.
163
164 * emul_chirp.c (chirp_emul_getprop): Trace more property types.
165
166 Tue Jan 30 19:12:29 1996 Andrew Cagney <cagney@highland.com.au>
167
168 * RUN: New file. Describe how to run PSIM
169 * INSTALL: New file. Describe how to install PSIM
170 * README: New file. Overview PSIM.
171 * BUGS: New file. Briefly discuss bugs and limitations
172
173 Wed Jan 24 20:28:08 1996 Andrew Cagney <cagney@highland.com.au>
174
175 * emul_bugapi.c (OEA_START_ADDRESS): Put it back to 0x100000,
176 wasn't correctly using GLD.
177
178 Mon Jan 22 22:44:13 1996 Andrew Cagney <cagney@highland.com.au>
179
180 * emul_generic.c (emul_add_tree_options): Make default number of
181 active processors 1 (even when SMP enabled).
182
183 Mon Jan 22 22:37:34 1996 Andrew Cagney <cagney@highland.com.au>
184
185 * device_table.c (icu_io_read_buffer_callback): Add extra register
186 (at addr + 4) that returns number of processors.
187
188 * emul_generic.c (emul_add_tree_hardware): Update device node to
189 match.
190
191 Mon Jan 22 22:00:42 1996 Andrew Cagney <cagney@highland.com.au>
192
193 * emul_bugapi.c (OEA_START_ADDRESS): Change to 0x4000 so that it
194 matches gas-960116/ld.
195
196 Fri Jan 19 00:32:27 1996 Andrew Cagney <cagney@highland.com.au>
197
198 * psim-960119 released - psim-1.0b01.
199
200 Fri Jan 19 00:32:27 1996 Andrew Cagney - aka Noid <cagney@highland.au.com>
201
202 * psim.c (psim_create): Re-order so that all options are set
203 before the CPU's are created. Was breaking mon_create();
204
205 * psim.c (psim_create): Tidy up conflicting configuration errors.
206
207 * debug.c: Add missing print-info entry to trace table.
208
209 * os_emul.c (os_emul_create): Fix `-e' option. Was looking under
210 wrong name.
211
212 * psim.c (psim_options): Fix `-r' option. Was entering under wrong
213 name.
214
215 Thu Jan 18 20:33:48 1996 Andrew Cagney <cagney@highland.com.au>
216
217 * vm.c (om_unpack_bats): Fix checking of bat bits.
218
219 * emul_chirp.c (emul_chirp_create): Store address of OB in memory
220 in the os_emul_data structure.
221
222 * emul_bugapi.c (emul_bugapi_create): Store the address of the
223 bugapi code (in main memory) in the os_emul_data structure.
224
225 Thu Jan 18 01:14:55 1996 Andrew Cagney <cagney@highland.com.au>
226
227 * vm.c (om_translate_effective_to_real): Fix trace output.
228
229 Wed Jan 17 22:21:55 1996 Andrew Cagney <cagney@highland.com.au>
230
231 * device_table.c (generic_device_init_address): Create memory from
232 information obtained from `reg' property.
233 * device_table.c (vm_init_address_callback): Use information
234 obtained from properties.
235 * emul_netbsd.c (emul_netbsd_create): Update to create device and
236 property entries to match
237
238 Tue Jan 16 09:50:53 1996 Michael Meissner <meissner@tiktok.cygnus.com>
239
240 * idecode_expression.h (ALU_END): Add ITRACE of the result.
241
242 * ppc-instructions (Equivalent): Enable this instruction.
243 (Add to Minus One Extended): Ditto.
244 (Subtract from Minus One Extended): Ditto.
245 (Add/And/Or/Xor Immediate): Add alu trace of result.
246 (Add/And/Or/Xor Shifted Immediate): Ditto.
247 (And/Or/Equivalent/Nand/Nor): Ditto.
248 (And/Or with Complement): Ditto.
249 (Extend Sign Byte/Half Word): Ditto.
250 (Count Leading Zeros): Ditto.
251 (Shift Right Algerbraic Word): Ditto.
252 (Shift Right Algerbraic Word Immediate): Ditto.
253
254 Tue Jan 9 15:10:27 1996 Andrew Cagney <cagney@highland.com.au>
255
256 * emul_bugapi.c (emul_bugapi_instruction_call) : Make format type
257 correct.
258 * emul_chirp.c (map_over_chirp_note) : Ditto
259 * emul_chirp.c (chirp_emul_test) : Ditto
260 * device_table.c (register_init): Ditto
261
262 Tue Jan 9 14:16:26 1996 Andrew Cagney <cagney@highland.com.au>
263
264 * configure.in: Make disable-sim-switch default. Switch only
265 useful if using --enable-sim-opcode=ppc-opcode-stupid and then
266 only marginally so.
267
268 Mon Jan 8 12:17:22 1996 Michael Meissner <meissner@tiktok.cygnus.com>
269
270 * device_table.c (register_init): Make format type correct.
271
272 Wed Jan 3 19:21:46 1996 Andrew Cagney <cagney@highland.com.au>
273
274 * emul_bugapi.c (emul_bugapi_create): Add nodes to init the
275 system-call trap to the emul instruction call instruction (Along
276 with an rfi and infinate loop).
277
278 * emul_bugapi.c (emul_bugapi_instruction_call): Expand to include
279 a few real PPC bug calls. Test with simple hello world.
280
281 Tue Jan 2 20:51:19 1996 Andrew Cagney - aka Noid <cagney@highland.com.au>
282
283 * device.h, device.c (device_child, device_sibling): New
284 functions. Return corresponding device value.
285
286 * emul_chirp.c (chirp_emul_child, chirp_emul_peer,
287 chirp_emul_parent): New functions - emulate corresponding OpenBoot
288 interfaces.
289
290 * device_table.c (register_init): Extend properties attached to
291 register init node to allow a specific processor's register to be
292 specified.
293
294 * emul_chirp.c (emul_chirp_create): Init SMP correctly - the
295 initial PC for all processors is an infinate loop but then, for
296 processor zero, is quickly changed to be the correct code starting
297 address.
298
299 * emul_chirp.c (emul_chirp_create): Add fake bootpath
300 et.al. properties to tree.
301
302 * emul_chirp.c (chirp_emul_getproplen): New function. Emulate the
303 getproplen OpenBoot call.
304
305 * emul_chirp.c (emul_chirp_instruction_call): Document other
306 possible chirp emulation internal states.
307
308 * emul_chirp.c (emul_chirp_instruction_call): Trace failed lookups
309 as well as successful ones.
310
311 * emul_chirp.c (emul_chirp_open): New function - handle open
312 client call.
313
314 * Makefile.in (maintainer-clean): Proper rule that eliminates more
315 junk.
316
317 Tue Dec 19 13:00:11 1995 Andrew Cagney <cagney@highland.com.au>
318
319 * emul_chirp.c (chirp_emul_exit): Full out call.
320
321 * device_table.c (htab_map_page): Wasn't handling byte swap when
322 creating entries in the hash table.
323
324 * device.c (device_tree_find_node): Allow primative wild-card match
325 of device names with the path.
326
327 FIXME: As mentioned earlier, the device stuff needs work to bring
328 it into line with OpenBoot. Part of this work is rewriting the
329 find_node function so that it behaves as specified in p1275.
330
331 Mon Dec 18 19:58:56 1995 Andrew Cagney <cagney@highland.com.au>
332
333 * emul_chrp.c (chirp_emul_write, chirp_emul_finddevice): add
334 better tracing.
335
336 * emul_chrp.c: Change return type of emul functions to int. Emul
337 functions either return -1 or zero so unsigned was a bit
338 dangerous.
339
340 * inline.h (*), igen.c, dgen.c, *: Update INLINE macros so that
341 they are paramaterised with the type of the function. Gets around
342 the problem of `static' needing to come first with `attribute'
343 comming last. Format declarations and definitions so that emacs
344 doesn't get confused.
345
346 Fri Dec 15 17:06:44 1995 Andrew Cagney <cagney@highland.com.au>
347
348 * std-config.h (PSIM_INLINE): Add missing inline configuration
349 control for the main loop.
350
351 * mon.c (mon_print_info): If monitoring disabled still print out
352 the number seconds used.
353
354 * psim.c (run_until_stop): Don't monitor the cache misses when
355 monitoring is disabled.
356
357 * configure.in (sim_mon, sim_monitor): Correct typo - sim_mon ->
358 sim_monitor for shell variable (or should that have been the other
359 way around?).
360
361 * vm.c (vm_synchronize_context): Fix wrong test for unsuported
362 change in endian-mode.
363
364 * std-config.h (WITH_REGPARM), inline.h (IDECODE_INLINE,
365 SEMANTICS_INLINE): Add -DWITH_REGPARM=<n> option. Enables the
366 __attribute__((__regparm(WITH_REGPARM))) for some functions.
367 configure with --enable-sim-cflags="-DWITH_REGPARAM=3" (say).
368 Unfortunatly it tickles a bug (gcc?) and can't be used.
369
370 Mon Dec 18 13:36:06 1995 Michael Meissner <meissner@tiktok.cygnus.com>
371
372 * device.c (device_tree_add_device): Make trace fprintf arguments
373 type correct.
374 * device_table.c (htab_decode_hash_table): Ditto.
375 (htab_map_binary): Ditto.
376 (htab_init_callback): Ditto.
377 * vm.c (om_virtual_to_real): Ditto.
378
379 Sat Dec 16 09:54:18 1995 Michael Meissner <meissner@wogglebug.tiac.net>
380
381 * emul_netbsd.c (emul_netbsd_create): Deal with new BFD that
382 changed how big/little endian support is recorded, while remaining
383 compatible with the old BFD with #ifdefs.
384 * emul_chirp.c (emul_chirp_create): Ditto.
385 * emul_bugapi.c (emul_bugapi_create): Ditto.
386
387 Fri Dec 15 15:55:56 1995 Michael Meissner <meissner@tiktok.cygnus.com>
388
389 * std-config.h (MODEL_INLINE): Turn off INLINE_MODULE by default.
390
391 * corefile.h: Delete declarations for unknown functions.
392 * device.h: Ditto.
393 * interrupts.h: Ditto.
394 * interrupts.c: Ditto.
395
396 Thu Dec 14 18:49:34 1995 Andrew Cagney <cagney@highland.com.au>
397
398 * lf.c (lf_print_function_type): New function. Munges a function
399 type so that the prefix (eg INLINE...) is inserted after the type
400 but before any `*'.
401
402 * igen.c: Change to output functions using this.
403
404 Wed Dec 13 23:47:00 1995 Andrew Cagney <cagney@highland.com.au>
405
406 FIXME: Emul CHIRP does not correctly implement the find device
407 function.
408
409 FIXME: Emul CHIRP and device do not implement device instance
410 operations.
411
412 Wed Dec 13 23:47:00 1995 Andrew Cagney <cagney@highland.com.au>
413
414 * options.c (options_inline): Function to output meaningful
415 description of the INLINE options.
416
417 * configure.in (inline): Replace inline magic numbers with macro
418 names. Map 1->LOCALS_INLINE and 2->ALL_INLINE.
419
420 * inline.h, inline.c: update to use inline method.
421
422 * std-config.h (CPU_INLINE), cpu.h, inline.h, inline.c: make cpu.h
423 inline always.
424
425 * std-config.h (EVENTS_INLINE): Inline events in psim.
426
427 Wed Dec 13 22:01:21 1995 Andrew Cagney <cagney@highland.com.au>
428
429 * device_table.c (htab_sum_binary): DMA binaries to correct byte
430 within a page.
431
432 Tue Dec 12 22:51:18 1995 Andrew Cagney <cagney@highland.com.au>
433
434 * psim.c (psim_merge_device_file): Change `=' to `==', was this an
435 error?
436
437 Tue Dec 5 11:56:14 1995 Andrew Cagney <cagney@highland.com.au>
438
439 * ppc-instructions (ppc_nr_mtcrf_crs, ppc_branch_conditional_name,
440 ppc_function_unit_name): Simplify by declaring these arrays as
441 pure and simple static (instead of STATIC_MODEL).
442
443 Tue Dec 5 00:45:34 1995 Andrew Cagney <cagney@highland.com.au>
444
445 * sim_calls.c (sim_create, sim_load), main.c (main), psim.c: Pass
446 an options device into psim_create() so that options can be merged
447 into the tree.
448
449 * device.c (*add*): Change semantics so the add functions only add
450 when the new device (or property) doesn't already exist. This
451 allows merging of options and data.
452
453 Mon Dec 4 17:12:13 1995 Andrew Cagney <cagney@highland.com.au>
454
455 * Makefile.in (BASICS_H): Didn't include basics.h in the list of
456 header files to depend on.
457
458 Mon Dec 4 17:12:13 1995 Andrew Cagney <cagney@highland.com.au>
459
460 * std-config.h: (*_MODULE): Extend the <module>_inline macro's so
461 that they also allow control over static functions. Rewrite
462 document to reflect this.
463
464 * std-config.h: (INLINE): Simplify definition, the above and
465 earlier changes to igen.h eliminate the need to be defensive about
466 enabling the inline of static functions.
467
468 * std-config.h: (SIM_ENDIAN_INLINE, BITS_INLINE): Document limited
469 suport for inlineing of modules for all callers. Adjust relevant
470 macro's so that DEFAULT_INLINE will enable this.
471
472 * basics.h: Re-order #includes and definitions so that c-code for
473 basic include files does not call functions delcared in later
474 #includes.
475
476 * basics.h (__attribute__), sim_callbacks.h: Move attribute macro
477 to basics.h and add hack (include <stdio.h>) to try and bring that
478 and other possible conflicting macros into scope much earler.
479
480 * sim-endian.h,c (SIM_ENDIAN_INLINE) bits.h,c (BITS_INLINE):
481 Change to use the updated inline definitions. If enabled
482 immediatly include the corresponding c-code so that it will inline
483 for all modules.
484
485 * inline.h, inline.c (SIM_ENDIAN_INLINE, BITS_INLINE): Remove
486 these cases, moved to module specific header files.
487
488 Sat Dec 2 18:37:51 1995 Andrew Cagney <cagney@highland.com.au>
489
490 * vm.c, vm_n.c: Fix htab code.
491
492 * vm.c (vm_data_map_read_buffer): Was using EA not RA when reading
493 the data from core.
494
495 * device.c: Fix htab create code.
496
497 Fri Nov 24 23:10:09 1995 Andrew Cagney <cagney@highland.com.au>
498
499 * bits.h, bits.c (EXTRACTED): Convert to function, fix - had &&
500 instead of &.
501
502 * sim-endian.h (SWAP_N), sim-endian-n.h, sim-endian.c: How
503 embarasing - fix yet another bug in the swap code! Simplify
504 everything by using more functions. Add host to big-endian byte
505 swapping support.
506
507 Fri Nov 24 23:10:09 1995 Andrew Cagney <cagney@highland.com.au>
508
509 * devices.h, devices.c: delete, replaced by the files
510 device_table.[ch] and device.[ch].
511 * device_tree.h, device_tree.c: ditto
512
513 * device_table.h, device_table.c: New files. Contain a table of
514 devices.
515
516 * device.h, device.c, Makefile.in, std-config.h (DEVICE_INLINE),
517 options.c (print_options): New files. Define the device object
518 along with any attached properties.
519
520 * device_tree.h, device_tree.c: Update to use new device object.
521 For convenience, change the printd functions into device_tree_add
522 functions.
523
524 * psim.c (create_*_tree): Use new device_tree create functions.
525
526 * corefile.h, corefile.c corefile-n.h (core_n.h): Update to use
527 the new device.h / device_table.h interface. Rename core_n.h to
528 corefile-n.h to be consistent with other n files.
529
530 * Makefile.in (run): add corefile-n.h to dependencies for
531 corefile.
532
533 * basics.h (device_instance), device.h, device.c, device_table.h,
534 device_table.c: Add the concept of a device instance and operators
535 on these instances - corresponds to ihandle in OpenBoot speak.
536 Don't yet implement it.
537
538 Tue Nov 14 12:27:08 1995 Andrew Cagney <cagney@highland.com.au>
539
540 * emul_generic.h, emul_generic.c (emul_syscall_enter,
541 emul_syscall_exit): rename from emul_enter_call /
542 emul_exit_call. As only used by emul_do_system_call simplify
543 associated code.
544
545 * os_emul.h, os_emul.c, emul_generic.h: Correct and fill an
546 os_emul interface.
547
548 * os_emul.c, emul_bugapi.h, emul_bugapi.c, Makefile.in: Add
549 preliminary hooks for a kernel mode rom emulation.
550
551 * cap.h (new), cap.c (new): Capability data base. Some emulations
552 pass object identifiers (capabilities?) to/from the simulated code
553 (for instance the phandle in OpenBoot). The cap object is able to
554 check/map between internal and external (target program)
555 representations of each identifier.
556
557 * os_emul.c, emul_chirp.h, emul_chirp.c, Makefile.in: Add
558 preliminary hooks for a kernel mode IEEE-1275 emulation.
559
560 * cpu.h, cpu.c (cpu_create, cpu_os_emulation, cpu): Add os_emul to
561 list of arguments passed in when creating a cpu. Grant access to
562 the element.
563
564 * std-config.h (OS_EMUL_INLINE), options.c (print_options),
565 inline.h, inline.c: New to allow control over inline of
566 corresponding code files.
567
568 * ppc-instructions (instruction_call): Add illegal instruction to
569 call the instruction-call emulation handler.
570
571 * interrupts.c (system_call_interrupt): Call renamed
572 os_emul_system_call function().
573
574 * emul_netbsd.c: Update to interface to generic emulation. Since
575 all its functions are called via a table don't worry about any
576 inline.
577
578 * emul_generic.h, emul_generic.c, spa-*(delete): Remove references
579 and code for spa, no longer to be used.
580
581 * psim.c (create_chirp_device_tree): Fill out what was previously
582 the openboot create function so that it starts to create a full
583 OpenBoot device tree.
584
585 Tue Nov 28 21:48:06 1995 Andrew Cagney <cagney@highland.com.au>
586
587 * debug.h, debug.c: pte trace is made redundant by htab trace,
588 delete it. Add vm to list of options. Simplify tracing output so
589 lines are not as long.
590
591 Tue Nov 14 12:27:08 1995 Andrew Cagney <cagney@highland.com.au>
592
593 * events.h, events.c (event_queue_init), psim.c (psim_init): (re)
594 initialize the event queue.
595
596
597
598
599
600
601 Tue Nov 28 13:38:26 1995 Michael Meissner <meissner@tiktok.cygnus.com>
602
603 * sim-endian.h: Look at WORDS_BIGENDIAN to determine if the host
604 is big endian or little endian. For SWAP_n, use htonl/htons if
605 host is little endian, not big endian and if WITH_NTOH is defined.
606
607 * configure{,.in} (--enable-sim-model-issue): Instead of defining
608 0/1, define it to be MODEL_ISSUE_{PROCESS,IGNORE}. Add
609 AC_C_BIGENDIAN to determine if the host is big endian or not.
610 * config.in: Regenerate.
611
612 * std-config.h (WITH_MODEL_ISSUE): Default to 0.
613 (CURRENT_MODEL_ISSUE): Reference WITH_MODEL_ISSUE, and if that is
614 0, use current_model_issue.
615 (MODEL_ISSUE_{PROCESS,IGNORE}): Define as -1/1.
616
617 * psim.c (current_model_issue): New global variable.
618
619 * cpu.c (cpu_create): Use CURRENT_MODEL_ISSUE > 0 instead of
620 WITH_MODEL_ISSUE.
621 (cpu_{init,halt}): Ditto.
622 * mon.c (mon_print_info): Ditto.
623 * ppc-instructions (PPC_INSN_* macros, branch handling): Ditto.
624
625 * mon.c (mon_print_info): Print instructions/second if verbose > 0,
626 rather than > 1.
627
628 * main.c (main): Set current_model_issue to MODEL_ISSUE_PROCESS if
629 the -I switch is used.
630 * sim_calls (sim_open): Ditto.
631
632 * ppc-instructions (model support): Add support for determining
633 when we don't have enough writeback slots. Add tracing for the
634 beginning of each cycle.
635
636 Mon Nov 27 17:46:33 1995 Michael Meissner <meissner@tiktok.cygnus.com>
637
638 * mon.c: Check for whether to include sys/types.h and sys/time.h.
639
640 * configure.in: Check for include files sys/types.h and
641 sys/time.h.
642 * configure: Regenerate.
643 * config.in: Regenerate.
644
645 * cpu.h (CONST_ATTRIBUTE): Define as __attribute__((__const__)) if
646 not already defined.
647 (cpu_system): Use CONST_ATTRIBUTE, so that when we're not inlining
648 the world, the optimizer has a fair chance of CSE'ing function
649 calls.
650 (cpu_{monitor,nr,registers,model}): Ditto.
651
652 * std-config.h (MODEL_INLINE): If not defined, define as 1 if
653 DEFAULT_INLINE is non-zero, 0 otherwise, rather than just the
654 value of DEFAULT_INLINE.
655
656 Fri Nov 24 11:24:34 1995 Michael Meissner <meissner@tiktok.cygnus.com>
657
658 * lf.h (__attribute__): If not GCC and at least 2.7.0, define as
659 nothing.
660 (lf_printf): Add printf __attribute__, so the compiler will
661 automatically check the format string.
662
663 * configure{,.in} (--enable-sim-icache): If argument is define,
664 add -R to flags passed to igen.
665
666 * igen.c (stdlib.h): Include if the system supplies one.
667 (semantics_use_cache_struct): New global for -R flag to say
668 semantics is to use the cache structure directly rather than
669 putting the values into local variables.
670 (first_undef, last_undef): New structures to remember names to
671 #undef if -R.
672 (lf_print_c_extraction): If -R and this is semantics, emit names
673 as #defines pointing to the cache structure, rather than loading
674 the values into local variables.
675 (lf_print_c_semantic_function): If -R, #undef all of the names
676 defined in lf_print_c_extraction.
677 (main): Recognize -R.
678
679 * idecode_fields.h (SPR_*): Redefine spr_* macros as SPR_* to
680 avoid a name confict if -R passed to igen.
681
682 * ppc-instructions (mfspr, mtspr): Rename spr field to SPR.
683 (model_data): Add field to count the various # of CRs that the
684 mtcrf instruction used.
685 (model_mon_info): Return structures counting the # of CRs that the
686 mtcrf instruction used.
687 (branches, sync instructions): Do not call model functions if
688 WITH_MODEL_ISSUE is 0.
689
690 * mon.c (stdlib.h): Include if the system supplies one.
691 (mon_sort_instruction_names): New function to sort instruction
692 names alphabetically.
693 (mon_print_info): Call qsort with mon_sort_instruction_names to
694 sort instruction names. Don't abort if WITH_MODEL_ISSUE is 0.
695
696 * debug.h (ITRACE): Make printf_filtered arguments type correct.
697 * idecode_expression.h (CR0_COMPARE): Ditto.
698 * psim.c (psim_read_register): Ditto.
699
700 * igen.c (lf_print_my_prefix): Use __attribute__((__unused__)) to
701 silence compiler warnings about unused automatically generated
702 variables.
703 (lf_print_c_extraction): Ditto.
704 * idecode_expression.h (FPSCR_BEGIN): Ditto.
705
706 * ppc-cache-rules: Define rules for making a bitmask for all
707 registers.
708
709 * ppc-instructions: Rewrite model specific functions to use the
710 bitmask of the register number, instead of using the register
711 pointer to get the register number, and then making the bitmask.
712
713 Wed Nov 22 15:24:27 1995 Michael Meissner <meissner@tiktok.cygnus.com>
714
715 * ppc-instructions (model_branches): Add conditional argument to
716 count the number of times each type of conditional branch is used.
717 (conditional branches): Pass B0 or -1 to model_branches.
718 (model_mon_info): Print out conditional branch counts.
719 (model-data): Add support for printing out conditional branch
720 types.
721
722 Tue Nov 21 16:31:25 1995 Michael Meissner <meissner@tiktok.cygnus.com>
723
724 * igen.c (insn_table_load_insns): Add support for model-static for
725 internal functions that should not be inlined.
726 (lf_print_c_semantic): Remove model_cleanup.
727 (gen_model_{c,h}): Ditto.
728
729 * ppc-instructions: Redo model specific support once again. Add
730 floating point support to the model specific information. Flesh
731 out all of the floating mutiply add/subtract instructions. Add
732 better tracing support to the model specific information.
733
734 Sun Nov 19 23:00:52 1995 Michael Meissner <meissner@tiktok.cygnus.com>
735
736 * ppc-instructions (model data, model_busy): Rather than using a
737 bit mask for the busy units, just use a char array. Also, only
738 support 2 function units an insn can use, rather than a loop.
739
740 Fri Nov 17 14:08:08 1995 Michael Meissner <meissner@tiktok.cygnus.com>
741
742 * table.c (table_entry_read): Move setting entry->line_nr to after
743 the model specific fields so the line numbers for the annex are
744 correct.
745
746 * cpu.c (cpu_{create,init,halt}): Check for WITH_MODEL_ISSUE
747 before calling the model functions.
748
749 * debug.c (trace_descriptor): Add trace_model support.
750 * debug.h (trace_options): Ditto.
751
752 * igen.c (gen_icache_h): Create type idecode_cache as void if not
753 caching instructions.
754 (gen_model_{c,h}): Drop model_issue support. Add support for
755 model_cleanup.
756 (lf_print_my_prefix): Initialize a const itable_index with the
757 current index.
758 (lf_print_c_semantic): Call model_cleanup at the end of the
759 function to check for instructions that aren't supported yet by
760 the scheduling code.
761
762 * mon.h (count_type): New type for counters.
763 * mon.c: Use count_type instead of unsigned.
764
765 * ppc-instructions: Redo scheduling code once again. Make it all
766 inline friendly. Instead of having general code emitted by igen,
767 go the route of having each semantic routine call the appropriate
768 module.
769
770 Thu Nov 16 09:52:26 1995 Michael Meissner <meissner@tiktok.cygnus.com>
771
772 * table.c (table_entry_read): Allow the annex to have blank lines.
773
774 * ppc-instructions: Change lines in model stuff that just have a
775 tab to just newline. Add 601 support. Document most instructions
776 in terms of model specific timing information. Drop 'FUNCTION'
777 from PPC_FUNCTION_UNIT_xxx enums. Change PPC_UNIT_UNKNOWN ->
778 PPC_UNIT_BAD. Add TRACE(trace_tbd) for all data cache
779 instruction.s. Signal illegal instruciton if data cache block
780 invalidate is issued from problem state.
781
782 * igen.c (max_model_fields_len): New static to keep track of the
783 max size for the model specific fields.
784 (model_c_insn): Use max_model_fields_len to size fields.
785 (insn_table_insert_insn): Set max_model_fields_len.
786 (model_table_insert): Ditto.
787 (gen_model_{c,h}): Model_issue is now called with a processor
788 argument.
789
790 * debug.c (trace_description): Add support for trace_tbd.
791
792 * mon.c (mon_issue): Pass processor argument to model_issue.
793
794 * Makefile.in: Delete all function unit support, since the newer
795 table driven model support replaces it.
796 * cpu.{c,h}: Ditto.
797 * mon.c: Ditto.
798 * inline.{c,h}: Ditto.
799 * std-config.h: Ditto.
800 * options.c: Ditto.
801 * configure{,.in}: Ditto.
802 * Makefile.in: Ditto.
803 * psim.c: Ditto.
804 * function_unit.{c,h}: Delete these now usused files.
805
806 * std-config.h (WITH_MODEL_ISSUE): Add new macro on whether to
807 trace instructions in a model specific manor.
808 * options.c (print_options): Print it out.
809 * configure{,.in}: Add --enable-sim-model-issue option.
810 * Makefile.in: Add --enable-sim-model-issue flags.
811 * igen.c (lf_print_c_semantic): Add call to mon_issue here. Check
812 for WITH_MODEL_ISSUE.
813 * mon.c (mon_issue): Remove call to mon_issue_here.
814
815 * ppc-instructions: Move branch tracing to the actual branch
816 instructions, rather than testing it in model_issue. Add code to
817 code successful/unsuccessful branch predictions, and the number of
818 conditional branches that fell through.
819
820 Wed Nov 15 17:32:13 1995 Michael Meissner <meissner@tiktok.cygnus.com>
821
822 * cpu.h (cpu_model): Add declaration.
823
824 * cpu.c (struct _cpu): Add model_ptr to hold model specific
825 information.
826 (cpu_model): Return the model internal pointer.
827 (cpu_{create,init,halt}): Call the appropriate model function.
828
829 * inline.c (mon.c): Move include of mon.c after model.c.
830
831 * mon.c (_cpu_mon): Add fields to count unaligned memory
832 references.
833 (mon_issue): Call model_issue, not function_unit_issue.
834 (mon_{read,write}): Count # of unaligned memory accesses.
835 (mon_print_info): Switch to calling model_mon_info and
836 model_mon_info_free instead of function_unit version. Print out
837 number of unaligned reads/writes.
838
839 * {ppc-instructions,igen.c}: More global changes to add model
840 specific features.
841
842 * inline.{c,h}: Provide for inlining options.c.
843 * options.{c,h}: Ditto.
844 * std-config.h: Add OPTIONS_INLINE.
845
846 Tue Nov 14 04:47:25 1995 Michael Meissner <meissner@tiktok.cygnus.com>
847
848 * Makefile.in (devices.o, main.o): Update dependency.
849
850 * igen.c (gen_model_h): Use correct variable in loop.
851 (gen_model_c): Use strcmp, strcasecmp.
852 (gen_model_c): Use EXTERN_MODEL for arrays.
853 (gen_model_h): Use STATIC_MODEL for arrays.
854 (lf_print_c_semantic_function_header): Delete unused function.
855
856 * main.c (cpu.h): Include cpu.h to get model.h.
857
858 * inline.h ({EXTERN,STATIC}_MODEL): Define.
859
860 Mon Nov 13 09:14:13 1995 Michael Meissner <meissner@tiktok.cygnus.com>
861
862 * igen.c ({insn,model}_table_fields): Spell mnemonic correctly.
863 (gen_itable_h,itable_c_insn): Ditto.
864 (model support): Move model support around, add support for
865 model-data, model-internal. Use annex field for model-macros
866 now.
867
868 * configure.in (--enable-sim-inline): If --enable-sim-inline=no,
869 also define INLINE as nothing.
870 * configure: Regenerate.
871
872 * std-config.h (INLINE): Rather than nuking INLINE, only define it
873 as __inline__ if any of the INLINE flags are non-zero.
874
875 * options.c (print_options): Print out WITH_XOR_ENDAIN.
876
877 Mon Nov 13 23:03:45 1995 Andrew Cagney <cagneyhighland.com.au>
878
879 * ppc-instructions (rfi): Add missing code.
880
881 * cpu.c (cpu_get_time_base): Fix calculation of current value of
882 time base register.
883
884 * ppc-spr-table (TBL, TBU): Fix TBL/TBU entries - was confusing
885 m[tf]tb with m[tf]spr.
886
887 * ppc-instructions (mtspr, mfspr): Fix mttbl - wasn't storing
888 lower word.
889
890 Mon Nov 13 21:35:37 1995 Andrew Cagney <cagneyhighland.com.au>
891
892 * std-config.h (INLINE, STATIC_INLINE): Was being set to static
893 inline.. Only problem being that with ppc-opcode-simple this gave
894 it the chance to inline all the idecode functions with potentially
895 disasterous results on a 16mb PC. For moment hobble INLINE.
896
897 * configure.in, std-config.h (WITH_SMP): Make that 5 processors by
898 default ...
899
900 * configure.in: Tweek flags passed to gcc for --with-sim-warnings.
901 Firstly make them errors and secondly remove the options gcc-245
902 doesn't reconize.
903
904 Mon Nov 13 17:57:24 1995 Andrew Cagney <cagney@highland.com.au>
905
906 * misc.c (zalloc), cpu.c (cpu_init), devices
907 (console_io_read_buffer_callback, icu_io_read_buffer_callback,
908 vm_io_read_buffer_callback), main.c (zalloc), mon.c (memset),
909 sim_calls.c (zalloc) : replace bzero() with memset().
910
911 * emul_netbsd.c (write_direntries), psim.c (psim_read_register,
912 psim_write_register): replace bcopy() with memcpy().
913
914 Sun Nov 12 20:55:41 1995 Andrew Cagney <cagneyhighland.com.au>
915
916 * configure.in: for --disable-sim-inline (--enable-sim-inline=no),
917 force DEFAULT_INLINE to 0 rather then trusting the std
918 configuration.
919
920 Sun Nov 12 20:55:41 1995 Andrew Cagney <cagneyhighland.com.au>
921
922 * igen.c (lf_print_idecode_table, idecode_table_leaf): Fix
923 generation of switch entries in tables - treat the same as
924 cracking/semantic functions.
925
926 * igen.c (idecode_switch_end, idecode_switch_leaf): Fix generation
927 of a boolean switch statement (field zero or non-zero).
928
929 * ppc-opcode-test-1, ppc-opcode-test-2: New files. These test the
930 switch/table generation ability of igen.
931
932 * igen.c (idecode_switch_leaf): Fix code output when a switch
933 statement needs to look up a table.
934
935 * igen.c (idecode_declare_if_switch): New function called from
936 gen_idecode_c - need to declare any idecode switch functions
937 before they are used in idecode tables.
938
939 * igen.c (lf_print_c_cracker_function, idecode_crack_leaf,
940 idecode_crack_insn): Add is_inline_function argument to code
941 printing cracker functions which indicates if STATIC_IDECODE or
942 STATIC_INLINE_IDECODE should be used for definition. For
943 idecode_crack_insn (which implies not duplicating/expanding) don't
944 declare function as inline - we assume that the only time this is
945 code is generated is when things are being tested. For
946 idecode_crack_leaf, make static (instead of INLINE) if the
947 instructions parent is a table as function will always be called
948 via a table.
949
950 * igen.c (idecode_expand_if_switch): Declare as STATIC_IDECODE not
951 STATIC_INLINE_IDECODE. Only the outermost idecode switch will be
952 called directly, all others are called via a table.
953
954 * igen.c (lf_print_semantic_function_header, semantics_h_leaf,
955 semantics_h_insn, semantics_h_function,
956 lf_print_c_semantic_function, semantics_c_function): Add
957 is_inline_function argument to lf_print_semantic_function_header
958 to indicate if an inline or static function declaration/definition
959 should be output. Depending on situtation call accordingly:
960 functions (not instruction semantic routines) are always inline;
961 Semantic routines are made inline when there is no icache (cache
962 will contain the function address) and are duplicating (see above)
963 and the parent of the instruction is a switch statement.
964
965 * igen.c (opcode_field_new): Delete. Code changed to use ZALLOC
966 and moved to insn_table_find_opcode_field.
967
968 * table.c (table_open): Fix typo (nr_model_fields vs nr_fields).
969
970 * igen.c (model_c_insn): Suggestion - document the name of the
971 instruction on each line of the instruction model table.
972
973 Fri Nov 10 00:44:38 1995 Andrew Cagney <cagneyhighland.com.au>
974
975 * emul_netbsd.c (do_ioctl): Cleanup compilation.
976
977 * sim_callbacks.h (__attribute__): Only define if not defined (was
978 already defined on NetBSD host).
979
980 Wed Nov 8 21:49:52 1995 Andrew Cagney <cagneyhighland.com.au>
981
982 * std-config.h (WITH_XOR_ENDIAN), configure.in, Makefile.in: New
983 macro, indicates if the PowerPC's horrible XOR endian mode should
984 be suported. Add to configure and make.
985
986 * vm_n.h (vm_data_map_read_N, vm_data_map_write_N), vm.c
987 (vm_instruction_map_read): If XOR endian, xor the address
988 with a value from an xor table (indexed by size of access).
989
990 * vm.c (vm_synchronize_context), cpu.c (cpu_synchronize_context):
991 set up xor table to xor if there is a conflict between the
992 CURRENT_TARGET_ENDIAN and the endian indicated in the MSR. Move
993 check of suported change of endian mode from cpu.c to vm.c.
994
995 * vm.c (vm_data_map_write_buffer, vm_data_map_read_buffer):
996 Hopefully added correct hack to handle XOR endian mode.
997
998 FIXME: If NONSTRICT alignment and XOR ENDIAN and MSR indicates
999 little endian mode, the model accepts miss aligned transfers.
1000
1001 FIXME: Need to create an `init' device that, during
1002 initializatioin for XOR mode, it mushes (XOR address) all the dma
1003 data before passing it on to the core for storage. Just like the
1004 real thing really.
1005
1006 Wed Nov 8 21:49:52 1995 Andrew Cagney <cagneyhighland.com.au>
1007
1008 * devices.c (halt_io_write_buffer_callback): Use value written to
1009 halt device to determine exit status. Thus allowing
1010 success/failure of OEA tests.
1011
1012 Wed Nov 8 00:10:38 1995 Andrew Cagney <cagneyhighland.com.au>
1013
1014 * ppc-instructions (icbi): If icache present flush it.
1015
1016 Tue Nov 7 23:36:31 1995 Andrew Cagney <cagneyhighland.com.au>
1017
1018 * devices.c (htab_init_callback): Add code to create htab/pte.
1019
1020 * devices.c (dma_file, file_init_callback, htab_init_callback):
1021 New function - Dma the named file into memory at the specified
1022 address. Use.
1023
1024 * device_tree.h, device_tree.c (scand_*): New functions.
1025
1026 Tue Nov 7 23:36:31 1995 Andrew Cagney <cagneyhighland.com.au>
1027
1028 * filter_filename.c, Makefile.in: Change so that only dependant on
1029 a very limited nr of files. Stops an unnecessary dependency.
1030
1031 Tue Nov 7 15:44:33 1995 Andrew Cagney <cagney@highland.com.au>
1032
1033 * core.c (core_map_find_mapping): Use cpu_halt rather than error
1034 to abort an access to an undefined address.
1035
1036 Sun Nov 12 07:58:09 1995 Michael Meissner <meissner@tiktok.cygnus.com>
1037
1038 * igen.c (model_table_insert_{macro,function}): New functions.
1039 (insn_table_load_insns): Call them.
1040 (gen_model_h): Move section emiting model-macros to be first.
1041 (model_{c,h}_function): New functions cloned from semantic
1042 functions to print out the prototype and function for
1043 model-functions.
1044 (gen_model_{c,h}): Print out model-functions.
1045
1046 * ppc-instructions (model_{start,halt,print_info}): Add dummy
1047 model-functions.
1048
1049 * options.c (print_options): Print out WITH_{,DEFAULT_}MODEL, not
1050 WITH_PPC_{,DEFAULT_}_MODEL.
1051 (options_ppc): Delete now unused function.
1052 (cpu.h): Include cpu.h, not just basics.h.
1053
1054 * std-config.h (WITH_{,DEFAULT_}MODEL): Define.
1055
1056 * igen.c (model_macros, last_model_macro): New statics to keep
1057 track of macros to go in model.h.
1058 (insn_table_load_insns): Add model-macros to model_macros linked
1059 list.
1060 (model_table_fields): Add field for printable name.
1061 (gen_model_h): If there are model macros defined, print them out.
1062 Print out DEFAULT_MODEL as the first model if there any models
1063 specified, otherwise MODEL_NONE. Print out external decl for
1064 current_model. Print out decl for model_set.
1065 (gen_model_c): Add function model_set. Switch to use printable
1066 name for the model, not the internal identifier used.
1067
1068 * psim.c (current_model): New global variable.
1069
1070 * ppc-instructions: Add macros for flag defines. Switch first
1071 model so 604 is first.
1072
1073 * main.c (main): Call model_set, not function_unit_model.
1074 * sim_calls.c (sim_open): Ditto.
1075 * sim_calls.c, Makefile.in: sim_calls.c now includes cpu.h.
1076
1077 Sat Nov 11 07:27:41 1995 Michael Meissner <meissner@tiktok.cygnus.com>
1078
1079 * mon.h (mon_events): New enumeration for other events we want to
1080 handle.
1081 (mon_event): Add declaration for function.
1082
1083 * mon.c (mon_event): New function.
1084 (mon_print_info): Print icache misses.
1085
1086 * psim.c (run_until_stop): Monitor icache misses.
1087
1088 * configure.in (--enable-sim-inline): Fix typos in handling comma
1089 separated inline options.
1090 (--enable-sim-icache): Echo icache size.
1091 * configure: Regenerate.
1092
1093 * igen.c (semantics_h_print_function): Emit STATIC_SEMANTICS
1094 instead of INLINE_SEMANTICS so that the compiler won't keep all of
1095 the semantic functions as inline RTL, given that the address of
1096 the function is taken which forces outline calls anyway.
1097 (lf_print_c_semantic_function_header): Ditto.
1098 (gen_semantics_h): Define STATIC_SEMANTICS as nothing if not
1099 defined.
1100 (lf_print_c_cracker_function): Emit STATIC_IDECODE instead of
1101 STATIC_INLINE_IDECODE.
1102 (gen_idecode_c): Define STATIC_IDECODE if not defined.
1103 (gen_model_h): Use #ifdefs to define types to hold model units,
1104 cycles, and flags.
1105 (model_table_insert): Add a sentinel functional unit at the end to
1106 simplify loop processing.
1107 (model_c_insn): Use <function-unit>_SENTINAL instead of 0 for any
1108 instruction not specifing a function unit for the current model.
1109 (gen_model_{c,h}): Provide bounds for model_time_mapping.
1110
1111 * inline.h (STATIC_SEMANTICS): Define to be static if
1112 SEMANTICS_INLINE is defined.
1113 (STATIC_IDECODE): Define to be static if IDECODE_INLINE is
1114 defined.
1115
1116 * options.c (print_options): Fix typo.
1117
1118 Fri Nov 10 06:39:46 1995 Michael Meissner <meissner@tiktok.cygnus.com>
1119
1120 * configure.in (--enable-sim-{opcode,config}): Use $srcdir when
1121 check for the existence of files.
1122 * configure: Regenerate.
1123
1124 * table.c (table): New field nr_model_fields.
1125 (table_open): New parameter nr_model_fields.
1126 (table_entry_read): Parse model fields that begin with a '*' after
1127 each instruction.
1128 * igen.c, dgen.c: Change callers of table_open.
1129
1130 * igen.c: Add support for dumping model specific information in
1131 model.h and model.c.
1132 (insn_field_name): Delete unused array.
1133 (global variables): Make global variables static, so we can tell
1134 when they are no longer used.
1135 (cache_semantic_actual): Delete unused variable.
1136 (insn_table_load_insns): If the insn is really a machine model,
1137 call model_table_insert instead of other processing.
1138 (model_table_insert): New function to handle defining the
1139 functional units of a particular machine model.
1140 (insn_table): Add last_function field so we can add functions at
1141 the end.
1142 (insn_table_insert_function): Use last_function field when
1143 appending new function.
1144
1145 * ppc-instructions: Add a few model specific information for 603,
1146 603e, and 604 for testing purposes.
1147
1148 * table.h (table_model_entry): New linked list to hold model
1149 specific information, one per line.
1150 (table_entry): Add model_first, model_last fields.
1151
1152 * configure.in (--enable-sim-inline): If gcc is found and
1153 --enable-sim-inline is not specified, defaine DEFAULT_INLINE to 1,
1154 not 2.
1155 (--enable-sim-reserved-bits): New switch to check whether reserved
1156 bits are set in the instruction.
1157 (--enable-sim-opcode): Make complex the default.
1158 (all switches): Add appropriate checks and error messages.
1159 * configure: Regenerate.
1160
1161 * Makefile.in (RESERVED_CFLAGS): New variable set by
1162 --enable-sim-reserved-bits.
1163 (CONFIG_CFLAGS): Include RESERVED_CFLAGS.
1164 (BUILT_SRC): igen now generates model.c and model.h.
1165 (LIB_OBJ): Include table.o.
1166 (tmp-igen): Add -m/-M options to write model.c/model.h.
1167 (model.o): New object.
1168 (CPU_H): Include model.h.
1169
1170 * cpu.h: Include model.h.
1171
1172 * std-config.h (WITH_RESERVED_BITS): Define.
1173 (MODEL_INLINE): Ditto.
1174
1175 * options.c (print_options): Print out WITH_RESERVED_BITS.
1176
1177 Thu Nov 9 12:22:15 1995 Michael Meissner <meissner@tiktok.cygnus.com>
1178
1179 * configure.in: If --silent, don't output information messages.
1180 * configure: Regenerate.
1181
1182 * configure.in (--enable-sim-alignment): Fix typo in specifing non
1183 strict alignment.
1184 (--enable-sim-switch): Make default on.
1185 (--enable-sim-duplicate): Make default on.
1186 (--enable-sim-smp): Make default 0.
1187 (--enable-sim-mon): Don't set sim_float if not set.
1188 (--enable-sim-inline): If gcc is found and --enable-sim-inline is
1189 not specified, define DEFAULT_INLINE to be 2.
1190 (all --enable-sim-* rules): Echo rules set to non empty to file
1191 descriptor 6.
1192 * configure: Regenerate.
1193
1194 * options.c (options_env): Fix typo if WITH_ENV is 0.
1195 (print_options): Print GCC compiler version if available and
1196 date/time options was compiled. If OPCODE_RULES, IGEN_FLAGS,
1197 and/or DGEN_FLAGS are defined, print them.
1198
1199 * Makefile.in (all link actions): Pass SIM_CFLAGS as well as
1200 CFLAGS.
1201 (options.o): Compile options.o with OPCODE_RULES, IGEN_FLAGS, and
1202 DGEN_FLAGS defined, so they can be printed out.
1203
1204 * igen.c (lf_print_c_validate): Check for WITH_ASSERT, so that
1205 this test can be compiled away if the user really wants a fast
1206 simulator by not doing assertion failures.
1207
1208 Wed Nov 8 13:19:47 1995 Michael Meissner <meissner@tiktok.cygnus.com>
1209
1210 * options.c: New file to print out all of the WITH_ options.
1211 * options.h: New include file to declare print_options.
1212 * debug.h (trace_options): Add trace_opts to call print_options.
1213 * debug.c (trace_description): Add trace_opts support.
1214 * main.c (main): If user requested options, print them.
1215 * sim_calls.c (sim_open): Ditto.
1216
1217 * igen.c (opcode_field_new): Add void to make it a proper prototype.
1218
1219 * emul_generic.c (emul_enter_call): Make printf_filtered arguments
1220 type correct.
1221 * emul_netbsd.c (do_kill): Ditto.
1222 * registers.c (registers_dump): Ditto.
1223 * vm.c (om_translate_effective_to_real): Ditto.
1224 * vm_n.h (vm_data_map_read_N): Ditto.
1225 (vm_data_map_write_N): Ditto.
1226 * devices.h (DTRACE_INIT): Ditto.
1227 (DTRACE_{ATTACH,DETACH}_ADDRESS): Ditto.
1228 (DTRACE_IO_{READ,WRITE}_BUFFER): Ditto.
1229 (DTRACE_DMA_{READ,WRITE}_BUFFER): Ditto.
1230 * devices.c (update_for_binary_section): Ditto.
1231 (write_stack_arguments): Ditto.
1232 (stack_ioctl_callback): Ditto.
1233 * device_tree.c (device_tree_add_passthrough): Ditto.
1234 (device_tree_{add,find}_device): Ditto.
1235 (device_tree_{add,find}_integer): Ditto.
1236 (device_tree_find_{string,boolean}): Ditto.
1237 (device_tree_init{,_device}): Ditto.
1238 (device_tree_dump): Ditto.
1239 * sim_calls.c (sim_{read,write}): Ditto.
1240 (sim_{fetch,store}_register): Ditto.
1241 (sim_stop_reason): Ditto.
1242
1243 * sim_callbacks.h (printf_filtered): Declare with attribute
1244 printf, so we can enable format checks.
1245
1246 * devices.c (console_io_{read,write}_buffer_callback): Cast swtich
1247 argument to int, since ANSI doesn't allow long switch values.
1248 * emul_netbsd.c (do___sysctl): Ditto.
1249
1250 * emul_netbsd.c (do___sysctl): Fix up printf call.
1251
1252 * corefile.c (core_translate): Don't do arithmetic with void *
1253 pointers. Cast to char * first.
1254
1255 * function_unit.c (FUNC_{LOAD,STORE}): Rename from {LOAD,STORE}
1256 and change all uses.
1257
1258 * Makefile.in ({FUNC,MODEL,WARNING}_CFLAGS): New flags set by
1259 configure --enable switches.
1260 (CONFIG_CFLAGS): Include FUNC_CFLAGS and MODE_CFLAGS.
1261 (.c.o): Include WARNING_CFLAGS.
1262 (CPU_H): Include function_unit.h.
1263 (LIB_OBJ): Include function_unit.o.
1264 (BUILT_SRC_WO_CONFIG): Split from BUILT_SRC and do not include
1265 config.h or ppc-config.h.
1266 (BUILT_SRC): Include BUILT_SRC_WO_CONFIG, config.h and
1267 ppc-config.h.
1268 (filter_filename.o): Include config.h/ppc-config.h dependencies.
1269 (idecode.o, semantics.o, psim.o): Specify CC line without
1270 WARNING_CFLAGS so that we don't get all of the unused variable
1271 warnings that are generated.
1272 (function_unit.o): Add rule to build.
1273 (main.o, sim_calls.o): Add function_unit.h, itable.h dependencies.
1274 (mon.o): Include mon.c dependency.
1275 (TAGS): Depend on BUILT_SRC.
1276 (clean): Don't delete config.h or ppc-config.h
1277
1278 * basics.h (sim_callbacks.h): Move include after the include of
1279 config.h and ppc-config.h.
1280
1281 * bits.{h,c} (ROTL32,ROTL64): Move these functions to bits.c. Add
1282 support for BITS_INLINE to inline these. Add declarations to
1283 bits.h.
1284
1285 * configure.in (--enable-sim-warnings): Add new option to specify
1286 compiler warnings for all modules except idecode.o and semantics.o
1287 which have lots of unused variables because they are machine
1288 generated.
1289 (--enable-sim-function-unit): New switch to configure whether
1290 function unit support is compiled in or not.
1291 (--enable-sim-{,default-}mode): New switches to control which cpu
1292 model is used.
1293 * configure: Regenerate.
1294
1295 * corefile.c (core_attach_address_callback): Delete unused
1296 variable device_address.
1297
1298 * cpu.c (struct _cpu): Add function unit pointer field func_unit.
1299 (cpu_create): If WITH_FUNCTION_UNIT, call function_unit_create.
1300 (cpu_init): If WITH_FUNCTION_UNIT, call function_unit_init.
1301 (cpu_halt): If WITH_FUNCTION_UNIT, call function_unit_halt.
1302 (cpu_function_unit): New function to return func_unit field.
1303
1304 * cpu.h (function_unit.h): Include new include file.
1305 (cpu_function_unit): Declare.
1306
1307 * debug.c (stdlib.h): Test HAVE_STDLIB_H, not HAVE_STDLIB.
1308 (config.h): Include config.h.
1309
1310 * devices.c (icu_io_write_buffer_callback): Delete unused variable
1311 system.
1312
1313 * emul_generic.c (emul_exit_call): Print out status value.
1314
1315 * emul_netbsd.c (do_read): Delete unused variable nr_moved.
1316
1317 * filter_filename.h (includes): Include config.h, ppc-config.h,
1318 not basics.h.
1319
1320 * inline.c: Include bits.c if BITS_INLINE. Include
1321 function_unit.c if FUNCTION_UNIT_INLINE.
1322
1323 * inline.h (INLINE_BITS): Define if BITS_INLINE.
1324 (INLINE_FUNCTION_UNIT): Define if FUNCTION_UNIT_INLINE.
1325
1326 * interrupts.c (instruction_storage_interrupt): Delete unused
1327 variable nia.
1328
1329 * lf.h (config.h): Include config.h.
1330
1331 * main.c (includes): Include function_unit.c. If HAVE_UNISTD_H,
1332 include unistd.h.
1333 (usage): Update for -m model, -i, and -I options.
1334 (main): Delete unused variables stack_pointer and i. Add support
1335 for -i, -m model arguments. Call psim_print_info with verbose ==
1336 1 if -i, and verbose == 2 if -I.
1337
1338 * mon.c (stdio.h): Include stdio.h to pick up sprintf prototype.
1339 (mon_issue): Call function_unit_issue if function units are
1340 supported.
1341 (mon_print_info): Take psim * argument. Print out information
1342 from function_unit if available. Move read/write stats to always
1343 print, instead of printing if verbose > 1. Fix up plural
1344 vs. singular usage.
1345
1346 * mon.h (mon_print_info): Update prototype.
1347
1348 * psim.c (current_ppc_model): Add global variable.
1349 (psim_print_info): Pass system argument to mon_print_info.
1350
1351 * sim_calls.c (function_unit.h): Include.
1352 (sim_open): Add support for -i and -m model options. If -i call
1353 psim_print_info with verbose == 1, if -I, with verbose == 2.
1354 (sim_resume): Delete unused variable program_counter.
1355
1356 * std-config.h (WITH_FUNCTION_UNIT): Define.
1357 (ppc_model): Add enumeration giving all PowerPC models currently
1358 known about.
1359 ({WITH,CURRENT}_PPC_MODEL): Define.
1360 (FUNCTION_UNIT_INLINE): Define.
1361
1362 * table.c (config.h): Include config.h.
1363
1364 * vm.c (om_virtual_to_real): Print pte_word_{0,1} so the compiler
1365 doesn't complain that they're unused.
1366
1367 * vm_n.h (vm_data_map_read_N): Delete unused variable rval.
1368
1369 Mon Nov 6 23:15:54 1995 Andrew Cagney <cagney@highland.com.au>
1370
1371 * sim-endian.c (ppc-endian.c), sim-endian.h (ppc-endian.h):
1372 renameed. These files are target independant.
1373 * Makefile.in, basics.h: update for new name.
1374
1375 * sim-endian.h (SWAP_N), sim-endian.c (_SWAP_1): Rename existing
1376 SWAP_<N> to _SWAP_<N> so that sim-endian.h can contain SWAP_N
1377 macro's as required.
1378
1379 * sim-endian.c, sim-endian-n.h (new file): Move endian code into a
1380 debugable header file.
1381
1382 * ppc-instructions (Byte-Reverse): Enable byte reverse
1383 instructions using SWAP_N macros.
1384
1385 Mon Nov 6 10:39:28 1995 Michael Meissner <meissner@tiktok.cygnus.com>
1386
1387 * Makefile.in (config.status): Remove references to config.make
1388 and config.hdr.
1389
1390 * config.{make,hdr}: Delete, no longer used.
1391 * build-psim: Ditto.
1392
1393 Mon Nov 6 20:49:56 1995 Andrew Cagney <cagney@highland.com.au>
1394
1395 * sim_calls.c (sim_open): Fix parsing of `target sim' options.
1396
1397 * device_tree.c (device_tree_add_string): Wasn't saving the value
1398 of the string being entered into the tree.
1399
1400 * psim.c (create_filed_device_tree): Not terminating string device
1401 names with a null.
1402
1403 * psim.c (psim_create): Use `env' instead of
1404 `environment-architecture' to be consistent with configure.
1405 Reconize user/uea, virtual/vea and operating/oea.
1406
1407 Sat Nov 4 12:29:45 1995 Fred Fish <fnf@cygnus.com>
1408
1409 * core.c: Rename to corefile.c
1410 * core.h: Rename to corefile.h
1411 * inline.c: Include corefile.h, renamed from core.h.
1412 * cpu.h: Include corefile.h, renamed from core.h
1413 * vm.c: Include corefile.h, renamed from core.h
1414 * corefile.c: Include corefile.h rather than core.h
1415 * README.psim (KNOWN PROBLEMS): Change core.* references to corefile.*
1416 references.
1417 * Makefile.in (CPU_H): Change core.h to corefile.h
1418 (vm.o): Change dependency to corefile.h
1419 (LIB_SRC): Change core.c to corefile.c.
1420 (LIB_OBJ): Change core.o to corefile.o.
1421 (corefile.o): Change dependencies to corefile.c, corefile.h.
1422
1423 Fri Nov 3 11:37:24 1995 Michael Meissner <meissner@tiktok.cygnus.com>
1424
1425 * ppc-instructions (data cache instructions): Make all data cache
1426 instructions nops instead of invalid instructions.
1427
1428 * Makefile.in (CONFIG_CFLAGS): Add ALIGNMENT_CFLAGS and
1429 TIMEBASE_CFLAGS which weren't included.
1430
1431 Thu Nov 2 08:54:04 1995 Michael Meissner <meissner@tiktok.cygnus.com>
1432
1433 * Makefile.in: Uncomment built file dependencies.
1434
1435 * configure.in: Rewrite --enable-sim switch handling to use the
1436 autoconf builtins so it works correctly if the configure or
1437 Makefile.in files are modified and make decides to rebuild
1438 Makefile. Also document all of the --enable-sim switches
1439 supported. Check whether getrusage and sys/resource.h are
1440 supported.
1441 * config.in: Regenerate.
1442 * configure: Regenerate.
1443 * Makefile.in: Add support for all of the variables set with
1444 --enable-sim switches.
1445
1446 * Makefile.in (clean): make clean now removes all built sources as
1447 well.
1448
1449 * cpu.c: Use HAVE_STRING_H, HAVE_STRINGS_H, HAVE_UNISTD_H,
1450 HAVE_TIME_H, HAVE_SYS_TIMES_H, HAVE_SYS_RESOURCE_H defined in
1451 the generated config.h.
1452 * debug.c: Ditto.
1453 * device_tree.c: Ditto.
1454 * devices.c: Ditto.
1455 * dgen.c: Ditto.
1456 * emul_netbsd.c: Ditto.
1457 * igen.c: Ditto.
1458 * lf.c: Ditto.
1459 * misc.c: Ditto.
1460 * psim.c: Ditto.
1461 * registers.c: Ditto.
1462 * sim_calls.c: Ditt.
1463 * table.c: Ditto.
1464
1465
1466 * main.c (main): Call psim_print_info with verbose == 2.
1467
1468 * mon.c (mon_print_info): Align the cpu number and number of
1469 instructions fields. Do not print an instruction category if the
1470 CPU did not execute any of those instructions. Print out number
1471 of reads and writes. If getrusage is supported, print out number
1472 of simulated instructins per second.
1473
1474 * configure.in: Add support for --enable-sim-opcode=stupid.
1475 * configure: Regenerate.
1476
1477 Wed Nov 1 23:46:59 1995 Andrew Cagney <cagney@highland.com.au>
1478
1479 * std-config (INLINE_DEVICE_TREE): Don't inline either of
1480 device_tree.c or devices.c. There is no significant gain.
1481
1482 * configure.in, Makefile.in: add --enable-sim-icache=[0-9]* and
1483 IGEN_ICACHE macro.
1484
1485 Wed Nov 1 23:46:59 1995 Andrew Cagney <cagney@highland.com.au>
1486
1487 * igen.c (main), misc.h (target_a2i, i2target), misc.c: Add
1488 functions to convert between target and igen internal bit numbers.
1489 Make IO go through these functions. Add -b (bit size) and -h (high
1490 bit nr) options to igen. Typical usage would be: ./igen -b 16 -h
1491 15 for a 16 bit instruction format with the msb given a number 15.
1492
1493 Wed Nov 1 22:17:32 1995 Andrew Cagney <cagney@highland.com.au>
1494
1495 * dgen.c (main): Was outputting optarg even when it was NULL.
1496
1497 Tue Oct 31 23:48:33 1995 Andrew Cagney <cagney@highland.com.au>
1498
1499 * vm_n.h (vm_data_map_load_N, vm_data_map_store_n), debug.h,
1500 debug.c: Add tracing of load/store unit (virtual) with -t
1501 load-store.
1502
1503 Tue Oct 31 21:44:01 1995 Andrew Cagney <cagney@highland.com.au>
1504
1505 * std-config.h (WITH_ENVIRONMENT): Add USER_ENVIRONMENT which does
1506 not include things such as the time base and events.
1507
1508 * interrupt.c, sim_calls.c, cpu.h, vm.c, configure.in: Add UEA to
1509 all environment switches for above.
1510
1511 * psim.c (psim_create): ditto - new device tree node name is
1512 /options/environment-architecture with values user, virtual and
1513 operating.
1514
1515 Tue Oct 31 21:31:32 1995 Andrew Cagney <cagney@highland.com.au>
1516
1517 * ppc-opcode-stupid: Third example of use of opcode table - this
1518 one expands all mtspr/mfspr and branch instructions. Appears to
1519 give about a 10% gain in performance if everything enabled. Also
1520 takes about 150mb of swap to build.
1521
1522 Wed Nov 1 10:49:48 1995 Michael Meissner <meissner@tiktok.cygnus.com>
1523
1524 * emul_netbsd.c (do_exit): Print arguments and close parenthesis
1525 if tracing, since exit doesn't go through emul_exit_call.
1526 (do_read): Print arguments if tracing.
1527 (do_write): Ditto.
1528 (do_open): Ditto.
1529 (do_break): Ditto.
1530 (do_kill): Ditto.
1531 (do_dup): Ditto.
1532 (do_sigprocmask): Replace trace with printing arguments if
1533 tracing.
1534 (do_ioctl): Print arguments if tracing.
1535 (do_umask): Ditto.
1536 (do_dup2): Ditto.
1537 (do_fcntl): Ditto.
1538 (do_gettimeofday): Ditto.
1539 (do_getrusage): Ditto.
1540 (do_fstatfs): Ditto.
1541
1542 * filter_filename.c: New file to provide filter_filename to strip
1543 the directory prefix from a file.
1544 * filter_filename.h: New include file to declare filter_filename.
1545
1546 * debug.h: Include filter_filename.h.
1547 (TRACE,DTRACE,ERROR): Use filter_filename on __FILE__.
1548
1549 * misc.h: Include filter_filename.h.
1550 (ASSERT): Use filter_filename on __FILE__.
1551
1552 * igen.c (lf_print_my_prefix): Use filter_filename on the filename
1553 argument.
1554
1555 * Makefile.in: Add filter_filename support.
1556
1557 * ppc-instructions (dcbi, icbi): Make these NOPs rather than
1558 invalid instructions.
1559
1560 * configure.in: Add support for more --enable-sim-* switches.
1561 Use config.make and config.hdr to write to Makefile and config.h
1562 respectively. Don't rewrite Makefile, just append to it.
1563 * configure: Regenerate.
1564 * config.{make,hdr}: New shell scripts.
1565
1566 * Makefile.in: Remove all variables set by configure.in.
1567 (psim.o): Depend on $(BUILT_SRC) also.
1568
1569 * emul_netbsd.c (do_gettimeofday,do_getrusage): When comparing an
1570 integer, use 0, not NULL.
1571
1572 Tue Oct 31 15:20:04 1995 Michael Meissner <meissner@tiktok.cygnus.com>
1573
1574 * configure.in: Add support for --enable-sim-inline,
1575 --enable-sim-bswap, --enable-sim-cflags, --enable-sim-complex,
1576 --enable-sim-switch, --enable-sim-duplicate, --enable-sim-filter,
1577 and --enable-sim-endian switch to control various Makefile
1578 variables.
1579 * configure: Regenerate from configure.in.
1580 * Makefile.in: Add various Make variables that the various
1581 switches alter.
1582
1583 * std-config.h (DEFAULT_INLINE): Don't set this to 2 if using GCC
1584 and optimizing by default.
1585
1586 Fri Oct 27 19:26:27 1995 Andrew Cagney <cagney@highland.com.au>
1587
1588 * bits.h (ROTL32, ROTL64): Were functions, made them macros, now
1589 make them functions again. Appears 2.6.3 is confused by just a
1590 macro.
1591
1592 Thu Oct 26 18:31:58 1995 Andrew Cagney <cagney@highland.com.au>
1593
1594 * ppc-endian.c (SWAP_8): Fix 8 byte swap!
1595
1596 * psim.c (psim_create): Not correctly checking that runtime
1597 configuration of things like ENDIAN, ENVIRONMENT and ALIGNMENT
1598 matched the compiled in ones.
1599
1600 * debug.h (ITRACE), igen.c: Tidy up more tracing flags -
1601 trace_semantics is now different to trace_idecode, the former
1602 checks the cache.
1603
1604 Tue Oct 24 21:54:13 1995 Andrew Cagney <cagney@highland.com.au>
1605
1606 * ppc-instructions (mtsrin): Missing instruction
1607 * ppc-instructions (mfsrin): Missing instruction
1608 * ppc-instructions (eieio): Missing instruction
1609
1610 Tue Oct 24 20:55:29 1995 Andrew Cagney <cagney@highland.com.au>
1611
1612 * build-psim: New shell script - see internals for usage,
1613 simplifies the process of building custom simulators.
1614
1615 Mon Oct 23 23:48:59 1995 Andrew Cagney <cagney@highland.com.au>
1616
1617 * std-config.h (SEMANTICS_INLINE): Tidy up notes on each of the
1618 INLINE macros. Make SEMANTICS_INLINE == 1 if DEFAULT_INLINE == 2.
1619 Don't use DEFAULT_INLINE to define REGISTERS_INLINE DEVICES_INLINE
1620 DEVICE_TREE_INLINE or INTERRUPTS_INLINE as none of these are on
1621 the instruction or data critical paths.
1622
1623 * FIXME: devices.c/emul_netbsd.c would benefit (slightly) from
1624 the inclusion of device_tree.c/emul_generic.c.
1625
1626 Mon Oct 23 00:31:50 1995 Andrew Cagney <cagney@highland.com.au>
1627
1628 * os_emul.[hc], emul_generic.[hc], emul_netbsd.[hc]: replace
1629 system.[hc]. Start of suport for multiple emulations and
1630 emulation state (os_emul object).
1631
1632 * emul_generic.[hc]: Start of code to implement proper system call
1633 tracing (from spy).
1634
1635 Sun Oct 22 21:33:51 1995 Andrew Cagney <cagney@highland.com.au>
1636
1637 * cpu.h, cpu.c (cpu_init): New function, zero the registers before
1638 the processor is started. Fixes problem of registers being
1639 undefined when restarting from within gdb.
1640
1641 * cpu.h, cpu.c (cpu_flush_icache): New function, flushes the
1642 instruction cache (if present). Fixes problem of cpu caching gdb
1643 breakpoint instructions.
1644
1645 FIXME: PSIM sometimes aborts calling error(), it should instead
1646 call sim_error() say which takes care of housekeeping such as
1647 saving the CIA before calling error.
1648
1649 * NOTE: cpu_flush_cache() instead of cpu_synchronize_context() is
1650 used when restarting a simulation because the latter has the
1651 unwanted side effect (well I as a kernel hacker think it is) of
1652 performing an isync when the instruction stream doesn't contain
1653 one.
1654
1655 Sun Oct 22 19:27:48 1995 Andrew Cagney <cagney@highland.com.au>
1656
1657 * mon.h (new), mon.c (new), std-config.h (WITH_MON): Performance
1658 monitoring module. Counts both instructions issued and
1659 load/stores.
1660
1661 * NOTE: mon does not contain to count instruction loads as this
1662 information is already available from the mon_issue() hook.
1663
1664 * igen.c (lf_print_c_semantic), vm_n.h: Add counting code.
1665
1666 * psim.h, psim.c (psim_create), cpu.h, cpu.c (cpu_create): Attach
1667 a common monitor to each of the cpus. Delete
1668 cpu_increment_number_of_insns() and cpu_get_number_of_insns()
1669 replaced by copied code in mon.[hc].
1670
1671 Sun Oct 22 18:42:45 1995 Andrew Cagney <cagney@highland.com.au>
1672
1673 * sim_calls.c, main.c, psim.c (psim_create): always create
1674 `WITH_SMP' cpus. The actual number of CPU's active in a
1675 simulation run is taken from the device node: /init/smp (an
1676 integer). WITH_SMP changed to 2 (remember to put it back to 0).
1677
1678 Fri Oct 20 17:26:54 1995 Andrew Cagney <cagney@highland.com.au>
1679
1680 * system.c: More system call emulation. If code appears NetBSD
1681 specific, make conditional to being compiled on a NetBSD system
1682 (sigh).
1683
1684 Wed Oct 18 23:02:20 1995 Andrew Cagney <cagney@highland.com.au>
1685
1686 * Makefile.in, gen.c(delete), igen.c(new), dgen.c(new),
1687 lf.[ch](new), table.[ch](new): Split into two generators - igen
1688 that outputs the instruction tables and dgen that outputs the spr
1689 tables. Add -f (filter out) flag to igen to filter out certain
1690 instructions (ex 64 bit ones) from the created tables. Include
1691 $(LIBIBERTY_LIB) in link options in case host lacks some libc
1692 functions.
1693
1694 * NOTE: igen, since it was originally written for the
1695 PowerPC/RS6000, things the MSB is 0 and the LSB is 63{31}.
1696
1697 * Makefile.in, std-config.h, ppc-cache-rules(new),
1698 ppc-opcode-complex(new), ppc-opcode-simple(new): (for igen) Create
1699 cache-rule and opcode-rule tables from macros found std-config.h.
1700 Delete corresponding macro's from std-config.h.
1701
1702 * igen.c (gen_itable_c, gen_itable_h), Makefile.in: code to output
1703 an table of all the instructions. Code to output a type
1704 enumerating all the instructin names.
1705
1706 * igen.c(lf_print_c_semantic): Move call to increment instruction
1707 counter so that it occures _after_ the instruction has been fully
1708 validated, was double counting illegal/invalid instructions. Add
1709 conditional so only compiled in when WITH_PROFILE enabled (enabled
1710 by default).
1711
1712 * igen.c, cpu.h, cpu.c(cpu_increment_number_of_insns): Include
1713 itable.h, count individual instruction types not just total,
1714 adjust reporting functions to output this.
1715
1716 * ppc-instructions (64 bit Load Doubleword with Update Indexed):
1717 Had 32./ instead of 31./
1718
1719 * ppc-instructions (64 bit Store Double Word Conditional Indexed):
1720 bitrot - updated to use newer CR register operators.
1721
1722 * ppc-instructions (64bit Floating Convert from Integer
1723 Doubleword): Correct call to Round_Float().
1724
1725 Mon Oct 16 00:31:20 1995 Andrew Cagney <cagney@highland.com.au>
1726
1727 * basics.h: #include "sim_callbacks.h" earlier so that its
1728 prototypes are declared in all other header files.
1729
1730 * bits.h, bits.c, idecode_expression.h (ROTL32, ROTL64): Update
1731 doc in bits.h, remove dead code in bits.c, move ROTL32/ROTL64 into
1732 bits.h.
1733
1734 * cpu.c(cpu_add_commas), device_tree.h, device_tree.c(scand_*):
1735 Add size of buffer argument to functions writing a string into a
1736 buffer. Check for buffer overflow.
1737
1738 Sun Oct 15 22:16:11 1995 Andrew Cagney <cagney@highland.com.au>
1739
1740 * devices.h, devices.c, debug.h, debug.c: add macro's for tracing
1741 of each device. Make parameter names consistent so macros work.
1742 Use macro's in device functions.
1743
1744 * device_tree.c, devices.h, devices.c: include path to device in a
1745 devices node when creating it.
1746
1747 * device_tree.c, debug.h, debug.c: Add tracing of `device-tree'.
1748
1749 * core.c: add tracing of core-device, adjust parameter names in
1750 core functions to be consistent with those in devices*.
1751
1752 Sun Oct 15 20:33:20 1995 Andrew Cagney <cagney@highland.com.au>
1753
1754 * debug.h, debug.c (trace_option): New function. Parses the trace
1755 option, updating the trace array.
1756
1757 * debug.h, debug.c (trace_usage): New function. Outputs the list
1758 of all possible trace options.
1759
1760 * sim_calls.c (sim_open), main.c (main): Use new trace_option() to
1761 parse trace options specified with the simpler -t flag. Adjust
1762 usage.
1763
1764 * FIXME: basic parsing of command line options is still duplicated
1765 by main.c and sim_calls.c
1766
1767 Thu Oct 26 10:42:28 1995 Michael Meissner <meissner@tiktok.cygnus.com>
1768
1769 * Makefile.in (clean): Delete *.i and *.out files.
1770
1771 * ppc-endian.c (SWAP_n): Add SET argument to allow use of SWAP
1772 macros for either assignment or return. Fix SWAP_8 to use a
1773 union, and two SWAP_4's. Delete SWAP_N, since nobody uses it now.
1774 (ENDIAN_N): Add SET argument to SWAP_n calls. Delete macro defs
1775 that hardwired swapping on/off, let optimizer delete dead code.
1776
1777 * main.c (main): Add printf that we caught a signal and print out
1778 the failing address.
1779
1780 Thu Oct 19 21:43:39 1995 Fred Fish <fnf@fishfood.amigalib.com>
1781
1782 * Makefile.in: Remove tabs from otherwise empty line.
1783 Confuses many non-GNU versions of "make".
1784
1785 Wed Oct 18 08:51:25 1995 Michael Meissner <meissner@tiktok.cygnus.com>
1786
1787 * Makefile.in (clean): Delete files produced by gen.
1788
1789 Mon Oct 16 17:34:24 1995 Michael Meissner <meissner@tiktok.cygnus.com>
1790
1791 * gen.c (lf_print_c_semantic_function): Move counting # of
1792 instructions here so it works with caching.
1793 (gen_idecode_c): Move from here.
1794
1795 Wed Oct 11 17:13:15 1995 Andrew Cagney <cagney@highland.com.au>
1796
1797 * gen.c, ppc-instructions, psim.c: Fix code for generating
1798 cracking instruction cache. Delete the code that cached just the
1799 result from doing an instruction lookup - this ran slower than no
1800 cache at all.
1801
1802 Fri Oct 13 09:58:43 1995 Michael Meissner <meissner@tiktok.cygnus.com>
1803
1804 * Makefile.in (gen.o): Include $(INLINE_CFLAGS).
1805
1806 * debug.h (ppc_trace): Rename from trace, to avoid a conflict with
1807 TCL when gdb is linked with the simulator.
1808 * debug.c (ppc_trace): Ditto.
1809 * sim_calls.c (sim_open): Change trace -> ppc_trace.
1810 * main.c (main): Ditto.
1811
1812 * cpu.c (cpu_add_commas): Remove extra static.
1813
1814 Thu Oct 12 11:35:53 1995 Michael Meissner <meissner@tiktok.cygnus.com>
1815
1816 * Makefile.in (psim.o): Now that inlines are turned on, make
1817 psim.o depend on all sources.
1818
1819 * cpu.c (cpu_add_commas): New function to format a long with
1820 commas.
1821 (cpu_print_info): Use it to print number_of_insns.
1822
1823 * ppc-endian.c (SWAP_n): New macros to speed up byte swapping for
1824 2, 4, and 8 bytes.
1825 (ENDIAN_N): If both target and host byte orders are known, don't
1826 bother testing CURRENT_{TARGET,HOST}_BYTE_ORDER.
1827
1828 * ppc-endian.h (target specific H2T_n/T2H_n macros): Remove #if 0
1829 to allow target specific H2T_n/T2H_n macros to be used.
1830 (htonl, ntohl): If compiled on a 486 by GCC and WITH_BSWAP is
1831 non-zero, redefine the htonl/ntohl macros to use the BSWAP instead
1832 of the 3 instruction sequence that runs on 386s.
1833
1834 * std-config.h (WITH_{HOST,TARGET}_BYTE_ORDER): Don't override if
1835 specified on the compile line.
1836 (WITH_BSWAP): If not defined, define as 0.
1837
1838 * Makefile.in (INLINE_CFLAGS): Add -DDEFAULT_INLINE=2 to add
1839 default inline support. Pass INLINE_CFLAGS when compiling.
1840
1841 * devices.{h,c} (unimp_device_ioctl): Use STATIC_DEVICES, not
1842 INLINE_DEVICES since GCC doesn't like inline functions that
1843 accept variable arguments.
1844 (stack_ioctl_callback): Make function just static because GCC
1845 doesn't like inline functions that accept variable arguments.
1846
1847 * devices.h (STATIC_DEVICES): Define as empty if not defined.
1848
1849 * inline.c: Correct pathnames of included C files to match current
1850 implementation.
1851
1852 * inline.h (STATIC_DEVICES): If DEVICES_INLINE is defined to be
1853 non-zero, define STATIC_DEVICES to be static.
1854
1855 * std-config.h (INLINE): If GNU C and optimizing, define this as
1856 __inline__.
1857 (DEFAULT_INLINE): If not defined, define as 0.
1858 (ENDIAN_INLINE): If not defined, define as DEFAULT_INLINE.
1859 ({CORE,VM,CPU,EVENTS,REGISTERS,INTERRUPTS}_INLINE): Ditto.
1860 ({SPREG,IDECODE}_INLINE): Ditto.
1861
1862 Wed Oct 11 17:13:15 1995 Andrew Cagney <cagney@highland.com.au>
1863
1864 * ppc-instructions: Initial cut of floating point suport added.
1865 Of note include - use of host IEEE floating point instructions,
1866 use of PowerPC manual pseudo code to handle the FPSCR. It is not
1867 currently a pretty sight.
1868
1869 * memory_map.h, memory_map.c, memory_map_n.h, core.h, core.c:
1870 merge into core.h, core.c, core_n.h. The type memory_map replaced
1871 with core_map. This removes a level of pointer indirection when
1872 translating an address.
1873
1874 * memory_map.h, memory_map.c, memory_map_n.h: delete.
1875
1876 * Makefile.in et.al (sorry): tweek to use new core, core_map and
1877 core.h.
1878
1879 Wed Oct 11 12:10:26 1995 Andrew Cagney <cagney@highland.com.au>
1880
1881 * sim_calls.c, main.c: Add -g (trace_gdb) option, add tracing to
1882 most of the other functions in sim_calls.c.
1883
1884 * basics.h (CONCAT3), memory_map.c, memory_map_n.h, Makefile.in:
1885 Add macros to better cover up `generic' code. Makes it possible
1886 to step through the generic code!
1887
1888 * vm.c, vm_n.h, Makefile.in: ditto
1889
1890 Tue Oct 10 15:42:59 1995 Andrew Cagney <cagney@highland.com.au>
1891
1892 * devices.h, devices.c, memory_map.h, memory_map.c: Changed
1893 callback interface so that there is a read/write buffer but no
1894 read/write_word. VEA default memory read/write handler sometimes
1895 couldn't resolve an access and of those some were for a memory
1896 fault and some were because gdb was making a bogus request.
1897
1898 * devices.h, devices.c, memory_map.h, memory_map.c, vm.h, vm.c:
1899 eliminate transfer_mode (raw or cooked) parameter from read/write
1900 buffer.
1901
1902 Fri Oct 6 20:23:56 1995 Andrew Cagney <cagney@highland.com.au>
1903
1904 * ppc-instructions (fmul, fmuls): correct instruction format - had
1905 FRB instead of FRC.
1906
1907 Wed Oct 4 17:31:12 1995 Andrew Cagney <cagney@highland.com.au>
1908
1909 * psim.c, device_tree.h, device_tree.c, devices.c (printd_*,
1910 scand_*): new functions to parse/print fields in device names
1911 while hiding any machine dependency.
1912
1913 * devices.c, psim.c: Change the stack init code so that it is
1914 handled by a device. Arguments passed across using a device ioctl
1915 (hack).
1916
1917 * devices.h, devices.c: device ioctl callback changed to allow a
1918 variable number of arguments. This gives greater flexability and
1919 greater chance of bugs.
1920
1921 Tue Oct 3 22:01:56 1995 Andrew Cagney <cagney@highland.com.au>
1922
1923 * main.c (printf_filtered, error): Missing va_end() to close off
1924 variable argument use.
1925
1926 * Makefile.in (tmp-gencode): comment out hack to get around some
1927 versions of make not handling files being created as side-effects.
1928
1929 * gen.c (lf_open): Add -n (real_file_name) option. Specifies an
1930 alternative file name to use in output files for things like #line
1931 macros.
1932
1933 Makefile.in (tmp-gencode): Use gen -n so that debug info is
1934 correct.
1935
1936 * Makefile.in (TARGETLIB): Use this instead of libsim.a in the
1937 Makefile.
1938
1939 Sat Oct 7 22:40:59 1995 Michael Meissner <meissner@tiktok.cygnus.com>
1940
1941 * sim_calls.c (sim_set_callbacks): Define new function.
1942
1943 Fri Oct 6 17:23:10 1995 Michael Meissner <meissner@tiktok.cygnus.com>
1944
1945 * psim.c (psim_print_info): Print exit status or signal number.
1946
1947 Mon Oct 2 11:46:37 1995 Michael Meissner <meissner@tiktok.cygnus.com>
1948
1949 * cpu.c (struct _cpu): Add number_of_insns field to trace how many
1950 instructions are executed.
1951 (cpu_increment_number_of_insns): New function to increment the
1952 number of instructions issued.
1953 (cpu_get_number_of_insns): New function to return the number of
1954 instructions issued.
1955 (cpu_print_info): New function to print cpu related information.
1956 At present, print the number of instructions executed.
1957
1958 * gen_idecode_c: Emit call to cpu_increment_number_of_insns within
1959 idecode_issue.
1960
1961 * psim.c (psim_print_info): New function to iterate over each of
1962 the CPU's calling cpu_print_info.
1963
1964 * psim.h,cpu.h: Add new declarations.
1965
1966 * sim_calls.c (sim_open): Add argument processing to add the same
1967 switches main.c accepts for the standalone processor.
1968 (sim_close): Call psim_print_info if -I.
1969
1970 * main.c (main): Add comment saying to update sim_calls.c when
1971 adding switches. Add -I to call psim_print_info when done.
1972 (usage): Update usage message.
1973
1974 Sun Oct 1 13:52:59 1995 Michael Meissner <meissner@tiktok.cygnus.com>
1975
1976 * main.c (printf_filtered): Correct to match new prototype.
1977
1978 Sat Sep 30 20:47:05 1995 Michael Meissner <meissner@tiktok.cygnus.com>
1979
1980 * sim_callbacks.h (printf_filtered): Correct prototype.
1981
1982 Thu Sep 21 16:26:49 1995 Michael Meissner <meissner@tiktok.cygnus.com>
1983
1984 * device_tree.c (OEA_MEMORY_SIZE): Define if not defined to
1985 0x100000.
1986 (clayton_memory_size): Define as OEA_MEMORY_SIZE.
1987
1988 * std-config.h (WITH_TRACE): Default to 1 now.
1989
1990 * psim.c (write_stack_arguments): Don't write any stack arguments
1991 if OEA.
1992
1993 * main.c (main): Switch to using getopt. Make -p also set
1994 trace_semantics. Make -a turn on all trace flags. Make -C turn
1995 on console tracing.
1996
1997 * device_tree.c (create_option_device_node): Assume a program is
1998 OEA if the start address is < 4096, not just == 0.
1999
2000 Wed Sep 20 13:36:06 1995 Ian Lance Taylor <ian@cygnus.com>
2001
2002 * Makefile.in (maintainer-clean): New synonym for realclean.
2003
2004 Sun Sep 10 10:23:56 1995 Michael Tiemann <tiemann@axon.cygnus.com>
2005
2006 * registers.c (register_description): Add gdb synonyms for cr
2007 (cnd) and msr (ps).
2008
2009 Fri Sep 8 13:16:10 1995 Ian Lance Taylor <ian@cygnus.com>
2010
2011 * Makefile.in (install): Don't install in $(tooldir).
2012
2013 * configure.in: Call AC_CONFIG_HEADER. Don't try to use
2014 bfd/hosts/*.h file or bfd/config/*.mh file. Call AC_PROG_CC and
2015 AC_PROG_RANLIB. Substitute in values for CFLAGS, HDEFINES, AR,
2016 and CC_FOR_BUILD. Call AC_CHECK_HEADERS for various header files.
2017 Touch stamp.h if creating config.h.
2018 * configure: Rebuild.
2019 * config.in: New file, created by autoheader.
2020 * Makefile.in (AR): Define as @AR@.
2021 (CC): New variable, defined as @CC@.
2022 (CFLAGS): Define as @CFLAGS@.
2023 (CC_FOR_BUILD): New variable, defined as @CC_FOR_BUILD@.
2024 (RANLIB): Define as @RANLIB@.
2025 (HDEFINES, TDEFINES): New variables.
2026 (@host_makefile_frag@): Remove.
2027 (mostlyclean): Make the same as clean, not distclean.
2028 (clean): Remove config.log.
2029 (distclean): Remove config.h and stamp-h.
2030 (Makefile): Don't depend upon @frags@. Just rebuild Makefile when
2031 invoking config.status.
2032 (config.h, stamp-h): New targets.
2033 (gen, gen.o): Build with CC_FOR_BUILD, not CC.
2034 (ppc-config.h): Rename from old config.h build.
2035 * (basics.h,gen.c,ppc-endian.c,psim.c): Include ppc-config.h.
2036
2037 Fri Sep 8 09:51:03 1995 Michael Meissner <meissner@tiktok.cygnus.com>
2038
2039 * configure{,.in}: Don't include sysdep.h from bfd, since bfd no
2040 longer provides it.
2041 * basics.h (sysdep.h): Don't include it.
2042 * Makefile.in (BASICS_H): Remove sysdep.h.
2043
2044 Wed Sep 6 13:25:42 1995 Andrew Cagney <cagney@highland.com.au>
2045
2046 * core.c (core_add_data): First growth of bss was being put at
2047 wrong address (0) instead of &end.
2048
2049 * core.c (core_add_stack, core_add_data): Was not handling case
2050 where bss/stack is grown across the current end-of-{bss,stack}.
2051
2052 Wed Sep 6 00:46:10 1995 Andrew Cagney <cagney@highland.com.au>
2053
2054 * system.c (system_call): Fix SYS_break - was aligning bss to a
2055 page boundary instead of just an 8 byte one; On first call sbrk(0)
2056 != sbrk(0).
2057
2058 Thu Aug 24 14:48:54 1995 Michael Meissner <meissner@tiktok.cygnus.com>
2059
2060 * Makefile.in (install): Fix install rule.
2061
2062 Tue Aug 22 09:31:18 1995 Michael Meissner <meissner@tiktok.cygnus.com>
2063
2064 * system.c (system_call): Add read support.
2065
2066 * main.c (main): -t sets trace_device_tree. Correct usage message
2067 to current reality.
2068
2069 * device_tree.c (update_memory_node_for_section): Make tracing
2070 output line up. If not code or readonly, assume that the section
2071 is a data section and has read/write permissions. Add readonly
2072 support.
2073
2074 * core.c (create_core_from_addresses): Print end address in traces
2075 and make tracing output line up.
2076
2077 * Makefile.in: Rewrite from Makefile to work with the Cygnus
2078 environment, and support compiling in a different directory than
2079 the sources reside in.
2080
2081 * ppc-endian.h: Rename from endian.h so that it doesn't get
2082 confused with /usr/include/sys/endian.h on Linux. Add Linux
2083 endian support.
2084
2085 * ppc-endian.c: Rename to be consistant with ppc-endian.h.
2086 Include ppc-endian.h, not endian.h.
2087
2088 * basics.h (sysdep.h): Include sysdep.h that configure makes.
2089 Include ppc-endian.h, not endian.h.
2090
2091 * std-config.h: Rename from ppc-config. Put #ifndefs around most
2092 configuration macros, so they can be overridden via CFLAGS. By
2093 default, turn off tracing.
2094
2095 * configure.in: Clone from other simulator targets.
2096 * configure: Generate via autoconf from configure.in.
2097
2098 Sat Aug 19 09:05:32 1995 Andrew Cagney <cagney@highland.com.au>
2099
2100 * ppc-instructions: fix srawi (was geting XER[CA] real wrong).
2101
2102 * interrupts.c (data_storage_interrupt): allow stack to grow by
2103 upto one MB per increment.
2104
2105 * ppc-instructions: divw was computing rA / rA not rA / rB
2106
2107 * main.c (main): really stupid. Wasn't exiting with correct status
2108
2109 Fri Aug 18 00:38:01 1995 Andrew Cagney <cagney@highland.com.au>
2110
2111 * system.c (system_call): add system calls kill(2) and getpid(2).
2112
2113 * main.c (main): Check/return exit status when simulation
2114 finishes.
2115
2116 Thu Aug 17 14:29:18 1995 Andrew Cagney <cagney@highland.com.au>
2117
2118 * device_tree.c (create_option_device_node): Alignment rules (at
2119 least for the moment) now are for strict alignment only for LE OEA
2120 mode. (Because of compiler problems).
2121
2122 * system.c (system_call) SYS_exit: Wasn't exiting with correct status.
2123
2124 Thu Aug 17 01:16:38 1995 Andrew Cagney <cagney@highland.com.au>
2125
2126 * vm.c (DEFINE_VM_DATA_MAP_WRITE_N): For miss aligned transfer
2127 forgot to return.
2128
2129 * system.c (system_call): didn't page align break argument before
2130 determining increment break increment.
2131
2132 * psim/ppc: Re-arange entire directory structure so that
2133 everything lives in the one directory. While a pain for cleaning,
2134 makes building across multiple architectures much simpler.
2135
2136 * devices.c, device_tree.c: Added code that provides a simple
2137 illustration of how an interrupt control device could be
2138 implemented.
2139
2140 * devices.c: Added code so that the dumb console device can read
2141 (from stdin) as well as write to stdout.
2142
This page took 0.071288 seconds and 5 git commands to generate.