OSDN Git Service

Don't include <exception_defines.h>
authorhjl <hjl>
Thu, 24 Feb 2011 07:37:47 +0000 (07:37 +0000)
committerhjl <hjl>
Thu, 24 Feb 2011 07:37:47 +0000 (07:37 +0000)
2011-02-23  H.J. Lu  <hongjiu.lu@intel.com>

* ld-elf/new.cc: Don't include <exception_defines.h>.

ld/testsuite/ChangeLog
ld/testsuite/ld-elf/new.cc

index 3796f17..1de772b 100644 (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.
index b4c8882..513cf2f 100644 (file)
@@ -1,5 +1,4 @@
 #include <new>
-#include <exception_defines.h>
 
 using std::bad_alloc;