summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJim Blandy <jimb@codesourcery.com>2006-03-17 22:06:24 +0000
committerJim Blandy <jimb@codesourcery.com>2006-03-17 22:06:24 +0000
commitb6249a172008bcafadee0cb529fefed573af3484 (patch)
tree1423d478829d5e1068ab70d7f37a1d2798d50dab
parent4fbd9684321d472af2ebc4d4a27b2fc34b7bdc22 (diff)
downloadbinutils-redhat-b6249a172008bcafadee0cb529fefed573af3484.tar.gz
Move ChangeLog entries to top-level ChangeLog.csl.
-rw-r--r--ChangeLog.csl27
-rw-r--r--include/ChangeLog4
-rw-r--r--libiberty/ChangeLog21
3 files changed, 27 insertions, 25 deletions
diff --git a/ChangeLog.csl b/ChangeLog.csl
index 0ce4f4ccfb..b9471a0ebc 100644
--- a/ChangeLog.csl
+++ b/ChangeLog.csl
@@ -1,3 +1,30 @@
+2006-03-17 Jim Blandy <jimb@codesourcery.com>
+
+ Add support for 'target remote |' on MinGW.
+ * gdb/ser-mingw.c (struct pipe_state): New structure.
+ (make_pipe_state, free_pipe_state, cleanup_pipe_state)
+ (pipe_windows_open, pipe_windows_close, pipe_windows_read)
+ (pipe_windows_write, pipe_wait_handle): New functions.
+ (_initialize_ser_windows): Register a "pipe" interface based on
+ them.
+
+ * libiberty/pex-common.c (pex_write_input): New function.
+ * libiberty/pexecute.txh (pex_write_input): Document it.
+ * libiberty/pex-common.h (struct pex_funcs): New function ptr fdopenw.
+ * libiberty/pex-unix.c (pex_unix_fdopenw): New function.
+ (funcs): List it as our fdopenw function.
+ * libiberty/pex-win32.c (pex_win32_fdopenw): New function.
+ (funcs): List it as our fdopenw function.
+ * libiberty/pex-djgpp.c (funcs): Leave fdopenw null.
+ * libiberty/pex-msdos (funcs): Same.
+ * libiberty/functions.texi: Regenerated.
+
+ * include/libiberty.h (pex_write_input): New declaration.
+
+ * libiberty/pex-common.h (struct pex_obj): Doc fixes.
+
+ * libibery/functions.texi: Regenerate.
+
2006-03-08 Paul Brook <paul@codesourcery.com>
Backport from mainline.
diff --git a/include/ChangeLog b/include/ChangeLog
index f0bc4b37be..3c6907f56d 100644
--- a/include/ChangeLog
+++ b/include/ChangeLog
@@ -1,7 +1,3 @@
-2006-03-15 Jim Blandy <jimb@codesourcery.com>
-
- * libiberty.h (pex_write_input): New declaration.
-
2006-02-17 Shrirang Khisti <shrirangk@kpitcummins.com>
Anil Paranjape <anilp1@kpitcummins.com>
Shilin Shakti <shilins@kpitcummins.com>
diff --git a/libiberty/ChangeLog b/libiberty/ChangeLog
index 549e9b6609..acdfad0657 100644
--- a/libiberty/ChangeLog
+++ b/libiberty/ChangeLog
@@ -1,24 +1,3 @@
-2006-03-15 Jim Blandy <jimb@codesourcery.com>
-
- * pex-common.c (pex_write_input): New function.
- * pexecute.txh (pex_write_input): Document it.
- * pex-common.h (struct pex_funcs): New function ptr fdopenw.
- * pex-unix.c (pex_unix_fdopenw): New function.
- (funcs): List it as our fdopenw function.
- * pex-win32.c (pex_win32_fdopenw): New function.
- (funcs): List it as our fdopenw function.
- * pex-djgpp.c (funcs): Leave fdopenw null.
- * pex-msdos (funcs): Same.
- * functions.texi: Regenerated.
-
-2006-03-12 Jim Blandy <jimb@red-bean.com>
-
- * pex-common.h (struct pex_obj): Doc fixes.
-
-2006-03-11 Jim Blandy <jimb@red-bean.com>
-
- * functions.texi: Regenerate.
-
2006-02-21 Ben Elliston <bje@au.ibm.com>
* pexecute.c (pwait): Syntax fix for previous change.