gdb/
[deliverable/binutils-gdb.git] / gdb / i386-sol2-tdep.c
index 792923cd44e579a542a9e0c41fd47c243171d2ad..f58c455522dcd455b4a8d5efb1d8de8711fb04e2 100644 (file)
@@ -1,5 +1,5 @@
 /* Target-dependent code for Solaris x86.
-   Copyright 2002 Free Software Foundation, Inc.
+   Copyright 2002, 2003 Free Software Foundation, Inc.
 
    This file is part of GDB.
 
@@ -47,10 +47,6 @@ i386_sol2_init_abi (struct gdbarch_info info, struct gdbarch *gdbarch)
   tdep->sigcontext_addr = i386bsd_sigcontext_addr;
   tdep->sc_pc_offset = 36 + 14 * 4;
   tdep->sc_sp_offset = 36 + 17 * 4;
-
-  /* Assume that the prototype flag can be trusted.  */
-  set_gdbarch_coerce_float_to_double (gdbarch,
-                                     standard_coerce_float_to_double);
 }
 \f
 
This page took 0.026269 seconds and 4 git commands to generate.