From: Oleg Endo Date: Sat, 22 Jun 2013 12:00:09 +0000 (+0000) Subject: sh.c: Remove workaround. X-Git-Tag: releases/gcc-4.9.0~5281 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=664dd7217be541ccb5c8348a6678cb3a50f5d28f;p=thirdparty%2Fgcc.git sh.c: Remove workaround. * config/sh/sh.c: Remove workaround. Co-Authored-By: Jason Merrill From-SVN: r200328 --- diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 889cbcc63d88..9ee61041313e 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,7 @@ +2013-06-22 Oleg Endo + + * config/sh/sh.c: Remove workaround. + 2013-06-21 Andi Kleen * doc/extend.texi: Dont use __atomic_clear in HLE @@ -18,7 +22,7 @@ (get_binfo_at_offset): Use it. * tree.h (types_same_for_odr): Declare. -2013-06-20 Oleg Endo +2013-06-20 Oleg Endo Jason Merrill * system.h: Include as well as . diff --git a/gcc/config/sh/sh.c b/gcc/config/sh/sh.c index 5976206f8b40..60f454520367 100644 --- a/gcc/config/sh/sh.c +++ b/gcc/config/sh/sh.c @@ -19,12 +19,6 @@ You should have received a copy of the GNU General Public License along with GCC; see the file COPYING3. If not see . */ -/* FIXME: This is a temporary hack, so that we can include - below. will try to include which will reference - malloc & co, which are poisoned by "system.h". The proper solution is - to include in "system.h" instead of . */ -#include - #include "config.h" #include "system.h" #include "coretypes.h"