Browse Source

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>.
gdb_7_3-branch
H.J. Lu 16 years ago
parent
commit
3b8d4c366a
  1. 4
      ld/testsuite/ChangeLog
  2. 1
      ld/testsuite/ld-elf/new.cc

4
ld/testsuite/ChangeLog

@ -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.

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

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

Loading…
Cancel
Save