X-Git-Url: http://git.efficios.com/?a=blobdiff_plain;f=include%2Fcoff%2Fxcoff.h;h=a645acce059eaf2ebab618a3686a1e84272ec6be;hb=3734bec8336f6f33927ab99460cb681035c2ca4f;hp=31b5071e49b971f77004bbe521702e5ab073ba1a;hpb=8db6dd6a65b4cb22f98464a82bfc14e038c6c2ed;p=deliverable%2Fbinutils-gdb.git diff --git a/include/coff/xcoff.h b/include/coff/xcoff.h index 31b5071e49..a645acce05 100644 --- a/include/coff/xcoff.h +++ b/include/coff/xcoff.h @@ -1,7 +1,6 @@ /* Internal format of XCOFF object file data structures for BFD. - Copyright 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2005, - 2009, 2010 Free Software Foundation, Inc. + Copyright (C) 1995-2020 Free Software Foundation, Inc. Written by Ian Lance Taylor , Cygnus Support. This file is part of BFD, the Binary File Descriptor library. @@ -171,6 +170,10 @@ #define XMC_TD 16 /* Read-write data in TOC */ #define XMC_SV64 17 /* Read-only 64 bit supervisor call */ #define XMC_SV3264 18 /* Read-only 32 or 64 bit supervisor call */ +/* 19 ??? */ +#define XMC_TL 20 /* Read-write initialized TLS data */ +#define XMC_TU 21 /* Read-write uninitialized TLS data */ +#define XMC_TE 22 /* Same as XMC_TC but mapped after it */ /* The ldhdr structure. This appears at the start of the .loader section. */