Index: bfd/ecoff.c |
diff --git a/bfd/ecoff.c b/bfd/ecoff.c |
index b76266d26f7de196ac081b1c28a0c126c00d28ca..3b65c0eaf723dc4f2cbb5aa9b7b1dd22e211b83e 100644 |
--- a/bfd/ecoff.c |
+++ b/bfd/ecoff.c |
@@ -1,6 +1,6 @@ |
/* Generic ECOFF (Extended-COFF) routines. |
Copyright 1990, 1991, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001, |
- 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 |
+ 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011, 2012 |
Free Software Foundation, Inc. |
Original version by Per Bothner. |
Full support added by Ian Lance Taylor, ian@cygnus.com. |
@@ -73,8 +73,6 @@ static asection bfd_debug_section = |
0, NULL, 0, |
/* target_index, used_by_bfd, constructor_chain, owner, */ |
0, NULL, NULL, NULL, |
- /* flag_info, */ |
- NULL, |
/* symbol, */ |
NULL, |
/* symbol_ptr_ptr, */ |
@@ -236,9 +234,7 @@ _bfd_ecoff_set_arch_mach_hook (bfd *abfd, void * filehdr) |
} |
bfd_boolean |
-_bfd_ecoff_no_long_sections (abfd, enable) |
- bfd *abfd; |
- int enable; |
+_bfd_ecoff_no_long_sections (bfd *abfd, int enable) |
{ |
(void) abfd; |
(void) enable; |