]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commitdiff
Move ChangeLog entries to top-level ChangeLog.csl.
authorJim Blandy <jimb@codesourcery.com>
Fri, 17 Mar 2006 22:06:24 +0000 (22:06 +0000)
committerJim Blandy <jimb@codesourcery.com>
Fri, 17 Mar 2006 22:06:24 +0000 (22:06 +0000)
ChangeLog.csl
gdb/ChangeLog
include/ChangeLog
libiberty/ChangeLog

index 0ce4f4ccfbbc5929f8c1d57c3b652cddb5f0a4a6..b9471a0ebcf9fa1c5c5fdc8e4b10bcfb85702f71 100644 (file)
@@ -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.
index 0cbace82b4489f1bfe2fe236fbdb62c211882e1c..34b1c6cf046bbcdbde280185b9c409605174b24f 100644 (file)
@@ -1,13 +1,3 @@
-2006-03-17  Jim Blandy  <jimb@codesourcery.com>
-
-       Add support for 'target remote |' on MinGW.
-       * 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.
-
 2006-02-26  Mark Kettenis  <kettenis@gnu.org>
 
        * i386obsd-tdep.c (i386obsd_trapframe_sniffer): Also recognize
index f0bc4b37be112796edda3133c7654703ebdfc3d5..3c6907f56dc7b71298aba31c5a3246bfe849e38f 100644 (file)
@@ -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>
index 549e9b6609fec0ec1555f12ea942999fc6d0c473..acdfad0657f583dd41622b10254dd7b69778db6a 100644 (file)
@@ -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.