* elf64-ppc.c: Move TARGET_LITTLE_SYM and other macros used by
[deliverable/binutils-gdb.git] / bfd / section.c
index 04f439e9b4e4c47490007e1c7c9b156160ec1f92..6facfe2066dde5ef732cb99935b84e8072a14025 100644 (file)
@@ -399,8 +399,10 @@ CODE_FRAGMENT
 .  {* Nonzero if this section needs the relax finalize pass.  *}
 .  unsigned int need_finalize_relax:1;
 .
+.  {* Nonzero if this section has a gp reloc.  *}
+.  unsigned int has_gp_reloc:1;
+.
 .  {* Usused bits.  *}
-.  unsigned int flag12:1;
 .  unsigned int flag13:1;
 .  unsigned int flag14:1;
 .  unsigned int flag15:1;
@@ -617,8 +619,11 @@ static const asymbol global_syms[] =
     /* linker_mark, linker_has_input, gc_mark, segment_mark,         */        \
        0,           0,                1,       0,                      \
                                                                        \
-    /* sec_info_type, use_rela_p, has_tls_reloc, need_finalize_relax, flag12,     */ \
-       0,            0,          0,             0,                   0,                \
+    /* sec_info_type, use_rela_p, has_tls_reloc,                     */ \
+       0,            0,          0,                                    \
+                                                                       \
+    /* need_finalize_relax, has_gp_reloc,                            */ \
+       0,                  0,                                          \
                                                                        \
     /* flag13, flag14, flag15, flag16, flag20, flag24,               */ \
        0,      0,      0,      0,      0,      0,                      \
This page took 0.023145 seconds and 4 git commands to generate.