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
This commit is contained in:
parent
a88bf70553
commit
b21fbbd29c
@ -1,3 +1,7 @@
|
||||
2013-12-04 Richard Sandiford <rdsandiford@googlemail.com>
|
||||
|
||||
* longlong.h: New file.
|
||||
|
||||
2013-10-29 Marc Glisse <marc.glisse@inria.fr>
|
||||
|
||||
PR tree-optimization/58689
|
||||
|
@ -1,3 +1,7 @@
|
||||
2013-12-04 Richard Sandiford <rdsandiford@googlemail.com>
|
||||
|
||||
* longlong.h: Delete (moved to include/).
|
||||
|
||||
2013-12-03 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
|
||||
|
||||
* config/rs6000/ibm-ldouble.c (__gcc_qadd): Fix add
|
||||
|
@ -1,3 +1,9 @@
|
||||
2013-12-04 Richard Sandiford <rdsandiford@googlemail.com>
|
||||
|
||||
* Makefile.am (AM_CPPFLAGS): Define.
|
||||
* Makefile.in: Regenerate.
|
||||
* printf/gmp-impl.h: Remove path from longlong.h include.
|
||||
|
||||
2013-09-20 Alan Modra <amodra@gmail.com>
|
||||
|
||||
* configure: Regenerate.
|
||||
|
@ -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)
|
||||
|
@ -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
|
||||
|
@ -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) \
|
||||
|
Loading…
Reference in New Issue
Block a user