summaryrefslogtreecommitdiffstats
path: root/binutils-2.25/gas/config/tc-mn10300.c
diff options
context:
space:
mode:
Diffstat (limited to 'binutils-2.25/gas/config/tc-mn10300.c')
-rw-r--r--binutils-2.25/gas/config/tc-mn10300.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/binutils-2.25/gas/config/tc-mn10300.c b/binutils-2.25/gas/config/tc-mn10300.c
index 4029c641..3d159b18 100644
--- a/binutils-2.25/gas/config/tc-mn10300.c
+++ b/binutils-2.25/gas/config/tc-mn10300.c
@@ -1,6 +1,5 @@
/* tc-mn10300.c -- Assembler code for the Matsushita 10300
- Copyright 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005,
- 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc.
+ Copyright (C) 1996-2014 Free Software Foundation, Inc.
This file is part of GAS, the GNU Assembler.
@@ -1014,7 +1013,8 @@ mn10300_check_fixup (struct mn10300_fixup *fixup)
}
void
-mn10300_cons_fix_new (fragS *frag, int off, int size, expressionS *exp)
+mn10300_cons_fix_new (fragS *frag, int off, int size, expressionS *exp,
+ bfd_reloc_code_real_type r ATTRIBUTE_UNUSED)
{
struct mn10300_fixup fixup;