Missing objdump dependency od-elf32_avr
[deliverable/binutils-gdb.git] / bfd / ecoff.c
index 30adba0e6d2bff32c2cfd602c41564107108e8aa..050fd7b508174f8e50a58e7aec1fdd2d03a4e54d 100644 (file)
@@ -1,5 +1,5 @@
 /* Generic ECOFF (Extended-COFF) routines.
-   Copyright (C) 1990-2019 Free Software Foundation, Inc.
+   Copyright (C) 1990-2020 Free Software Foundation, Inc.
    Original version by Per Bothner.
    Full support added by Ian Lance Taylor, ian@cygnus.com.
 
@@ -24,6 +24,7 @@
 #include "bfd.h"
 #include "bfdlink.h"
 #include "libbfd.h"
+#include "ecoff-bfd.h"
 #include "aout/ar.h"
 #include "aout/stab_gnu.h"
 
 /* This stuff is somewhat copied from coffcode.h.  */
 static asection bfd_debug_section =
 {
-  /* name,     id,  index, next, prev, flags, user_set_vma,       */
-     "*DEBUG*", 0,   0,            NULL, NULL, 0,     0,
+  /* name,     id,  section_id, index, next, prev, flags,        */
+     "*DEBUG*", 0,   0,                 0,     NULL, NULL, 0,
+  /* user_set_vma,        */
+     0,
   /* linker_mark, linker_has_input, gc_mark, compress_status,     */
      0,                  0,                1,       0,
   /* segment_mark, sec_info_type, use_rela_p,                     */
This page took 0.025809 seconds and 4 git commands to generate.