From: Jim Blandy Date: Fri, 17 Mar 2006 22:06:24 +0000 (+0000) Subject: Move ChangeLog entries to top-level ChangeLog.csl. X-Git-Tag: gdb-csl-20060226-branch-merge-to-csl-local-1~23 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=ac80abb93e3fdb2abdfc83690322cc4d9015e08f;p=thirdparty%2Fbinutils-gdb.git Move ChangeLog entries to top-level ChangeLog.csl. --- diff --git a/ChangeLog.csl b/ChangeLog.csl index 0ce4f4ccfbb..b9471a0ebcf 100644 --- a/ChangeLog.csl +++ b/ChangeLog.csl @@ -1,3 +1,30 @@ +2006-03-17 Jim Blandy + + 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 Backport from mainline. diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 0cbace82b44..34b1c6cf046 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,13 +1,3 @@ -2006-03-17 Jim Blandy - - 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 * i386obsd-tdep.c (i386obsd_trapframe_sniffer): Also recognize diff --git a/include/ChangeLog b/include/ChangeLog index f0bc4b37be1..3c6907f56dc 100644 --- a/include/ChangeLog +++ b/include/ChangeLog @@ -1,7 +1,3 @@ -2006-03-15 Jim Blandy - - * libiberty.h (pex_write_input): New declaration. - 2006-02-17 Shrirang Khisti Anil Paranjape Shilin Shakti diff --git a/libiberty/ChangeLog b/libiberty/ChangeLog index 549e9b6609f..acdfad0657f 100644 --- a/libiberty/ChangeLog +++ b/libiberty/ChangeLog @@ -1,24 +1,3 @@ -2006-03-15 Jim Blandy - - * 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 - - * pex-common.h (struct pex_obj): Doc fixes. - -2006-03-11 Jim Blandy - - * functions.texi: Regenerate. - 2006-02-21 Ben Elliston * pexecute.c (pwait): Syntax fix for previous change.