diff options
author | Richard Sandiford <rdsandiford@googlemail.com> | 2013-12-04 10:49:14 +0000 |
---|---|---|
committer | Richard Sandiford <rsandifo@gcc.gnu.org> | 2013-12-04 10:49:14 +0000 |
commit | b21fbbd29cee0d18b2e5babf2bee470db98ebb51 (patch) | |
tree | 8384e299ea2272fcb6b76c7a441d7527786db327 /libquadmath/printf | |
parent | a88bf705531216cbdb8637836caf2b228d49d175 (diff) | |
download | gcc-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.h | 2 |
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) \ |