Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorcvs2svn <>2009-09-30 01:31:09 +0400
committercvs2svn <>2009-09-30 01:31:09 +0400
commit82d21a4d12c6c248e41b7a96471cdee4be17de31 (patch)
treec71e2f6e4c70f985e367228630584c480bdf9657 /include/elf/ppc.h
parent4ea5ab2a0da06beebdf5fdc12bdd0093a4e5e8b8 (diff)
This commit was manufactured by cvs2svn to create tag 'sid-sid-snapshot-20091001
snapshot-20091001'. Sprout from gdb_7_0-branch 2009-09-16 00:45:56 UTC cvs2svn 'This commit was manufactured by cvs2svn to create branch 'gdb_7_0-branch'.' Cherrypick from master 2009-09-29 21:31:07 UTC Paolo Bonzini <pbonzini@redhat.com> '2009-09-29 Paolo Bonzini <bonzini@gnu.org>': ChangeLog config.guess config.sub configure configure.ac include/ChangeLog include/dis-asm.h include/dwarf2.h include/elf/ChangeLog include/elf/ppc.h include/elf/ppc64.h include/elf/rx.h include/opcode/ChangeLog include/opcode/ppc.h include/opcode/rx.h Delete: djunpack.bat texinfo/texinfo.tex
Diffstat (limited to 'include/elf/ppc.h')
-rw-r--r--include/elf/ppc.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/include/elf/ppc.h b/include/elf/ppc.h
index 14c643a54..e2de0ad76 100644
--- a/include/elf/ppc.h
+++ b/include/elf/ppc.h
@@ -153,7 +153,10 @@ END_RELOC_NUMBERS (R_PPC_max)
((R) >= R_PPC_TLS && (R) <= R_PPC_GOT_DTPREL16_HA)
/* Specify the value of _GLOBAL_OFFSET_TABLE_. */
-#define DT_PPC_GOT DT_LOPROC
+#define DT_PPC_GOT (DT_LOPROC)
+
+/* Specify that tls descriptors should be optimized. */
+#define DT_PPC_TLSOPT (DT_LOPROC + 1)
/* Processor specific flags for the ELF header e_flags field. */