summaryrefslogtreecommitdiff
path: root/gas/write.c
diff options
context:
space:
mode:
authorAlan Modra <amodra@bigpond.net.au>2012-01-17 00:20:29 +0000
committerAlan Modra <amodra@bigpond.net.au>2012-01-17 00:20:29 +0000
commit5d88cc9228021c505cc7a0609c03bfa6be310450 (patch)
treef83ac371d50019b09aa01001887e723fc3229dda /gas/write.c
parente5f3b2898825b5bd05dc9b18af661d9cd4f4515e (diff)
downloadbinutils-redhat-5d88cc9228021c505cc7a0609c03bfa6be310450.tar.gz
* write.c (fix_new_internal): Don't mark used parameter as unused.
Diffstat (limited to 'gas/write.c')
-rw-r--r--gas/write.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/gas/write.c b/gas/write.c
index a1e0205f86..5d4e073c01 100644
--- a/gas/write.c
+++ b/gas/write.c
@@ -1,7 +1,7 @@
/* write.c - emit .o file
Copyright 1986, 1987, 1990, 1991, 1992, 1993, 1994, 1995, 1996, 1997,
1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009,
- 2010, 2011 Free Software Foundation, Inc.
+ 2010, 2011, 2012 Free Software Foundation, Inc.
This file is part of GAS, the GNU Assembler.
@@ -151,7 +151,7 @@ fix_new_internal (fragS *frag, /* Which frag? */
symbolS *sub_symbol, /* X_op_symbol. */
offsetT offset, /* X_add_number. */
int pcrel, /* TRUE if PC-relative relocation. */
- RELOC_ENUM r_type ATTRIBUTE_UNUSED /* Relocation type. */,
+ RELOC_ENUM r_type /* Relocation type. */,
int at_beginning) /* Add to the start of the list? */
{
fixS *fixP;