* elfcpp_file.h: Revert last patch.
[external/binutils.git] / elfcpp / ChangeLog
1 2009-12-14  Ian Lance Taylor  <iant@google.com>
2
3         * elfcpp_file.h: Revert last patch.
4
5 2009-12-11  Nick Clifton  <nickc@redhat.com>
6
7         * elfcpp_file.h: Fix shadowed variable warnings.
8
9 2009-12-10  Doug Kwan  <dougkwan@google.com>
10
11         * arm.h: New enums for EABI object attribute tags and values.
12
13 2009-12-05  Doug Kwan  <dougkwan@google.com>
14
15         * arm.h: Define enums for Tag_CPU_arch EABI attribute.
16
17 2009-11-24  Rafael Avila de Espindola  <espindola@google.com>
18
19         * elfcpp_file.h: Include elfcpp.h.
20
21 2009-11-03  Ian Lance Taylor  <iant@google.com>
22
23         * elfcpp.h: Remove trailing commas from enum definitions.
24
25 2009-10-30  Doug Kwan  <dougkwan@google.com>
26
27         * arm.h (EF_ARM_BE8, EF_ARM_EABIMASK, EF_ARM_EABI_UNKNOWN,
28         EF_ARM_EABI_VER1, EF_ARM_EABI_VER2, EF_ARM_EABI_VER3,
29         EF_ARM_EABI_VER4, EF_ARM_EABI_VER5): New enums for processor-specific
30         flags.
31         (arm_eabi_version): New inline function.
32         * elfcpp.h: Add a comment about DT_ENCODING.
33
34 2009-10-16  Doug Kwan  <dougkwan@google.com>
35
36         * elfcpp/elfcpp.h (DT_PREINIT_ARRAY): Correct enum value.
37
38 2009-10-09  Andrew Pinski  <andrew_pinski@playstation.sony.com>
39
40         * elfcpp/elfcpp_file.h (Elf_file::section_name): Change shstr_size
41         to Elf_WXword.
42
43 2009-10-09  Mikolaj Zalewski  <mikolajz@google.com>
44
45         * elf_file.h: (class Elf_strtab): New class.
46
47 2009-10-09  Mikolaj Zalewski  <mikolajz@google.com>
48
49         * elfcpp_file.h: Fix header guard.  Include <cstdio>.
50         (class Elf_recognizer): New class, code from gold/object.cc.
51         (Elf_file::find_section_by_type): New method.
52
53 2009-07-23  Ulrich Drepper  <drepper@redhat.com>
54
55         * elfcpp.h (enum STB): Add STB_GNU_UNIQUE.
56
57 2009-06-21  Ian Lance Taylor  <iant@google.com>
58
59         * elfcpp.h (SHN_X86_64_LCOMMON): Define enum constant.
60         (enum SHT): Add SHT_X86_64_UNWIND.
61         (enum SHF): Add SHT_X86_64_LARGE.
62
63 2009-05-27  Doug Kwan  <dougkwan@google.com>
64
65         * arm.h: New file.
66         * elfcpp.h (enum SHT): Add ARM-specific special sections.
67         (enum PT): Add ARM-specific section types.
68         (enum SST): Add STT_ARM_TFUNC.
69
70 2009-04-30  Nick Clifton  <nickc@redhat.com>
71
72         * elfcpp.h (enum STT): Add STT_GNU_IFUNC.
73
74 2009-03-20  Mikolaj Zalewski  <mikolajz@google.com>
75
76         * elfcpp.h (SHT_GNU_INCREMENTAL_INPUTS): Define.
77
78 2009-03-01  Ian Lance Taylor  <iant@google.com>
79
80         * elfcpp_swap.h: #include "config.h".  Only #include <byteswap.h>
81         if HAVE_BYTESWAP_H is defined; if not, provide definitions for
82         bswap_{16,32,64}.  For gcc 4.3 and later, use the builtin bswap
83         functions.  Check WORDS_BIGENDIAN rather than __BYTE_ORDER.
84
85 2009-01-06  H.J. Lu  <hongjiu.lu@intel.com>
86
87         * elfcpp.h (enum STT): Remove STT_IFUNC.
88
89 2008-12-03  Nick Clifton  <nickc@redhat.com>
90
91         * elfcpp.h (enum STT): Add STT_IFUNC.
92
93 2008-06-12  David S. Miller  <davem@davemloft.net>
94
95         * powerpc.h: New file.
96         * elfcpp.h (SHT_ORDERED): New enum constant.
97         (DT_PPC_GOT, DT_PPC64_GLINK, DT_PPC64_OPD, DT_PPC64_OPDSZ): Same.
98
99 2008-05-28  Caleb Howe  <cshowe@google.com>
100
101         * dwarf.h (enum DW_FORM): Define.
102
103 2008-04-19  Ian Lance Taylor  <iant@google.com>
104
105         * elfcpp_file.h (class Elf_file): Add large_shndx_offset_ field.
106         (Elf_file::large_shndx_offset): New function.
107         (Elf_file::construct): Initialize large_shndx_offset_.
108         (Elf_File::initialize_shnum): If necessary, adjust shstrndx_ and
109         set large_shndx_offset_.
110
111 2008-04-16  David S. Miller  <davem@davemloft.net>
112
113         * elfcpp.h (DF_1_NOW, DF_1_GLOBAL, DF_1_GROUP,
114         DF_1_NODELETE, DF_1_LOADFLTR, DF_1_INITFIRST,
115         DF_1_NOOPEN, DF_1_ORIGIN, DF_1_DIRECT, DF_1_TRANS,
116         DF_1_INTERPOSE, DF_1_NODEFLIB, DF_1_NODUMP,
117         DF_1_CONLFAT): New enum constants.
118
119 2008-04-15  David S. Miller  <davem@davemloft.net>
120
121         * sparc.h (EF_SPARC_EXT_MASK, EF_SPARC_32PLUS_MASK,
122         EF_SPARC_32PLUS, EF_SPARC_SUN_US1, EF_SPARC_HAL_R1,
123         EF_SPARC_SUN_US3, EF_SPARC_LEDATA, EF_SPARCV9_MM,
124         EF_SPARCV9_TSO, EF_SPARCV9_PSO, EF_SPARCV9_RMO):
125         Define as enum constants.
126
127 2008-04-11  David S. Miller  <davem@davemloft.net>
128
129         * sparc.h: New file
130         * elfcpp.h (SHN_BEFORE, SHN_AFTER): New enum constants.
131         (SHT_SPARC_GOTDATA, SHF_ORDERED, SHF_EXCLUDE,
132         STT_SPARC_REGISTER, DT_SPARC_REGISTER): Likewise.
133
134 2008-04-03  Ian Lance Taylor  <iant@google.com>
135
136         * elfcpp_swap.h (Swap_unaligned<64, true>::writeval): Correct
137         byte order.
138
139 2008-03-24  Ian Lance Taylor  <iant@google.com>
140
141         * elfcpp.h (NT_VERSION, NT_ARCH): Define as enum constants.
142         (NT_GNU_ABI_TAG, NT_GNU_HWCAP): Likewise.
143         (NT_GNU_BUILD_ID, NT_GNU_GOLD_VERSION): Likewise.
144         (ELF_NOTE_OS_LINUX, ELF_NOTE_OS_GNU): Likewise.
145         (ELF_NOTE_OS_SOLARIS2, ELF_NOTE_OS_NETBSD): Likewise.
146         (ELF_NOTE_OS_SYLLABLE): Likewise.
147
148 2008-03-21  Ian Lance Taylor  <iant@google.com>
149
150         * Added source code to GNU binutils.
151