On 07/27/2011 01:17 PM, Eli Zaretskii wrote: >> Date: Wed, 27 Jul 2011 11:45:24 +0800 >> From: Yao Qi >> CC: gdb-patches@sourceware.org >> >> I've sorted this into alpha-beta order in new patch. Eli, could you >> have a review on new document part in this patch? > > Here goes: > >> gdb/doc/ >> * gdb.texinfo: Document C6x features. > > You need to state the name of the node here, see the other log > entries. > OK, fixed. >> +@node C6x Features >> +@subsection C6x Features > > How about using a more full/explicit name of the target in the > subsection name? After all, C6x is just an abbreviation/acronym. I > would assume that users of these targets will at least expect to see > something like TMS320C6x, if not "Texas Instruments". > Agreed. Full name "TMS320C6x" is used. >> +@cindex target descriptions, C6x features > > Same here: I would suggest an additional @cindex entry with the full > name. > Added. >> +The @samp{org.gnu.gdb.tic6x.core} feature is required for C6x >> +targets. > > Same here: mention the full name in the text once. > Fixed. > What about NEWS? do we want this addition mentioned there? > Yes, I've sent an updated NEWS and copied you. New port: TI C6x: NEWS http://sourceware.org/ml/gdb-patches/2011-07/msg00750.html Beside NEWS, we also have a documentation patch on a new packet in remote protocol. Please review. New port: TI C6x: Document on qXfer:fdpic:read packet http://sourceware.org/ml/gdb-patches/2011-07/msg00568.html >> gdb/ >> * features/Makefile (WHICH): Add tic6x-c64xp-linux tic6x-c64x-linux >> and tic6x-c62x-linux. >> * features/tic6x-c6xp.xml: New. >> * features/tic6x-core.xml: New. >> * features/tic6x-gp.xml: New. >> * features/tic6x-c62x-linux.xml: New. >> * features/tic6x-c64x-linux.xml: New. >> * features/tic6x-c64xp-linux.xml: New. >> * features/tic6x-c64xp-linux.c: Generated. >> * features/tic6x-c64x-linux.c: Generated. >> * features/tic6x-c62x-linux.c: Generated. >> * regformats/tic6x-c62x-linux.dat: Generated. >> * regformats/tic6x-c64x-linux.dat: Generated. >> * regformats/tic6x-c64xp-linux.dat: Generated. > > Quite a few of these files will trigger ARI alerts about file-name > collisions on 8+3 filesystems. Please consider updating fnchange.lst. Added these new file names in fnchange.lst. -- Yao (齐尧)