From: Matthias Klose Date: Mon, 15 Jul 2013 18:33:06 +0000 (+0000) Subject: libgcc2.c: Don't include . X-Git-Tag: releases/gcc-4.9.0~5003 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=ab0e837971e29cc217a6cb2691dfd29a2aa953c2;p=thirdparty%2Fgcc.git libgcc2.c: Don't include . 2013-07-15 Matthias Klose * libgcc2.c: Don't include . From-SVN: r200963 --- diff --git a/libgcc/ChangeLog b/libgcc/ChangeLog index 0e1a11a3df0d..506fa43bdc02 100644 --- a/libgcc/ChangeLog +++ b/libgcc/ChangeLog @@ -1,3 +1,7 @@ +2013-07-15 Matthias Klose + + * libgcc2.c: Don't include . + 2013-07-09 Janis Johnson * config.host (powerpc-*-eabispe*): Add t-fdpbit to tmake_file. diff --git a/libgcc/libgcc2.c b/libgcc/libgcc2.c index 641bc1521eda..bec411be0b53 100644 --- a/libgcc/libgcc2.c +++ b/libgcc/libgcc2.c @@ -1715,18 +1715,6 @@ FUNC (UDWtype u) #endif #if defined(L_fixunsxfsi) && LIBGCC2_HAS_XF_MODE -/* Reenable the normal types, in case limits.h needs them. */ -#undef char -#undef short -#undef int -#undef long -#undef unsigned -#undef float -#undef double -#undef MIN -#undef MAX -#include - UWtype __fixunsxfSI (XFtype a) { @@ -1737,18 +1725,6 @@ __fixunsxfSI (XFtype a) #endif #if defined(L_fixunsdfsi) && LIBGCC2_HAS_DF_MODE -/* Reenable the normal types, in case limits.h needs them. */ -#undef char -#undef short -#undef int -#undef long -#undef unsigned -#undef float -#undef double -#undef MIN -#undef MAX -#include - UWtype __fixunsdfSI (DFtype a) { @@ -1759,18 +1735,6 @@ __fixunsdfSI (DFtype a) #endif #if defined(L_fixunssfsi) && LIBGCC2_HAS_SF_MODE -/* Reenable the normal types, in case limits.h needs them. */ -#undef char -#undef short -#undef int -#undef long -#undef unsigned -#undef float -#undef double -#undef MIN -#undef MAX -#include - UWtype __fixunssfSI (SFtype a) {