diff options
author | Richard Kenner <kenner@gcc.gnu.org> | 2000-04-15 12:34:38 -0400 |
---|---|---|
committer | Richard Kenner <kenner@gcc.gnu.org> | 2000-04-15 12:34:38 -0400 |
commit | 6da9c622a6ea0b9fa9a79013423dc4cfcbd0ebd3 (patch) | |
tree | f83a160f07bf4bbc01c836e30c5c752148506479 /gcc/longlong.h | |
parent | 4cf7705a1efc8dd0068662d597d63bc63a195bd1 (diff) | |
download | gcc-6da9c622a6ea0b9fa9a79013423dc4cfcbd0ebd3.tar.gz |
configure.in (alpha*-*-*): Aad config/alpha/t-alpha.
* configure.in (alpha*-*-*): Aad config/alpha/t-alpha.
* configure: Rebuilt.
* libgcc2.c (__fixunstfDI): Renamed from __fixunstfdi.
(__fixunsxfDI): Renamed from __fixunsxfdi.
(__fixunsdfDI): Renamed from __fixunsdfdi.
(__fixunssfDI): Renamed from __fixunssfdi.
(__floatdisf): Use proper type in REP_BIT macro.
(__fixunsxfSI): Renamed from __fixunsxfsi.
(__fixunsdfSI): Renamed from __fixunsdfsi.
(__fixunssfSI): Renamed from __fixunssfsi.
* libgcc2.h: Add cases for MIN_UNITS_PER_WORD > 4.
Change location of macros and upper-case some names as above.
* longlong.h ([alpha]): Use PARAMS, not __P in decl of __udiv__qrnnd.
* config/alpha/t-alpha, config/alpha/qrnnd.asm: New files.
From-SVN: r33166
Diffstat (limited to 'gcc/longlong.h')
-rw-r--r-- | gcc/longlong.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/longlong.h b/gcc/longlong.h index 796ebe2d07f..449a66fa32d 100644 --- a/gcc/longlong.h +++ b/gcc/longlong.h @@ -168,7 +168,7 @@ (q) = __udiv_qrnnd (&__r, (n1), (n0), (d)); \ (r) = __r; \ } while (0) -extern UDItype __udiv_qrnnd __P ((UDItype *, UDItype, UDItype, UDItype)); +extern UDItype __udiv_qrnnd PARAMS ((UDItype *, UDItype, UDItype, UDItype)); #define UDIV_TIME 220 #endif /* LONGLONG_STANDALONE */ #endif /* __alpha */ |