Reverse copy .ctors/.dtors sections if needed.
[deliverable/binutils-gdb.git] / bfd / bfd-in2.h
index aa12c8a168aa45be32f778da594dc8ba061ddff5..5076ccf31ccb8385f94231402bd0651df9b6271a 100644 (file)
@@ -1320,6 +1320,11 @@ typedef struct bfd_section
      sections.  */
 #define SEC_COFF_SHARED_LIBRARY 0x4000000
 
+  /* This input section should be copied to output in reverse order
+     as an array of pointers.  This is for ELF linker internal use
+     only.  */
+#define SEC_ELF_REVERSE_COPY 0x4000000
+
   /* This section contains data which may be shared with other
      executables or shared objects. This is for COFF only.  */
 #define SEC_COFF_SHARED 0x8000000
This page took 0.024198 seconds and 4 git commands to generate.