aboutsummaryrefslogtreecommitdiff
path: root/binutils/ChangeLog
diff options
context:
space:
mode:
authorAlan Modra <amodra@gmail.com>2007-01-11 06:24:40 +0000
committerAlan Modra <amodra@gmail.com>2007-01-11 06:24:40 +0000
commit669a9a2af6922f748d451486770ea70ce02385ba (patch)
tree7923fc44c148d2bdad340cf1ffd80b0943cd2376 /binutils/ChangeLog
parenta1b4b5562372076580c1ee42711f7be3945c9be2 (diff)
downloadgdb-669a9a2af6922f748d451486770ea70ce02385ba.zip
gdb-669a9a2af6922f748d451486770ea70ce02385ba.tar.gz
gdb-669a9a2af6922f748d451486770ea70ce02385ba.tar.bz2
* embedspu.sh: New file.
* Makefile.am (embedspu): Add rule. * configure.in (BUILD_MISC): Add embedspu for powerpc-linux. * Makefile.in: Regenerate. * configure: Regenerate.
Diffstat (limited to 'binutils/ChangeLog')
-rw-r--r--binutils/ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/binutils/ChangeLog b/binutils/ChangeLog
index f5d49e4..679da1c 100644
--- a/binutils/ChangeLog
+++ b/binutils/ChangeLog
@@ -1,5 +1,13 @@
2007-01-11 Alan Modra <amodra@bigpond.net.au>
+ * embedspu.sh: New file.
+ * Makefile.am (embedspu): Add rule.
+ * configure.in (BUILD_MISC): Add embedspu for powerpc-linux.
+ * Makefile.in: Regenerate.
+ * configure: Regenerate.
+
+2007-01-11 Alan Modra <amodra@bigpond.net.au>
+
* bucomm.h (make_tempdir): Declare independently of HAVE_MKDTEMP.
* bucomm.c (template_in_dir): New function, split out from..
(make_tempname): ..here. Open the file with O_EXCL if !HAVE_MKSTEMP.