2003-06-08 Andrew Cagney <cagney@redhat.com>
[deliverable/binutils-gdb.git] / gdb / doublest.c
index 101240b5b6df28dad997b096b4504bb3c0670903..caf45fb6474c1aa5becb0ceccba9c8c9f0eed7d0 100644 (file)
@@ -625,7 +625,7 @@ floatformat_from_doublest (const struct floatformat *fmt,
    target-dependent code, the format of floating-point types is known,
    but not passed on by GDB.  This should be fixed.  */
 
-const struct floatformat *
+static const struct floatformat *
 floatformat_from_length (int len)
 {
   if (len * TARGET_CHAR_BIT == TARGET_FLOAT_BIT)
This page took 0.025601 seconds and 4 git commands to generate.