aboutsummaryrefslogtreecommitdiff
path: root/gold/ChangeLog
diff options
context:
space:
mode:
authorIan Lance Taylor <ian@airs.com>2008-06-09 19:12:34 +0000
committerIan Lance Taylor <ian@airs.com>2008-06-09 19:12:34 +0000
commit7b3082352faa8596807f9f5ad038039aae615020 (patch)
tree2e404b7f4fb90da4310fd9429f6628d209d53fab /gold/ChangeLog
parente8568f6c630ea3d6681195e0a2b0d1e2e3866a1b (diff)
downloadgdb-7b3082352faa8596807f9f5ad038039aae615020.zip
gdb-7b3082352faa8596807f9f5ad038039aae615020.tar.gz
gdb-7b3082352faa8596807f9f5ad038039aae615020.tar.bz2
* testsuite/relro_test.cc: Include <cstdio>, <cstdlib>, and
<exception>. (throwing, orig_terminate): New static variables. (terminate_handler): New static function. (t2): Set terminate handler.
Diffstat (limited to 'gold/ChangeLog')
-rw-r--r--gold/ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/gold/ChangeLog b/gold/ChangeLog
index f534b6d..ded95ca 100644
--- a/gold/ChangeLog
+++ b/gold/ChangeLog
@@ -1,3 +1,11 @@
+2008-06-09 Ian Lance Taylor <iant@google.com>
+
+ * testsuite/relro_test.cc: Include <cstdio>, <cstdlib>, and
+ <exception>.
+ (throwing, orig_terminate): New static variables.
+ (terminate_handler): New static function.
+ (t2): Set terminate handler.
+
2008-06-05 Kris Van Hees <kris.van.hees@oracle.com>
PR 6584