summaryrefslogtreecommitdiffstats
path: root/binutils-2.25/include/elf/ppc.h
diff options
context:
space:
mode:
Diffstat (limited to 'binutils-2.25/include/elf/ppc.h')
-rw-r--r--binutils-2.25/include/elf/ppc.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/binutils-2.25/include/elf/ppc.h b/binutils-2.25/include/elf/ppc.h
index f80a1e8..73b1293 100644
--- a/binutils-2.25/include/elf/ppc.h
+++ b/binutils-2.25/include/elf/ppc.h
@@ -1,6 +1,5 @@
/* PPC ELF support for BFD.
- Copyright 1995, 1996, 1998, 2000, 2001, 2002, 2003, 2005, 2007, 2008,
- 2009, 2010 Free Software Foundation, Inc.
+ Copyright (C) 1995-2014 Free Software Foundation, Inc.
By Michael Meissner, Cygnus Support, <meissner@cygnus.com>,
from information in the System V Application Binary Interface,
@@ -176,7 +175,8 @@ END_RELOC_NUMBERS (R_PPC_max)
#define DT_PPC_GOT (DT_LOPROC)
/* Specify that tls descriptors should be optimized. */
-#define DT_PPC_TLSOPT (DT_LOPROC + 1)
+#define DT_PPC_OPT (DT_LOPROC + 1)
+#define PPC_OPT_TLS 1
/* Processor specific flags for the ELF header e_flags field. */