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