From f626d28d5002ea6301cae46d86181a6443a4176e Mon Sep 17 00:00:00 2001 From: gdbadmin Date: Wed, 1 Sep 2010 17:27:48 +0000 Subject: [PATCH] Put ChangeLog entries in the right ChangeLog file. --- gdb/ChangeLog | 18 ------------------ gdb/gdbserver/ChangeLog | 18 ++++++++++++++++++ 2 files changed, 18 insertions(+), 18 deletions(-) diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 25127af90f..a64c8ce720 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,21 +1,3 @@ -2010-09-01 Joel Brobecker - - * Makefile.in (memmem.o): Build with -Wno-error. - -2010-09-01 Joel Brobecker - - * utils.c (xsnprintf): Make non-static. - * server.h: Add xsnprintf declaration. - * linux-low.c, nto-low.c, target.c, thread-db.c, tracepoint.c: - replace calls to snprintf by calls to xsnprintf throughout. - -2010-09-01 Joel Brobecker - - * configure.ac: Add configure check for alloca. - * configure, config.in: Regenerate. - * server.h: Include alloca.h if it exists. - * gdbreplay.c: Include alloca.h if it exists. - 2010-08-31 Sami Wagiaalla * symfile.c (reread_symbols): Use psymbol_bcache_free, and diff --git a/gdb/gdbserver/ChangeLog b/gdb/gdbserver/ChangeLog index 65e6b78866..6f0adc9c45 100644 --- a/gdb/gdbserver/ChangeLog +++ b/gdb/gdbserver/ChangeLog @@ -1,3 +1,21 @@ +2010-09-01 Joel Brobecker + + * Makefile.in (memmem.o): Build with -Wno-error. + +2010-09-01 Joel Brobecker + + * utils.c (xsnprintf): Make non-static. + * server.h: Add xsnprintf declaration. + * linux-low.c, nto-low.c, target.c, thread-db.c, tracepoint.c: + replace calls to snprintf by calls to xsnprintf throughout. + +2010-09-01 Joel Brobecker + + * configure.ac: Add configure check for alloca. + * configure, config.in: Regenerate. + * server.h: Include alloca.h if it exists. + * gdbreplay.c: Include alloca.h if it exists. + 2010-08-28 Pedro Alves * linux-low.c (__SIGRTMIN): Define if not already defined. -- 2.11.0