* config/sh/sh.c: Remove <cstdlib> workaround.
Co-Authored-By: Jason Merrill <jason@redhat.com>
From-SVN: r200328
+2013-06-22 Oleg Endo <olegendo@gcc.gnu.org>
+
+ * config/sh/sh.c: Remove <cstdlib> workaround.
+
2013-06-21 Andi Kleen <ak@linux.intel.com>
* doc/extend.texi: Dont use __atomic_clear in HLE
(get_binfo_at_offset): Use it.
* tree.h (types_same_for_odr): Declare.
-2013-06-20 Oleg Endo <oleg.endo@t-online.de>
+2013-06-20 Oleg Endo <olegendo@gcc.gnu.org>
Jason Merrill <jason@redhat.com>
* system.h: Include <cstdlib> as well as <stdlib.h>.
along with GCC; see the file COPYING3. If not see
<http://www.gnu.org/licenses/>. */
-/* FIXME: This is a temporary hack, so that we can include <algorithm>
- below. <algorithm> will try to include <cstdlib> which will reference
- malloc & co, which are poisoned by "system.h". The proper solution is
- to include <cstdlib> in "system.h" instead of <stdlib.h>. */
-#include <cstdlib>
-
#include "config.h"
#include "system.h"
#include "coretypes.h"