Reverse copy .ctors/.dtors sections if needed.
[deliverable/binutils-gdb.git] / bfd / section.c
index 65ac5e6f7a910214647466bcb87593a51555a77b..3cd7e658e795629e49d0c0de419b6afb8fbb3550 100644 (file)
@@ -327,6 +327,11 @@ CODE_FRAGMENT
 .     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.025131 seconds and 4 git commands to generate.