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