This is the mail archive of the binutils@sources.redhat.com mailing list for the binutils 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: [patch] tic4x warning fixups


On Mon, Sep 16, 2002 at 06:27:24PM +0200, Svein E. Seldal wrote:
> ChangeLog:
> 
> 2002-09-16  Svein E. Seldal  <Svein.Seldal@solidas.com>
> 
> 	* bfd/coff-tic4x.c: Added function decleations and ATTRIBUTE_USED
> 	flags to reduce the number of warnings.
> 	* bfd/cpu-tic4x.c: Ditto
> 	* gas/config/tc-tic4x.c: Ditto and converted all C-functions to
> 	K&R format.
> 	* opcodes/tic4x-dis.c: Ditto and converted all C-functions to K&R.

Applied.  Note that you should write the ChangeLog entries as they will
appear in the individual ChangeLog files.  You can't put a "ditto" in
gas/ChangeLog which refers to an entry in bfd/ChangeLog.  Also, file
paths should be relative to the ChangeLog file.  Thus:

bfd/ChangeLog
	* coff-tic4x.c: Add function declarations and ATTRIBUTE_UNUSED.
	* cpu-tic4x.c: Ditto.

opcodes/ChangeLog
	* tic4x-dis.c: Add function declarations and ATTRIBUTE_UNUSED.
	Convert functions to K&R format.

gas/ChangeLog
	* config/tc-tic4x.c: Add function declarations and ATTRIBUTE_UNUSED.
	Convert functions to K&R format.

-- 
Alan Modra
IBM OzLabs - Linux Technology Centre


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