x86: Treat relocation against IFUNC symbol as FUNC
[deliverable/binutils-gdb.git] / bfd / bfd-in2.h
index 2901488ef1dabbdd9e45bc5f439e8f7663c4d572..9742c1ac7fe1c0077b4cb8066d83c9d3c1d9feac 100644 (file)
@@ -1342,6 +1342,11 @@ typedef struct bfd_section
   /* The section contains thread local data.  */
 #define SEC_THREAD_LOCAL                0x400
 
+  /* The section's size is fixed.  Generic linker code will not
+     recalculate it and it is up to whoever has set this flag to
+     get the size right.  */
+#define SEC_FIXED_SIZE                  0x800
+
   /* The section contains common symbols (symbols may be defined
      multiple times, the value of a symbol is the amount of
      space it requires, and the largest symbol value is the one
This page took 0.023951 seconds and 4 git commands to generate.