aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Edelsohn <dje.gcc@gmail.com>1994-03-20 23:45:33 +0000
committerDavid Edelsohn <dje.gcc@gmail.com>1994-03-20 23:45:33 +0000
commit7f695c077c18350ae31b4799f7d72682f3c2f08c (patch)
tree4627a969cbb730f0b821d2542b62f8cd1d463d6c
parent4e85e79f4faeaeeb08f28d0877e6d250c8831a71 (diff)
downloadgdb-7f695c077c18350ae31b4799f7d72682f3c2f08c.zip
gdb-7f695c077c18350ae31b4799f7d72682f3c2f08c.tar.gz
gdb-7f695c077c18350ae31b4799f7d72682f3c2f08c.tar.bz2
* config/sparc/sp64.mt (SIMFILES): Use remote-sim.o now.
(TM_CLIBS): Define to -lm, the simulator uses the sqrt() function. * config/sparc/tm-sp64.h (FPS_REGNUM, CPS_REGNUM): Define (so sparc-tdep.c compiles). (TARGET_PTR_BIT): Must be a constant now, fix at 64.
-rw-r--r--gdb/ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog
index 881dc83..e229368 100644
--- a/gdb/ChangeLog
+++ b/gdb/ChangeLog
@@ -6,6 +6,11 @@ Sun Mar 20 15:21:57 1994 Doug Evans (dje@cygnus.com)
start-sanitize-v9
* sp64-tdep.c (target_ptr_bit, set_target_ptr_bit): Deleted,
can no longer set this at run time.
+ * config/sparc/sp64.mt (SIMFILES): Use remote-sim.o now.
+ (TM_CLIBS): Define to -lm, the simulator uses the sqrt() function.
+ * config/sparc/tm-sp64.h (FPS_REGNUM, CPS_REGNUM): Define (so
+ sparc-tdep.c compiles).
+ (TARGET_PTR_BIT): Must be a constant now, fix at 64.
end-sanitize-v9
Sat Mar 19 08:51:12 1994 Jim Kingdon (kingdon@lioth.cygnus.com)