summaryrefslogtreecommitdiffstats
path: root/libquadmath/printf
diff options
context:
space:
mode:
authorrsandifo <rsandifo@138bc75d-0d04-0410-961f-82ee72b054a4>2013-12-04 10:49:14 +0000
committerrsandifo <rsandifo@138bc75d-0d04-0410-961f-82ee72b054a4>2013-12-04 10:49:14 +0000
commit8192796762b4781de57ce2a6c104a71dcbd874e3 (patch)
tree8384e299ea2272fcb6b76c7a441d7527786db327 /libquadmath/printf
parentc714234493459fd31fd3f33d5bc64b0a4570d0b9 (diff)
downloadppe42-gcc-8192796762b4781de57ce2a6c104a71dcbd874e3.tar.gz
ppe42-gcc-8192796762b4781de57ce2a6c104a71dcbd874e3.zip
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. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@205659 138bc75d-0d04-0410-961f-82ee72b054a4
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 0f1419277de..969574c853a 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) \
OpenPOWER on IntegriCloud