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