[patch] tic4x warning fixups

Alan Modra amodra@bigpond.net.au
Tue Sep 17 02:00:00 GMT 2002


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



More information about the Binutils mailing list