fp-bit.c: Include L_mul_tf in #endif comment.
authorBen Elliston <bje@au.ibm.com>
Fri, 8 Apr 2005 01:51:00 +0000 (01:51 +0000)
committerBen Elliston <bje@gcc.gnu.org>
Fri, 8 Apr 2005 01:51:00 +0000 (11:51 +1000)
* config/fp-bit.c: Include L_mul_tf in #endif comment.
* config/fp-bit.h: Tidy comments.

From-SVN: r97819

gcc/ChangeLog
gcc/config/fp-bit.c
gcc/config/fp-bit.h

index 5eeafa112f6c39d0e5ec316fe46c096bce107bd9..5ac794255a98e01a536123fcb5fc70fc639cc9ea 100644 (file)
@@ -1,3 +1,8 @@
+2005-04-08  Ben Elliston  <bje@au.ibm.com>
+
+       * config/fp-bit.c: Include L_mul_tf in #endif comment.
+       * config/fp-bit.h: Tidy comments.
+
 2005-04-07  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
 
        * system.h: Poison PARAMS.
index 748e24baa2efca16d4e1fc7262b4bc4c41a19cca..795e67ad36a91ec0de2e2bc861a9bd1f1aff3af8 100644 (file)
@@ -1,7 +1,7 @@
 /* This is a software floating point library which can be used
    for targets without hardware floating point. 
-   Copyright (C) 1994, 1995, 1996, 1997, 1998, 2000, 2001, 2002, 2003, 2004
-   Free Software Foundation, Inc.
+   Copyright (C) 1994, 1995, 1996, 1997, 1998, 2000, 2001, 2002, 2003,
+   2004, 2005 Free Software Foundation, Inc.
 
 This file is free software; you can redistribute it and/or modify it
 under the terms of the GNU General Public License as published by the
@@ -947,7 +947,7 @@ multiply (FLO_type arg_a, FLO_type arg_b)
 
   return pack_d (res);
 }
-#endif /* L_mul_sf || L_mul_df */
+#endif /* L_mul_sf || L_mul_df || L_mul_tf */
 
 #if defined(L_div_sf) || defined(L_div_df) || defined(L_div_tf)
 static inline __attribute__ ((__always_inline__)) fp_number_type *
index 6221c9ede0716271e3f60c37ac6e24c1d65e4aa0..a9ab62b6b2cc76456f94aef0a3af50a219639e9b 100644 (file)
@@ -1,6 +1,5 @@
 /* Header file for fp-bit.c.  */
-/* Copyright (C) 2000, 2002, 2003
-   Free Software Foundation, Inc.
+/* Copyright (C) 2000, 2002, 2003 Free Software Foundation, Inc.
 
 This file is part of GCC.