From 8192796762b4781de57ce2a6c104a71dcbd874e3 Mon Sep 17 00:00:00 2001 From: rsandifo Date: Wed, 4 Dec 2013 10:49:14 +0000 Subject: [PATCH] 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 --- include/ChangeLog | 4 ++++ {libgcc => include}/longlong.h | 0 libgcc/ChangeLog | 4 ++++ libquadmath/ChangeLog | 6 ++++++ libquadmath/Makefile.am | 1 + libquadmath/Makefile.in | 1 + libquadmath/printf/gmp-impl.h | 2 +- 7 files changed, 17 insertions(+), 1 deletion(-) rename {libgcc => include}/longlong.h (100%) diff --git a/include/ChangeLog b/include/ChangeLog index a43d367..9109c76 100644 --- a/include/ChangeLog +++ b/include/ChangeLog @@ -1,3 +1,7 @@ +2013-12-04 Richard Sandiford + + * longlong.h: New file. + 2013-10-29 Marc Glisse PR tree-optimization/58689 diff --git a/libgcc/longlong.h b/include/longlong.h similarity index 100% rename from libgcc/longlong.h rename to include/longlong.h diff --git a/libgcc/ChangeLog b/libgcc/ChangeLog index fea1c05..94f69ca 100644 --- a/libgcc/ChangeLog +++ b/libgcc/ChangeLog @@ -1,3 +1,7 @@ +2013-12-04 Richard Sandiford + + * longlong.h: Delete (moved to include/). + 2013-12-03 Adhemerval Zanella * config/rs6000/ibm-ldouble.c (__gcc_qadd): Fix add diff --git a/libquadmath/ChangeLog b/libquadmath/ChangeLog index d3c17f6..804a3d5 100644 --- a/libquadmath/ChangeLog +++ b/libquadmath/ChangeLog @@ -1,3 +1,9 @@ +2013-12-04 Richard Sandiford + + * Makefile.am (AM_CPPFLAGS): Define. + * Makefile.in: Regenerate. + * printf/gmp-impl.h: Remove path from longlong.h include. + 2013-09-20 Alan Modra * configure: Regenerate. diff --git a/libquadmath/Makefile.am b/libquadmath/Makefile.am index 6c97ee8..6519731 100644 --- a/libquadmath/Makefile.am +++ b/libquadmath/Makefile.am @@ -6,6 +6,7 @@ AUTOMAKE_OPTIONS = 1.8 foreign ## Skip over everything if the quadlib is not available: if BUILD_LIBQUADMATH ACLOCAL_AMFLAGS = -I .. -I ../config +AM_CPPFLAGS = -I $(top_srcdir)/../include ## May be used by toolexeclibdir. gcc_version := $(shell cat $(top_srcdir)/../gcc/BASE-VER) diff --git a/libquadmath/Makefile.in b/libquadmath/Makefile.in index 92c5d25..3317809 100644 --- a/libquadmath/Makefile.in +++ b/libquadmath/Makefile.in @@ -310,6 +310,7 @@ top_builddir = @top_builddir@ top_srcdir = @top_srcdir@ AUTOMAKE_OPTIONS = 1.8 foreign @BUILD_LIBQUADMATH_TRUE@ACLOCAL_AMFLAGS = -I .. -I ../config +@BUILD_LIBQUADMATH_TRUE@AM_CPPFLAGS = -I $(top_srcdir)/../include @BUILD_LIBQUADMATH_TRUE@gcc_version := $(shell cat $(top_srcdir)/../gcc/BASE-VER) @BUILD_LIBQUADMATH_TRUE@@LIBQUAD_USE_SYMVER_FALSE@version_arg = @BUILD_LIBQUADMATH_TRUE@@LIBQUAD_USE_SYMVER_GNU_TRUE@@LIBQUAD_USE_SYMVER_TRUE@version_arg = -Wl,--version-script=$(srcdir)/quadmath.map 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) \ -- 2.7.4