* config/sparc/sp64.mt (SIMFILES): Use remote-sim.o now.
authorDavid Edelsohn <dje.gcc@gmail.com>
Sun, 20 Mar 1994 23:45:33 +0000 (23:45 +0000)
committerDavid Edelsohn <dje.gcc@gmail.com>
Sun, 20 Mar 1994 23:45:33 +0000 (23:45 +0000)
(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.

gdb/ChangeLog

index 881dc839bac39c483834c7f0e280277040724879..e229368fe558851c1f9b9d51f95adcb9dda2f87a 100644 (file)
@@ -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)