Commit 3bc5e4ef by Kazu Hirata Committed by Kazu Hirata

mn10300.c (mn10300_encode_section_info): Fix a warning.

	* config/mn10300/mn10300.c (mn10300_encode_section_info): Fix
	a warning.

From-SVN: r74902
parent f1777882
2003-12-21 Kazu Hirata <kazu@cs.umass.edu>
* config/mn10300/mn10300.c (mn10300_encode_section_info): Fix
a warning.
2003-12-21 Kazu Hirata <kazu@cs.umass.edu>
* config/arm/arm.c: Convert to ISO-C.
* config/avr/avr.h: Likewise.
* config/fr30/fr30.c: Likewise.
......
......@@ -2035,7 +2035,7 @@ mn10300_wide_const_load_uses_clr (rtx operands[2])
may access it using GOTOFF instead of GOT. */
static void
mn10300_encode_section_info (tree decl, rtx rtl, int first)
mn10300_encode_section_info (tree decl, rtx rtl, int first ATTRIBUTE_UNUSED)
{
rtx symbol;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment