aboutsummaryrefslogtreecommitdiff
path: root/libquadmath/printf
diff options
context:
space:
mode:
authorRichard Sandiford <rdsandiford@googlemail.com>2013-12-04 10:49:14 +0000
committerRichard Sandiford <rsandifo@gcc.gnu.org>2013-12-04 10:49:14 +0000
commitb21fbbd29cee0d18b2e5babf2bee470db98ebb51 (patch)
tree8384e299ea2272fcb6b76c7a441d7527786db327 /libquadmath/printf
parenta88bf705531216cbdb8637836caf2b228d49d175 (diff)
downloadgcc-b21fbbd29cee0d18b2e5babf2bee470db98ebb51.zip
gcc-b21fbbd29cee0d18b2e5babf2bee470db98ebb51.tar.gz
gcc-b21fbbd29cee0d18b2e5babf2bee470db98ebb51.tar.bz2
longlong.h: New file.
include/ * longlong.h: New file. libgcc/ * longlong.h: Delete (moved to include/). libquadmath/ * Makefile.am (AM_CPPFLAGS): Define. * Makefile.in: Regenerate. * printf/gmp-impl.h: Remove path from longlong.h include. From-SVN: r205659
Diffstat (limited to 'libquadmath/printf')
-rw-r--r--libquadmath/printf/gmp-impl.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/libquadmath/printf/gmp-impl.h b/libquadmath/printf/gmp-impl.h
index 0f14192..969574c 100644
--- a/libquadmath/printf/gmp-impl.h
+++ b/libquadmath/printf/gmp-impl.h
@@ -60,7 +60,7 @@ typedef unsigned int UHWtype;
#define attribute_hidden
#endif
-#include "../../libgcc/longlong.h"
+#include "longlong.h"
/* Copy NLIMBS *limbs* from SRC to DST. */
#define MPN_COPY_INCR(DST, SRC, NLIMBS) \