Automatic date update in version.in
[deliverable/binutils-gdb.git] / bfd / bfd-in2.h
index 39eb19a8edf2e063b9c0f438f8fd22406cad30b1..fb4858c5bd2c1680af8467b4a4b34eb3903c3c79 100644 (file)
@@ -7,7 +7,7 @@
 
 /* Main header file for the bfd library -- portable access to object files.
 
-   Copyright (C) 1990-2015 Free Software Foundation, Inc.
+   Copyright (C) 1990-2016 Free Software Foundation, Inc.
 
    Contributed by Cygnus Support.
 
@@ -1432,6 +1432,9 @@ typedef struct bfd_section
      when memory read flag isn't set. */
 #define SEC_COFF_NOREAD 0x40000000
 
+  /* Indicate that section has the no read flag set.  */
+#define SEC_ELF_NOREAD 0x80000000
+
   /*  End of section flags.  */
 
   /* Some internal packed boolean fields.  */
This page took 0.02312 seconds and 4 git commands to generate.