summaryrefslogtreecommitdiffstats
path: root/binutils-2.25/gas/config/tc-bfin.c
diff options
context:
space:
mode:
Diffstat (limited to 'binutils-2.25/gas/config/tc-bfin.c')
-rw-r--r--binutils-2.25/gas/config/tc-bfin.c5
1 files changed, 2 insertions, 3 deletions
diff --git a/binutils-2.25/gas/config/tc-bfin.c b/binutils-2.25/gas/config/tc-bfin.c
index 99e9b1ee..447a477d 100644
--- a/binutils-2.25/gas/config/tc-bfin.c
+++ b/binutils-2.25/gas/config/tc-bfin.c
@@ -1,6 +1,5 @@
/* tc-bfin.c -- Assembler for the ADI Blackfin.
- Copyright 2005, 2006, 2007, 2008, 2009, 2010
- Free Software Foundation, Inc.
+ Copyright (C) 2005-2014 Free Software Foundation, Inc.
This file is part of GAS, the GNU Assembler.
@@ -949,7 +948,7 @@ int ninsns;
int count_insns;
static void *
-allocate (int n)
+allocate (size_t n)
{
return obstack_alloc (&mempool, n);
}