Don't include <exception_defines.h>

2011-02-23  H.J. Lu  <hongjiu.lu@intel.com>

	* ld-elf/new.cc: Don't include <exception_defines.h>.
This commit is contained in:
H.J. Lu 2011-02-23 22:37:48 +00:00
parent 2b52013fe3
commit 3b8d4c366a
2 changed files with 4 additions and 1 deletions

View File

@ -1,3 +1,7 @@
2011-02-23 H.J. Lu <hongjiu.lu@intel.com>
* ld-elf/new.cc: Don't include <exception_defines.h>.
2011-02-10 Alan Modra <amodra@gmail.com>
* ld-scripts/defined.exp: Don't run defined5 for AOUT.

View File

@ -1,5 +1,4 @@
#include <new>
#include <exception_defines.h>
using std::bad_alloc;