diff options
author | Michael Meissner <gnu@the-meissners.org> | 1998-02-13 22:12:51 +0000 |
---|---|---|
committer | Michael Meissner <gnu@the-meissners.org> | 1998-02-13 22:12:51 +0000 |
commit | 8114673a2bc2a3c04761908e5f62725876ce3278 (patch) | |
tree | beec514728511539bb733efbe2dcf6c7adc501a8 /sim/tic80/ChangeLog | |
parent | 8e7a5a048aa35777f3a69fd0ba9d29bb5541138a (diff) | |
download | gdb-8114673a2bc2a3c04761908e5f62725876ce3278.zip gdb-8114673a2bc2a3c04761908e5f62725876ce3278.tar.gz gdb-8114673a2bc2a3c04761908e5f62725876ce3278.tar.bz2 |
Pass floating point structure address instead of the structure itself
Diffstat (limited to 'sim/tic80/ChangeLog')
-rw-r--r-- | sim/tic80/ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/sim/tic80/ChangeLog b/sim/tic80/ChangeLog index 6bd219c..e5d4850 100644 --- a/sim/tic80/ChangeLog +++ b/sim/tic80/ChangeLog @@ -1,3 +1,11 @@ +Fri Feb 13 17:11:22 1998 Michael Meissner <meissner@cygnus.com> + + * misc.c (tic80_trace_fpu*): Pass address of sim_fpu structure, + not the structure itself. Use %g consistantly to print floating + point. + + * cpu.h: (tic80_trace_fpu*): Update prototypes. + Tue Feb 3 16:25:47 1998 Andrew Cagney <cagney@b1.cygnus.com> * alu.h (IMEM32, IMEM32_IMMED): Rename IMEM and IMEM_IMMED so that |