This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.
Index Nav: | [Date Index] [Subject Index] [Author Index] [Thread Index] | |
---|---|---|
Message Nav: | [Date Prev] [Date Next] | [Thread Prev] [Thread Next] |
Other format: | [Raw text] |
* config/fp-bit.c: Include L_mul_tf in #endif comment. * config/fp-bit.h: Tidy comments.
Index: config/fp-bit.c =================================================================== RCS file: /cvs/gcc/gcc/gcc/config/fp-bit.c,v retrieving revision 1.47 diff -u -p -r1.47 fp-bit.c --- config/fp-bit.c 11 Mar 2004 05:54:28 -0000 1.47 +++ config/fp-bit.c 8 Apr 2005 01:48:56 -0000 @@ -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: config/fp-bit.h =================================================================== RCS file: /cvs/gcc/gcc/gcc/config/fp-bit.h,v retrieving revision 1.12 diff -u -p -r1.12 fp-bit.h --- config/fp-bit.h 27 Sep 2003 04:48:11 -0000 1.12 +++ config/fp-bit.h 8 Apr 2005 01:48:56 -0000 @@ -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.
Attachment:
signature.asc
Description: OpenPGP digital signature
Index Nav: | [Date Index] [Subject Index] [Author Index] [Thread Index] | |
---|---|---|
Message Nav: | [Date Prev] [Date Next] | [Thread Prev] [Thread Next] |