From: Nick Roberts Date: Thu, 31 Aug 2006 01:11:58 +0000 (+0000) Subject: *** empty log message *** X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=9143ce54b372e42e664f4c9c2e5d2cfdb0aa531c;p=thirdparty%2Fbinutils-gdb.git *** empty log message *** --- diff --git a/gdb/ChangeLog b/gdb/ChangeLog index a1646d0c761..1ca2c61711a 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,16 @@ +2006-08-31 Nick Roberts + + * Makefile.in (COMMON_OBS): Move async-nat-sigthread.o + async-nat-sigthread.o to... + + * config/i386/linux.mh (NATDEPFILES): ...here. + + * async-nat-sigthread.c: Modify commentary at start. + + * async-nat-inferior.c: Modify commentary at start. + Remove (duplicated/unnecessary?) remote functions. + + 2006-08-30 Nick Roberts * main.c (captured_main): Condition --async option on ASYNC. @@ -6,7 +19,7 @@ * Makefile.in: Add link flag for pthread library... - * config/i386/linux.mh (LOADLIBES): here. + * config/i386/linux.mh (LOADLIBES): ...here. 2006-08-28 Nick Roberts