From 8c638bd7c790fbb2a4de17076271bdbe7edcaa92 Mon Sep 17 00:00:00 2001 From: bje Date: Fri, 8 Apr 2005 01:51:00 +0000 Subject: [PATCH] * config/fp-bit.c: Include L_mul_tf in #endif comment. * config/fp-bit.h: Tidy comments. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@97819 138bc75d-0d04-0410-961f-82ee72b054a4 --- gcc/ChangeLog | 5 +++++ gcc/config/fp-bit.c | 6 +++--- gcc/config/fp-bit.h | 3 +-- 3 files changed, 9 insertions(+), 5 deletions(-) diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 5eeafa1..5ac7942 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,8 @@ +2005-04-08 Ben Elliston + + * config/fp-bit.c: Include L_mul_tf in #endif comment. + * config/fp-bit.h: Tidy comments. + 2005-04-07 Kaveh R. Ghazi * system.h: Poison PARAMS. diff --git a/gcc/config/fp-bit.c b/gcc/config/fp-bit.c index 748e24b..795e67a 100644 --- a/gcc/config/fp-bit.c +++ b/gcc/config/fp-bit.c @@ -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 * diff --git a/gcc/config/fp-bit.h b/gcc/config/fp-bit.h index 6221c9e..a9ab62b 100644 --- a/gcc/config/fp-bit.h +++ b/gcc/config/fp-bit.h @@ -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. -- 2.7.4