This is the mail archive of the gdb-patches@sourceware.org mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [COMMITTED][RFC/TileGX 1/2] fix gdbserver build failure


On 09/17/2013 10:04 PM, Jiong Wang wrote:
> 2013-09-16  Jiong Wang<jiwang@tilera.com>
> 
> 	* configure.srv <tilegx*-*-linux*>: Remove linux-osdata.o from and add
> 	linux-tile-low.o to srv_tgtobj.

Wang Jiong,
The changelog entry here is correct, but the entry in ChangeLog file is
wrong.  A blank line after date is missing.  Here is the fix.
Committed.

-- 
Yao (éå)

Index: gdbserver/ChangeLog
===================================================================
RCS file: /cvs/src/src/gdb/gdbserver/ChangeLog,v
retrieving revision 1.771
diff -u -r1.771 ChangeLog
--- gdbserver/ChangeLog	17 Sep 2013 14:00:30 -0000	1.771
+++ gdbserver/ChangeLog	18 Sep 2013 01:50:14 -0000
@@ -1,8 +1,10 @@
 2013-09-16  Jiong Wang  <jiwang@tilera.com>
+
 	* linux-tile-low.c (tile_regsets): Modify the size field to 64-bit
 	for each register.
 
 2013-09-16  Jiong Wang  <jiwang@tilera.com>
+
 	* configure.srv <tilegx*-*-linux*>: Remove linux-osdata.o from and add
 	linux-tile-low.o to srv_tgtobj.
 


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]