]> Git Repo - binutils.git/blob - sim/mips/ChangeLog
ifdef out uses of simSTOP, simSTEP and simBE when DEBUG is defined.
[binutils.git] / sim / mips / ChangeLog
1 Thu May 22 09:32:03 1997  Gavin Koch  <[email protected]>
2
3         * interp.c (sim_engine_run): ifdef out uses of simSTOP, simSTEP
4         and simBE when DEBUG is defined.
5
6 Wed May 21 09:08:10 1997  Andrew Cagney  <[email protected]>
7
8         * interp.c (interrupt_event): New function.  Pass exception event
9         onto exception handler.
10
11         * configure.in: Check for stdlib.h.
12         * configure: Regenerate.
13
14         * gencode.c (build_instruction): Add UNUSED attribute to tempS
15         variable declaration.
16         (build_instruction): Initialize memval1.
17         (build_instruction): Add UNUSED attribute to byte, bigend,
18         reverse.
19         (build_operands): Ditto.
20
21         * interp.c: Fix GCC warnings.
22         (sim_get_quit_code): Delete.
23
24         * configure.in: Add INLINE, ENDIAN, HOSTENDIAN and WARNINGS.
25         * Makefile.in: Ditto.
26         * configure: Re-generate.
27         
28         * Makefile.in (SIM_OBJS): Add sim-watch.o module.
29
30 Tue May 20 15:08:56 1997  Andrew Cagney  <[email protected]>
31
32         * interp.c (mips_option_handler): New function parse argumes using
33         sim-options.
34         (myname): Replace with STATE_MY_NAME.
35         (sim_open): Delete check for host endianness - performed by
36         sim_config.
37         (simHOSTBE, simBE): Delete, replaced by sim-endian flags.
38         (sim_open): Move much of the initialization from here.
39         (sim_load): To here.  After the image has been loaded and
40         endianness set.
41         (sim_open): Move ColdReset from here.
42         (sim_create_inferior): To here.
43         (sim_open): Make FP check less dependant on host endianness.
44
45         * Makefile.in (SIM_RUN_OBJS): Set to nrun.o - use new version or
46         run.
47         * interp.c (sim_set_callbacks): Delete.
48
49         * interp.c (membank, membank_base, membank_size): Replace with
50         STATE_MEMORY, STATE_MEM_SIZE, STATE_MEM_BASE.
51         (sim_open): Remove call to callback->init. gdb/run do this.
52
53         * interp.c: Update
54
55         * sim-main.h (SIM_HAVE_FLATMEM): Define.
56
57         * interp.c (big_endian_p): Delete, replaced by
58         current_target_byte_order.
59
60 Tue May 20 13:55:00 1997  Andrew Cagney  <[email protected]>
61
62         * interp.c (host_read_long, host_read_word, host_swap_word,
63         host_swap_long): Delete. Using common sim-endian.
64         (sim_fetch_register, sim_store_register): Use H2T.
65         (pipeline_ticks): Delete.  Handled by sim-events.
66         (sim_info): Update.
67         (sim_engine_run): Update.
68
69 Tue May 20 13:42:03 1997  Andrew Cagney  <[email protected]>
70
71         * interp.c (sim_stop_reason): Move code determining simEXCEPTION
72         reason from here.
73         (SignalException): To here. Signal using sim_engine_halt.
74         (sim_stop_reason): Delete, moved to common.
75         
76 Tue May 20 10:19:48 1997  Andrew Cagney  <[email protected]>
77
78         * interp.c (sim_open): Add callback argument.
79         (sim_set_callbacks): Delete SIM_DESC argument.
80         (sim_size): Ditto.
81
82 Mon May 19 18:20:38 1997  Andrew Cagney  <[email protected]>
83
84         * Makefile.in (SIM_OBJS): Add common modules.
85
86         * interp.c (sim_set_callbacks): Also set SD callback.
87         (set_endianness, xfer_*, swap_*): Delete.
88         (host_read_word, host_read_long, host_swap_word, host_swap_long):
89         Change to functions using sim-endian macros.
90         (control_c, sim_stop): Delete, use common version.
91         (simulate): Convert into.
92         (sim_engine_run): This function.
93         (sim_resume): Delete.
94         
95         * interp.c (simulation): New variable - the simulator object.
96         (sim_kind): Delete global - merged into simulation.
97         (sim_load): Cleanup.  Move PC assignment from here.
98         (sim_create_inferior): To here.
99
100         * sim-main.h: New file.
101         * interp.c (sim-main.h): Include.
102         
103 Thu Apr 24 00:39:51 1997  Doug Evans  <[email protected]>
104
105         * configure: Regenerated to track ../common/aclocal.m4 changes.
106
107 Wed Apr 23 17:32:19 1997  Doug Evans  <[email protected]>
108
109         * tconfig.in (SIM_HAVE_BIENDIAN): Define.
110
111 Mon Apr 21 17:16:13 1997  Gavin Koch  <[email protected]>
112
113         * gencode.c (build_instruction): DIV instructions: check 
114         for division by zero and integer overflow before using 
115         host's division operation.
116
117 Thu Apr 17 03:18:14 1997  Doug Evans  <[email protected]>
118
119         * Makefile.in (SIM_OBJS): Add sim-load.o.
120         * interp.c: #include bfd.h.
121         (target_byte_order): Delete.
122         (sim_kind, myname, big_endian_p): New static locals.
123         (sim_open): Set sim_kind, myname.  Move call to set_endianness to
124         after argument parsing.  Recognize -E arg, set endianness accordingly.
125         (sim_load): Return SIM_RC.  New arg abfd.  Call sim_load_file to
126         load file into simulator.  Set PC from bfd.
127         (sim_create_inferior): Return SIM_RC.  Delete arg start_address.
128         (set_endianness): Use big_endian_p instead of target_byte_order.
129
130 Wed Apr 16 17:55:37 1997  Andrew Cagney  <[email protected]>
131
132         * interp.c (sim_size): Delete prototype - conflicts with
133         definition in remote-sim.h.  Correct definition.
134
135 Mon Apr  7 15:45:02 1997  Andrew Cagney  <[email protected]>
136
137         * configure: Regenerated to track ../common/aclocal.m4 changes.
138         * config.in: Ditto.
139
140 Wed Apr  2 15:06:28 1997  Doug Evans  <[email protected]>
141
142         * interp.c (sim_open): New arg `kind'.
143
144         * configure: Regenerated to track ../common/aclocal.m4 changes.
145
146 Wed Apr  2 14:34:19 1997 Andrew Cagney <[email protected]>
147
148         * configure: Regenerated to track ../common/aclocal.m4 changes.
149
150 Tue Mar 25 11:38:22 1997  Doug Evans  <[email protected]>
151
152         * interp.c (sim_open): Set optind to 0 before calling getopt.
153
154 Wed Mar 19 01:14:00 1997  Andrew Cagney  <[email protected]>
155
156         * configure: Regenerated to track ../common/aclocal.m4 changes.
157
158 Mon Mar 17 10:52:59 1997  Gavin Koch  <[email protected]>
159
160         * interp.c : Replace uses of pr_addr with pr_uword64
161         where the bit length is always 64 independent of SIM_ADDR.
162         (pr_uword64) : added.
163
164 Mon Mar 17 15:10:07 1997  Andrew Cagney  <[email protected]>
165
166         * configure: Re-generate.
167
168 Fri Mar 14 10:34:11 1997  Michael Meissner  <[email protected]>
169
170         * configure: Regenerate to track ../common/aclocal.m4 changes.
171
172 Thu Mar 13 12:51:36 1997  Doug Evans  <[email protected]>
173
174         * interp.c (sim_open): New SIM_DESC result.  Argument is now
175         in argv form.
176         (other sim_*): New SIM_DESC argument.
177
178 start-sanitize-r5900
179 Wed Feb 26 18:32:21 1997  Gavin Koch  <[email protected]>
180
181         * gencode.c (POP_AND,POP_OR,POP_NOR,POP_XOR): 
182         Change values to avoid overloading DOUBLEWORD which is tested
183         for all insns.
184         * gencode.c: reinstate "offending code".
185 end-sanitize-r5900
186
187 Mon Feb 24 22:47:14 1997  Dawn Perchik  <[email protected]>
188
189         * interp.c: Fix printing of addresses for non-64-bit targets.
190         (pr_addr): Add function to print address based on size.
191 start-sanitize-r5900
192         * gencode.c: #ifdef out offending code until a permanent fix 
193         can be added.  Code is causing build errors for non-5900 mips targets.
194 end-sanitize-r5900
195
196 start-sanitize-r5900
197 Thu Feb 20 10:40:24 1997  Gavin Koch  <[email protected]>
198
199         * gencode.c (process_instructions): Correct test for ISA dependent
200         architecture bits in isa field of MIPS_DECODE.
201
202 end-sanitize-r5900
203 Wed Feb 19 14:42:09 1997  Mark Alexander  <[email protected]>
204
205         * interp.c (simopen): Add support for LSI MiniRISC PMON vectors.
206
207 start-sanitize-r5900
208 Tue Feb 18 17:03:47 1997  Gavin Koch  <[email protected]>
209
210         * gencode.c (MIPS_DECODE): Correct instruction feature flags for 
211         PMADDUW.
212
213 end-sanitize-r5900
214 Thu Feb 13 14:08:30 1997  Ian Lance Taylor  <[email protected]>
215
216         * gencode.c (build_mips16_operands): Correct computation of base
217         address for extended PC relative instruction.
218
219 start-sanitize-r5900
220 Fri Feb  7 11:12:44 1997  Gavin Koch  <[email protected]>
221
222         * Makefile.in, configure, configure.in, gencode.c, 
223         interp.c, support.h: add r5900.
224
225 end-sanitize-r5900
226 Thu Feb  6 17:16:15 1997  Ian Lance Taylor  <[email protected]>
227
228         * interp.c (mips16_entry): Add support for floating point cases.
229         (SignalException): Pass floating point cases to mips16_entry.
230         (ValueFPR): Don't restrict fmt_single and fmt_word to even
231         registers.
232         (StoreFPR): Likewise.  Also, don't clobber fpr + 1 for fmt_single
233         or fmt_word.
234         (COP_LW): Pass fmt_word rather than fmt_uninterpreted to StoreFPR,
235         and then set the state to fmt_uninterpreted.
236         (COP_SW): Temporarily set the state to fmt_word while calling
237         ValueFPR.
238
239 Tue Feb  4 16:48:25 1997  Ian Lance Taylor  <[email protected]>
240
241         * gencode.c (build_instruction): The high order may be set in the
242         comparison flags at any ISA level, not just ISA 4.
243
244 Tue Feb  4 13:33:30 1997  Doug Evans  <[email protected]>
245
246         * Makefile.in (@COMMON_MAKEFILE_FRAG): Use
247         COMMON_{PRE,POST}_CONFIG_FRAG instead.
248         * configure.in: sinclude ../common/aclocal.m4.
249         * configure: Regenerated.
250
251 Fri Jan 31 11:11:45 1997  Ian Lance Taylor  <[email protected]>
252
253         * configure: Rebuild after change to aclocal.m4.
254
255 Thu Jan 23 11:46:23 1997  Stu Grossman  ([email protected])
256
257         * configure configure.in Makefile.in:  Update to new configure
258         scheme which is more compatible with WinGDB builds.
259         * configure.in:  Improve comment on how to run autoconf.
260         * configure:  Re-run autoconf to get new ../common/aclocal.m4.
261         * Makefile.in:  Use autoconf substitution to install common
262         makefile fragment.
263
264 Wed Jan  8 12:39:03 1997  Jim Wilson  <[email protected]>
265
266         * gencode.c (build_instruction): Use BigEndianCPU instead of
267         ByteSwapMem.
268
269 Thu Jan 02 22:23:04 1997  Mark Alexander  <[email protected]>
270
271         * interp.c (sim_monitor): Make output to stdout visible in
272         wingdb's I/O log window.
273
274 Tue Dec 31 07:04:00 1996  Mark Alexander  <[email protected]>
275
276         * support.h: Undo previous change to SIGTRAP
277         and SIGQUIT values.
278
279 Mon Dec 30 17:36:06 1996  Ian Lance Taylor  <[email protected]>
280
281         * interp.c (store_word, load_word): New static functions.
282         (mips16_entry): New static function.
283         (SignalException): Look for mips16 entry and exit instructions.
284         (simulate): Use the correct index when setting fpr_state after
285         doing a pending move.
286
287 Sun Dec 29 09:37:18 1996  Mark Alexander  <[email protected]>
288
289         * interp.c: Fix byte-swapping code throughout to work on
290         both little- and big-endian hosts.
291
292 Sun Dec 29 09:18:32 1996  Mark Alexander  <[email protected]>
293
294         * support.h: Make definitions of SIGTRAP and SIGQUIT consistent
295         with gdb/config/i386/xm-windows.h.
296
297 Fri Dec 27 22:48:51 1996  Mark Alexander  <[email protected]>
298
299         * gencode.c (build_instruction): Work around MSVC++ code gen bug
300         that messes up arithmetic shifts.
301
302 Fri Dec 20 11:04:05 1996  Stu Grossman  ([email protected])
303
304         * support.h:  Use _WIN32 instead of __WIN32__.  Also add defs for
305         SIGTRAP and SIGQUIT for _WIN32.
306
307 Thu Dec 19 14:07:27 1996  Ian Lance Taylor  <[email protected]>
308
309         * gencode.c (build_instruction) [MUL]: Cast operands to word64, to
310         force a 64 bit multiplication.
311         (build_instruction) [OR]: In mips16 mode, don't do anything if the
312         destination register is 0, since that is the default mips16 nop
313         instruction.
314
315 Mon Dec 16 14:59:38 1996  Ian Lance Taylor  <[email protected]>
316
317         * gencode.c (MIPS16_DECODE): SWRASP is I8, not RI.
318         (build_endian_shift): Don't check proc64.
319         (build_instruction): Always set memval to uword64.  Cast op2 to
320         uword64 when shifting it left in memory instructions.  Always use
321         the same code for stores--don't special case proc64.
322
323         * gencode.c (build_mips16_operands): Fix base PC value for PC
324         relative operands.
325         (build_instruction): Call JALDELAYSLOT rather than DELAYSLOT for a
326         jal instruction.
327         * interp.c (simJALDELAYSLOT): Define.
328         (JALDELAYSLOT): Define.
329         (INDELAYSLOT, INJALDELAYSLOT): Define.
330         (simulate): Clear simJALDELAYSLOT when simDELAYSLOT is cleared.
331
332 Tue Dec 24 22:11:20 1996  Angela Marie Thomas ([email protected])
333
334         * interp.c (sim_open): add flush_cache as a PMON routine
335         (sim_monitor): handle flush_cache by ignoring it
336
337 Wed Dec 11 13:53:51 1996  Jim Wilson  <[email protected]>
338
339         * gencode.c (build_instruction): Use !ByteSwapMem instead of
340         BigEndianMem.
341         * interp.c (CONFIG, config_EP_{mask,shift,D,DxxDxx, config_BE): Delete.
342         (BigEndianMem): Rename to ByteSwapMem and change sense.
343         (BigEndianCPU, sim_write, LoadMemory, StoreMemory): Change
344         BigEndianMem references to !ByteSwapMem.
345         (set_endianness): New function, with prototype.
346         (sim_open): Call set_endianness.
347         (sim_info): Use simBE instead of BigEndianMem.
348         (xfer_direct_word, xfer_direct_long, swap_direct_word,
349         swap_direct_long, xfer_big_word, xfer_big_long, xfer_little_word,
350         xfer_little_long, swap_word, swap_long): Delete unnecessary MSC_VER
351         ifdefs, keeping the prototype declaration.
352         (swap_word): Rewrite correctly.
353         (ColdReset): Delete references to CONFIG.  Delete endianness related
354         code; moved to set_endianness.
355         
356 Tue Dec 10 11:32:04 1996  Jim Wilson  <[email protected]>
357
358         * gencode.c (build_instruction, case JUMP): Truncate PC to 32 bits.
359         * interp.c (CHECKHILO): Define away.
360         (simSIGINT): New macro.
361         (membank_size): Increase from 1MB to 2MB.
362         (control_c): New function.
363         (sim_resume): Rename parameter signal to signal_number.  Add local
364         variable prev.  Call signal before and after simulate.
365         (sim_stop_reason): Add simSIGINT support.
366         (sim_warning, sim_error, dotrace, SignalException): Define as stdarg
367         functions always.
368         (sim_warning): Delete call to SignalException.  Do call printf_filtered
369         if logfh is NULL.
370         (AddressTranslation): Add #ifdef DEBUG around debugging message and
371         a call to sim_warning.
372
373 Wed Nov 27 11:53:50 1996  Ian Lance Taylor  <[email protected]>
374
375         * gencode.c (process_instructions): If ! proc64, skip DOUBLEWORD
376         16 bit instructions.
377
378 Tue Nov 26 11:53:12 1996  Ian Lance Taylor  <[email protected]>
379
380         Add support for mips16 (16 bit MIPS implementation):
381         * gencode.c (inst_type): Add mips16 instruction encoding types.
382         (GETDATASIZEINSN): Define.
383         (MIPS_DECODE): Add REG flag to dsllv, dsrav, and dsrlv.  Add
384         jalx.  Add LEFT flag to mfhi and mflo.  Add RIGHT flag to mthi and
385         mtlo.
386         (MIPS16_DECODE): New table, for mips16 instructions.
387         (bitmap_val): New static function.
388         (struct mips16_op): Define.
389         (mips16_op_table): New table, for mips16 operands.
390         (build_mips16_operands): New static function.
391         (process_instructions): If PC is odd, decode a mips16
392         instruction.  Break out instruction handling into new
393         build_instruction function.
394         (build_instruction): New static function, broken out of
395         process_instructions.  Check modifiers rather than flags for SHIFT
396         bit count and m[ft]{hi,lo} direction.
397         (usage): Pass program name to fprintf.
398         (main): Remove unused variable this_option_optind.  Change
399         ``*loptarg++'' to ``loptarg++''.
400         (my_strtoul): Parenthesize && within ||.
401         * interp.c (LoadMemory): Accept a halfword pAddr if vAddr is odd.
402         (simulate): If PC is odd, fetch a 16 bit instruction, and
403         increment PC by 2 rather than 4.
404         * configure.in: Add case for mips16*-*-*.
405         * configure: Rebuild.
406
407 Fri Nov 22 08:49:36 1996  Mark Alexander  <[email protected]>
408
409         * interp.c: Allow -t to enable tracing in standalone simulator.
410         Fix garbage output in trace file and error messages.
411
412 Wed Nov 20 01:54:37 1996  Doug Evans  <[email protected]>
413
414         * Makefile.in: Delete stuff moved to ../common/Make-common.in.
415         (SIM_{OBJS,EXTRA_CFLAGS,EXTRA_CLEAN}): Define.
416         * configure.in: Simplify using macros in ../common/aclocal.m4.
417         * configure: Regenerated.
418         * tconfig.in: New file.
419
420 Tue Nov 12 13:34:00 1996  Dawn Perchik  <[email protected]>
421
422         * interp.c: Fix bugs in 64-bit port.
423         Use ansi function declarations for msvc compiler.
424         Initialize and test file pointer in trace code.
425         Prevent duplicate definition of LAST_EMED_REGNUM.
426
427 Tue Oct 15 11:07:06 1996  Mark Alexander  <[email protected]>
428
429         * interp.c (xfer_big_long): Prevent unwanted sign extension.
430
431 Thu Sep 26 17:35:00 1996  James G. Smith  <[email protected]>
432
433         * interp.c (SignalException): Check for explicit terminating
434         breakpoint value.
435         * gencode.c: Pass instruction value through SignalException()
436         calls for Trap, Breakpoint and Syscall.
437
438 Thu Sep 26 11:35:17 1996  James G. Smith  <[email protected]>
439
440         * interp.c (SquareRoot): Add HAVE_SQRT check to ensure sqrt() is
441         only used on those hosts that provide it.
442         * configure.in: Add sqrt() to list of functions to be checked for.
443         * config.in: Re-generated.
444         * configure: Re-generated.
445
446 Fri Sep 20 15:47:12 1996  Ian Lance Taylor  <[email protected]>
447
448         * gencode.c (process_instructions): Call build_endian_shift when
449         expanding STORE RIGHT, to fix swr.
450         * support.h (SIGNEXTEND): If the sign bit is not set, explicitly
451         clear the high bits.
452         * interp.c (Convert): Fix fmt_single to fmt_long to not truncate.
453         Fix float to int conversions to produce signed values.
454
455 Thu Sep 19 15:34:17 1996  Ian Lance Taylor  <[email protected]>
456
457         * gencode.c (MIPS_DECODE): Set UNSIGNED for multu instruction.
458         (process_instructions): Correct handling of nor instruction.
459         Correct shift count for 32 bit shift instructions. Correct sign
460         extension for arithmetic shifts to not shift the number of bits in
461         the type.  Fix 64 bit multiply high word calculation.  Fix 32 bit
462         unsigned multiply.  Fix ldxc1 and friends to use coprocessor 1.
463         Fix madd.
464         * interp.c (CHECKHILO): Don't set HIACCESS, LOACCESS, or HLPC.
465         It's OK to have a mult follow a mult.  What's not OK is to have a
466         mult follow an mfhi.
467         (Convert): Comment out incorrect rounding code.
468
469 Mon Sep 16 11:38:16 1996  James G. Smith  <[email protected]>
470
471         * interp.c (sim_monitor): Improved monitor printf
472         simulation. Tidied up simulator warnings, and added "--log" option
473         for directing warning message output.
474         * gencode.c: Use sim_warning() rather than WARNING macro.
475
476 Thu Aug 22 15:03:12 1996  Ian Lance Taylor  <[email protected]>
477
478         * Makefile.in (gencode): Depend upon gencode.o, getopt.o, and
479         getopt1.o, rather than on gencode.c.  Link objects together.
480         Don't link against -liberty.
481         (gencode.o, getopt.o, getopt1.o): New targets.
482         * gencode.c: Include <ctype.h> and "ansidecl.h".
483         (AND): Undefine after including "ansidecl.h".
484         (ULONG_MAX): Define if not defined.
485         (OP_*): Don't define macros; now defined in opcode/mips.h.
486         (main): Call my_strtoul rather than strtoul.
487         (my_strtoul): New static function.
488
489 Wed Jul 17 18:12:38 1996  Stu Grossman  ([email protected])
490
491         * gencode.c (process_instructions):  Generate word64 and uword64
492         instead of `long long' and `unsigned long long' data types.
493         * interp.c:  #include sysdep.h to get signals, and define default
494         for SIGBUS.
495         * (Convert):  Work around for Visual-C++ compiler bug with type
496         conversion.
497         * support.h:  Make things compile under Visual-C++ by using
498         __int64 instead of `long long'.  Change many refs to long long
499         into word64/uword64 typedefs.
500
501 Wed Jun 26 12:24:55 1996  Jason Molenda  ([email protected])
502
503         * Makefile.in (bindir, libdir, datadir, mandir, infodir, includedir,
504         INSTALL_PROGRAM, INSTALL_DATA): Use autoconf-set values.
505         (docdir): Removed.
506         * configure.in (AC_PREREQ): autoconf 2.5 or higher.
507         (AC_PROG_INSTALL): Added.
508         (AC_PROG_CC): Moved to before configure.host call.
509         * configure: Rebuilt.
510         
511 Wed Jun  5 08:28:13 1996  James G. Smith  <[email protected]>
512
513         * configure.in: Define @SIMCONF@ depending on mips target.
514         * configure: Rebuild.
515         * Makefile.in (run): Add @SIMCONF@ to control simulator
516         construction.
517         * gencode.c: Change LOADDRMASK to 64bit memory model only.
518         * interp.c: Remove some debugging, provide more detailed error
519         messages, update memory accesses to use LOADDRMASK.
520         
521 Mon Jun  3 11:55:03 1996  Ian Lance Taylor  <[email protected]>
522
523         * configure.in: Add calls to AC_CONFIG_HEADER, AC_CHECK_HEADERS,
524         AC_CHECK_LIB, and AC_CHECK_FUNCS.  Change AC_OUTPUT to set
525         stamp-h.
526         * configure: Rebuild.
527         * config.in: New file, generated by autoheader.
528         * interp.c: Include "config.h".  Include <stdlib.h>, <string.h>,
529         and <strings.h> if they exist.  Replace #ifdef sun with #ifdef
530         HAVE_ANINT and HAVE_AINT, as appropriate.
531         * Makefile.in (run): Use @LIBS@ rather than -lm.
532         (interp.o): Depend upon config.h.
533         (Makefile): Just rebuild Makefile.
534         (clean): Remove stamp-h.
535         (mostlyclean): Make the same as clean, not as distclean.
536         (config.h, stamp-h): New targets.
537
538 Fri May 10 00:41:17 1996  James G. Smith  <[email protected]>
539
540         * interp.c (ColdReset): Fix boolean test. Make all simulator
541         globals static.
542
543 Wed May  8 15:12:58 1996  James G. Smith  <[email protected]>
544
545         * interp.c (xfer_direct_word, xfer_direct_long,
546         swap_direct_word, swap_direct_long, xfer_big_word,
547         xfer_big_long, xfer_little_word, xfer_little_long,
548         swap_word,swap_long): Added.
549         * interp.c (ColdReset): Provide function indirection to
550         host<->simulated_target transfer routines.
551         * interp.c (sim_store_register, sim_fetch_register): Updated to
552         make use of indirected transfer routines.
553
554 Fri Apr 19 15:48:24 1996  James G. Smith  <[email protected]>
555
556         * gencode.c (process_instructions): Ensure FP ABS instruction
557         recognised.
558         * interp.c (AbsoluteValue): Add routine. Also provide simple PMON
559         system call support.
560
561 Wed Apr 10 09:51:38 1996  James G. Smith  <[email protected]>
562
563         * interp.c (sim_do_command): Complain if callback structure not
564         initialised.
565
566 Thu Mar 28 13:50:51 1996  James G. Smith  <[email protected]>
567
568         * interp.c (Convert): Provide round-to-nearest and round-to-zero
569         support for Sun hosts.
570         * Makefile.in (gencode): Ensure the host compiler and libraries
571         used for cross-hosted build.
572
573 Wed Mar 27 14:42:12 1996  James G. Smith  <[email protected]>
574
575         * interp.c, gencode.c: Some more (TODO) tidying.
576
577 Thu Mar  7 11:19:33 1996  James G. Smith  <[email protected]>
578
579         * gencode.c, interp.c: Replaced explicit long long references with
580         WORD64HI, WORD64LO, SET64HI and SET64LO macro calls.
581         * support.h (SET64LO, SET64HI): Macros added.
582
583 Wed Feb 21 12:16:21 1996  Ian Lance Taylor  <[email protected]>
584
585         * configure: Regenerate with autoconf 2.7.
586
587 Tue Jan 30 08:48:18 1996  Fred Fish  <[email protected]>
588
589         * interp.c (LoadMemory): Enclose text following #endif in /* */.
590         * support.h: Remove superfluous "1" from #if.
591         * support.h (CHECKSIM): Remove stray 'a' at end of line.
592
593 Mon Dec  4 11:44:40 1995  Jamie Smith  <[email protected]>
594
595         * interp.c (StoreFPR): Control UndefinedResult() call on
596         WARN_RESULT manifest.
597
598 Fri Dec  1 16:37:19 1995  James G. Smith  <[email protected]>
599
600         * gencode.c: Tidied instruction decoding, and added FP instruction
601         support.
602
603         * interp.c: Added dineroIII, and BSD profiling support. Also
604         run-time FP handling.
605
606 Sun Oct 22 00:57:18 1995  James G. Smith  <[email protected]>
607
608         * Changelog, Makefile.in, README.Cygnus, configure, configure.in,
609         gencode.c, interp.c, support.h: created.
This page took 0.0643319999999999 seconds and 4 git commands to generate.