aboutsummaryrefslogtreecommitdiff
path: root/ld/ChangeLog
diff options
context:
space:
mode:
authorAlan Modra <amodra@gmail.com>2009-04-09 13:55:35 +0000
committerAlan Modra <amodra@gmail.com>2009-04-09 13:55:35 +0000
commitfc15a27240dc42cdddb628cdfe28359ef13f0152 (patch)
tree8ae6c08c9d87b56f566a40b8b8e4cd387975acf1 /ld/ChangeLog
parent8487be8ba80b9de04968c89e2108f6248e6d86f8 (diff)
downloadgdb-fc15a27240dc42cdddb628cdfe28359ef13f0152.zip
gdb-fc15a27240dc42cdddb628cdfe28359ef13f0152.tar.gz
gdb-fc15a27240dc42cdddb628cdfe28359ef13f0152.tar.bz2
* emultempl/spuelf.em (embedded_spu_file): Use pex_one in place
of fork/execvp.
Diffstat (limited to 'ld/ChangeLog')
-rw-r--r--ld/ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ld/ChangeLog b/ld/ChangeLog
index 7f97b49..f8f4940 100644
--- a/ld/ChangeLog
+++ b/ld/ChangeLog
@@ -1,3 +1,8 @@
+2009-04-09 Thilo Fischer <thilo.fischer@uni-muenster.de>
+
+ * emultempl/spuelf.em (embedded_spu_file): Use pex_one in place
+ of fork/execvp.
+
2009-04-08 H.J. Lu <hongjiu.lu@intel.com>
* lexsup.c (option_values): Add OPTION_WARN_ALTERNATE_EM.