diff options
author | Michael Meissner <gnu@the-meissners.org> | 1998-02-14 00:59:44 +0000 |
---|---|---|
committer | Michael Meissner <gnu@the-meissners.org> | 1998-02-14 00:59:44 +0000 |
commit | 77cfb0a136d802954f1ac732c96f72b6a3ac73d7 (patch) | |
tree | 56c89fe1842dcadc20b5599032292c9e19649398 /sim/tic80/ChangeLog | |
parent | 8970f2fd36669b48e27f47e1b459bd88af88cb96 (diff) | |
download | gdb-77cfb0a136d802954f1ac732c96f72b6a3ac73d7.zip gdb-77cfb0a136d802954f1ac732c96f72b6a3ac73d7.tar.gz gdb-77cfb0a136d802954f1ac732c96f72b6a3ac73d7.tar.bz2 |
TIC80 uses little endian doubles, not big endian
Diffstat (limited to 'sim/tic80/ChangeLog')
-rw-r--r-- | sim/tic80/ChangeLog | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/sim/tic80/ChangeLog b/sim/tic80/ChangeLog index e5d4850..91d6685 100644 --- a/sim/tic80/ChangeLog +++ b/sim/tic80/ChangeLog @@ -1,5 +1,8 @@ Fri Feb 13 17:11:22 1998 Michael Meissner <meissner@cygnus.com> + * insns ({get,set}_fp_reg): Tic80 floating point is little endian, + not big endian. + * misc.c (tic80_trace_fpu*): Pass address of sim_fpu structure, not the structure itself. Use %g consistantly to print floating point. |