diff options
Diffstat (limited to 'libquadmath')
-rw-r--r-- | libquadmath/ChangeLog | 4 | ||||
-rw-r--r-- | libquadmath/printf/gmp-impl.h | 4 |
2 files changed, 6 insertions, 2 deletions
diff --git a/libquadmath/ChangeLog b/libquadmath/ChangeLog index fd24f5f..97c15b5 100644 --- a/libquadmath/ChangeLog +++ b/libquadmath/ChangeLog @@ -1,3 +1,7 @@ +2011-11-02 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE> + + * printf/gmp-impl.h: Adapt path to longlong.h. + 2011-09-21 Joseph Myers <joseph@codesourcery.com> * Makefile.am (FLAGS_TO_PASS): Define. diff --git a/libquadmath/printf/gmp-impl.h b/libquadmath/printf/gmp-impl.h index ca49e19..0f14192 100644 --- a/libquadmath/printf/gmp-impl.h +++ b/libquadmath/printf/gmp-impl.h @@ -1,6 +1,6 @@ /* Include file for internal GNU MP types and definitions. -Copyright (C) 1991, 1993, 1994, 1995, 1996 Free Software Foundation, Inc. +Copyright (C) 1991, 1993, 1994, 1995, 1996, 2011 Free Software Foundation, Inc. This file is part of the GNU MP Library. @@ -60,7 +60,7 @@ typedef unsigned int UHWtype; #define attribute_hidden #endif -#include "../../gcc/longlong.h" +#include "../../libgcc/longlong.h" /* Copy NLIMBS *limbs* from SRC to DST. */ #define MPN_COPY_INCR(DST, SRC, NLIMBS) \ |