mirror of
git://gcc.gnu.org/git/gcc.git
synced 2025-02-11 23:40:34 +08:00
mn10300.c (mn10300_encode_section_info): Fix a warning.
* config/mn10300/mn10300.c (mn10300_encode_section_info): Fix a warning. From-SVN: r74902
This commit is contained in:
parent
f177788284
commit
3bc5e4eff8
@ -1,3 +1,8 @@
|
||||
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.
|
||||
|
@ -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;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user