aboutsummaryrefslogtreecommitdiff
path: root/elfcopy/elfcopy.h
diff options
context:
space:
mode:
authorEd Maste <emaste@FreeBSD.org>2014-12-30 01:27:18 +0000
committerEd Maste <emaste@FreeBSD.org>2014-12-30 01:27:18 +0000
commit42bfa111d731278ff40f9ce45298e65a373c2064 (patch)
tree93decb044b3639075e37c0f46bef0c1b6a0529f8 /elfcopy/elfcopy.h
parent5eccfb5cf5403e9e564066e0a75d80534b49e91d (diff)
downloadsrc-16fb2d8d94abee19a191ed8b2fc0d5a36651503c.tar.gz
src-16fb2d8d94abee19a191ed8b2fc0d5a36651503c.zip
Import elftoolchain rev 3136vendor/elftoolchain/elftoolchain-r3136
From svn.code.sf.net/p/elftoolchain/code/trunk
Diffstat (limited to 'elfcopy/elfcopy.h')
-rw-r--r--elfcopy/elfcopy.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/elfcopy/elfcopy.h b/elfcopy/elfcopy.h
index 609e2916f527..7b3a9b1af9b4 100644
--- a/elfcopy/elfcopy.h
+++ b/elfcopy/elfcopy.h
@@ -23,7 +23,7 @@
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
*
- * $Id: elfcopy.h 2970 2013-12-01 15:22:12Z kaiwang27 $
+ * $Id: elfcopy.h 3134 2014-12-23 10:43:59Z kaiwang27 $
*/
#include <sys/queue.h>
@@ -115,6 +115,7 @@ struct segment;
/* Internal data structure for sections. */
struct section {
struct segment *seg; /* containing segment */
+ struct segment *seg_tls; /* tls segment */
const char *name; /* section name */
char *newname; /* new section name */
Elf_Scn *is; /* input scn */