Step down from being global maintainer.
[deliverable/binutils-gdb.git] / bfd / coff-alpha.c
index 62e5c9c6f03d84d48c6493de2483bb6bddd03b9d..8c68b56a80fb06c8ca3e99e91ad8516ebe7e62d1 100644 (file)
@@ -1,7 +1,5 @@
 /* BFD back-end for ALPHA Extended-Coff files.
-   Copyright 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
-   2003, 2004, 2005, 2007, 2008, 2009, 2010, 2011, 2012
-   Free Software Foundation, Inc.
+   Copyright (C) 1993-2014 Free Software Foundation, Inc.
    Modified from coff-mips.c by Steve Chamberlain <sac@cygnus.com> and
    Ian Lance Taylor <ian@cygnus.com>.
 
@@ -1510,14 +1508,14 @@ alpha_relocate_section (bfd *output_bfd,
             input_bfd);
          bfd_set_error (bfd_error_bad_value);
          continue;
-         
+
        case ALPHA_R_GPRELLOW:
          (*_bfd_error_handler)
            (_("%B: unsupported relocation: ALPHA_R_GPRELLOW"),
             input_bfd);
          bfd_set_error (bfd_error_bad_value);
          continue;
-         
+
        default:
          (*_bfd_error_handler)
            (_("%B: unknown relocation type %d"),
@@ -2242,8 +2240,8 @@ static const struct ecoff_backend_data alpha_ecoff_backend_data =
     (unsigned (*) (bfd *,void *,void *)) bfd_void, /* reloc_out */
     alpha_ecoff_swap_filehdr_out, alpha_ecoff_swap_aouthdr_out,
     alpha_ecoff_swap_scnhdr_out,
-    FILHSZ, AOUTSZ, SCNHSZ, 0, 0, 0, 0, FILNMLEN, TRUE, 
-    ECOFF_NO_LONG_SECTION_NAMES, 4, FALSE, 2,
+    FILHSZ, AOUTSZ, SCNHSZ, 0, 0, 0, 0, FILNMLEN, TRUE,
+    ECOFF_NO_LONG_SECTION_NAMES, 4, FALSE, 2, 32768,
     alpha_ecoff_swap_filehdr_in, alpha_ecoff_swap_aouthdr_in,
     alpha_ecoff_swap_scnhdr_in, NULL,
     alpha_ecoff_bad_format_hook, _bfd_ecoff_set_arch_mach_hook,
This page took 0.022765 seconds and 4 git commands to generate.