bfd: support section groups with preceding SHF_GROUP sections
[deliverable/binutils-gdb.git] / bfd / aout-adobe.c
index 1a85401ab8e91bfe907160e3489f87e701df0fe9..a2c927da23a66253dd1e2572c6a905c9b2798a0d 100644 (file)
@@ -1,5 +1,5 @@
 /* BFD back-end for a.out.adobe binaries.
-   Copyright (C) 1990-2016 Free Software Foundation, Inc.
+   Copyright (C) 1990-2017 Free Software Foundation, Inc.
    Written by Cygnus Support.  Based on bout.c.
 
    This file is part of BFD, the Binary File Descriptor library.
@@ -122,6 +122,7 @@ aout_adobe_callback (bfd *abfd)
 
        default:
          _bfd_error_handler
+           /* xgettext:c-format */
            (_("%B: Unknown section type in a.out.adobe file: %x\n"),
             abfd, ext->e_type[0]);
          goto no_more_sections;
@@ -473,6 +474,7 @@ aout_adobe_sizeof_headers (bfd *ignore_abfd ATTRIBUTE_UNUSED,
 #define aout_32_bfd_final_link                     _bfd_generic_final_link
 #define aout_32_bfd_link_split_section             _bfd_generic_link_split_section
 #define aout_32_bfd_link_check_relocs               _bfd_generic_link_check_relocs
+#define aout_32_set_reloc                          _bfd_generic_set_reloc
 
 const bfd_target aout_adobe_vec =
 {
This page took 0.02504 seconds and 4 git commands to generate.