include/elf/
[deliverable/binutils-gdb.git] / bfd / section.c
index cadba6b6d67c42a90d6048a5c99aabc9097109e5..d804dd614b7a0c6d2d5f1008e85a62d25e725807 100644 (file)
@@ -1,6 +1,6 @@
 /* Object file "section" support for the BFD library.
    Copyright 1990, 1991, 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999,
-   2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007
+   2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009
    Free Software Foundation, Inc.
    Written by Cygnus Support.
 
@@ -382,6 +382,9 @@ CODE_FRAGMENT
 .  {* Nonzero if this section has TLS related relocations.  *}
 .  unsigned int has_tls_reloc:1;
 .
+.  {* Nonzero if this section has a call to __tls_get_addr.  *}
+.  unsigned int has_tls_get_addr_call:1;
+.
 .  {* Nonzero if this section has a gp reloc.  *}
 .  unsigned int has_gp_reloc:1;
 .
@@ -642,11 +645,11 @@ CODE_FRAGMENT
 .  {* segment_mark, sec_info_type, use_rela_p, has_tls_reloc,       *} \
 .     0,            0,             0,          0,                      \
 .                                                                      \
-.  {* has_gp_reloc, need_finalize_relax, reloc_done,                *} \
-.     0,            0,                   0,                            \
+.  {* has_tls_get_addr_call, has_gp_reloc, need_finalize_relax,     *} \
+.     0,                     0,            0,                          \
 .                                                                      \
-.  {* vma, lma, size, rawsize                                       *} \
-.     0,   0,   0,    0,                                               \
+.  {* reloc_done, vma, lma, size, rawsize                           *} \
+.     0,          0,   0,   0,    0,                                   \
 .                                                                      \
 .  {* output_offset, output_section,              alignment_power,  *} \
 .     0,             (struct bfd_section *) &SEC, 0,                   \
This page took 0.02434 seconds and 4 git commands to generate.