Adjust last patch--same ChangeLog entry, same e-mail.
[deliverable/binutils-gdb.git] / elfcpp / ChangeLog
CommitLineData
44ec90b9
RO
12010-03-05 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
2
3 * elfcpp.h (VER_FLG_INFO): Define.
4
af2cdeae
DK
52010-01-21 Doug Kwan <dougkwan@google.com>
6
7 * arm.h (EXIDX_CANTUNWIND): New enum.
8
5696ab0b
ILT
92010-01-19 Ian Lance Taylor <iant@google.com>
10
11 * elfcpp.h (PN_XNUM): Define.
12
501e4078
ILT
132009-12-14 Ian Lance Taylor <iant@google.com>
14
15 * elfcpp_file.h: Revert last patch.
16
91d6fa6a
NC
172009-12-11 Nick Clifton <nickc@redhat.com>
18
19 * elfcpp_file.h: Fix shadowed variable warnings.
20
a0351a69
DK
212009-12-10 Doug Kwan <dougkwan@google.com>
22
23 * arm.h: New enums for EABI object attribute tags and values.
24
05a352e6
DK
252009-12-05 Doug Kwan <dougkwan@google.com>
26
27 * arm.h: Define enums for Tag_CPU_arch EABI attribute.
28
e2b8f3c4
RÁE
292009-11-24 Rafael Avila de Espindola <espindola@google.com>
30
31 * elfcpp_file.h: Include elfcpp.h.
32
f77507bd
ILT
332009-11-03 Ian Lance Taylor <iant@google.com>
34
35 * elfcpp.h: Remove trailing commas from enum definitions.
36
d5b40221
DK
372009-10-30 Doug Kwan <dougkwan@google.com>
38
39 * arm.h (EF_ARM_BE8, EF_ARM_EABIMASK, EF_ARM_EABI_UNKNOWN,
40 EF_ARM_EABI_VER1, EF_ARM_EABI_VER2, EF_ARM_EABI_VER3,
41 EF_ARM_EABI_VER4, EF_ARM_EABI_VER5): New enums for processor-specific
42 flags.
43 (arm_eabi_version): New inline function.
44 * elfcpp.h: Add a comment about DT_ENCODING.
45
f2e3d4e2
DK
462009-10-16 Doug Kwan <dougkwan@google.com>
47
48 * elfcpp/elfcpp.h (DT_PREINIT_ARRAY): Correct enum value.
49
20e5b5c0
ILT
502009-10-09 Andrew Pinski <andrew_pinski@playstation.sony.com>
51
52 * elfcpp/elfcpp_file.h (Elf_file::section_name): Change shstr_size
53 to Elf_WXword.
54
c4aa1e2d
ILT
552009-10-09 Mikolaj Zalewski <mikolajz@google.com>
56
57 * elf_file.h: (class Elf_strtab): New class.
58
c549a694
ILT
592009-10-09 Mikolaj Zalewski <mikolajz@google.com>
60
61 * elfcpp_file.h: Fix header guard. Include <cstdio>.
62 (class Elf_recognizer): New class, code from gold/object.cc.
63 (Elf_file::find_section_by_type): New method.
64
3e7a7d11
NC
652009-07-23 Ulrich Drepper <drepper@redhat.com>
66
67 * elfcpp.h (enum STB): Add STB_GNU_UNIQUE.
68
0c195c0a
ILT
692009-06-21 Ian Lance Taylor <iant@google.com>
70
71 * elfcpp.h (SHN_X86_64_LCOMMON): Define enum constant.
72 (enum SHT): Add SHT_X86_64_UNWIND.
73 (enum SHF): Add SHT_X86_64_LARGE.
74
06652544
DK
752009-05-27 Doug Kwan <dougkwan@google.com>
76
77 * arm.h: New file.
78 * elfcpp.h (enum SHT): Add ARM-specific special sections.
79 (enum PT): Add ARM-specific section types.
80 (enum SST): Add STT_ARM_TFUNC.
81
d8045f23
NC
822009-04-30 Nick Clifton <nickc@redhat.com>
83
35684040 84 * elfcpp.h (enum STT): Add STT_GNU_IFUNC.
d8045f23 85
0e879927
ILT
862009-03-20 Mikolaj Zalewski <mikolajz@google.com>
87
88 * elfcpp.h (SHT_GNU_INCREMENTAL_INPUTS): Define.
89
15d5fa16
ILT
902009-03-01 Ian Lance Taylor <iant@google.com>
91
92 * elfcpp_swap.h: #include "config.h". Only #include <byteswap.h>
93 if HAVE_BYTESWAP_H is defined; if not, provide definitions for
94 bswap_{16,32,64}. For gcc 4.3 and later, use the builtin bswap
95 functions. Check WORDS_BIGENDIAN rather than __BYTE_ORDER.
96
6fe8fd20
L
972009-01-06 H.J. Lu <hongjiu.lu@intel.com>
98
99 * elfcpp.h (enum STT): Remove STT_IFUNC.
100
e7c33416
NC
1012008-12-03 Nick Clifton <nickc@redhat.com>
102
103 * elfcpp.h (enum STT): Add STT_IFUNC.
104
8da8e50a
DE
1052008-06-12 David S. Miller <davem@davemloft.net>
106
107 * powerpc.h: New file.
108 * elfcpp.h (SHT_ORDERED): New enum constant.
109 (DT_PPC_GOT, DT_PPC64_GLINK, DT_PPC64_OPD, DT_PPC64_OPDSZ): Same.
110
62b01cb5
ILT
1112008-05-28 Caleb Howe <cshowe@google.com>
112
113 * dwarf.h (enum DW_FORM): Define.
114
fa297117
ILT
1152008-04-19 Ian Lance Taylor <iant@google.com>
116
117 * elfcpp_file.h (class Elf_file): Add large_shndx_offset_ field.
118 (Elf_file::large_shndx_offset): New function.
119 (Elf_file::construct): Initialize large_shndx_offset_.
120 (Elf_File::initialize_shnum): If necessary, adjust shstrndx_ and
121 set large_shndx_offset_.
122
7c414435
DM
1232008-04-16 David S. Miller <davem@davemloft.net>
124
125 * elfcpp.h (DF_1_NOW, DF_1_GLOBAL, DF_1_GROUP,
126 DF_1_NODELETE, DF_1_LOADFLTR, DF_1_INITFIRST,
127 DF_1_NOOPEN, DF_1_ORIGIN, DF_1_DIRECT, DF_1_TRANS,
128 DF_1_INTERPOSE, DF_1_NODEFLIB, DF_1_NODUMP,
129 DF_1_CONLFAT): New enum constants.
130
bca18a16
DM
1312008-04-15 David S. Miller <davem@davemloft.net>
132
133 * sparc.h (EF_SPARC_EXT_MASK, EF_SPARC_32PLUS_MASK,
134 EF_SPARC_32PLUS, EF_SPARC_SUN_US1, EF_SPARC_HAL_R1,
135 EF_SPARC_SUN_US3, EF_SPARC_LEDATA, EF_SPARCV9_MM,
136 EF_SPARCV9_TSO, EF_SPARCV9_PSO, EF_SPARCV9_RMO):
137 Define as enum constants.
138
52a95211
DM
1392008-04-11 David S. Miller <davem@davemloft.net>
140
141 * sparc.h: New file
142 * elfcpp.h (SHN_BEFORE, SHN_AFTER): New enum constants.
143 (SHT_SPARC_GOTDATA, SHF_ORDERED, SHF_EXCLUDE,
144 STT_SPARC_REGISTER, DT_SPARC_REGISTER): Likewise.
145
15fb9978
ILT
1462008-04-03 Ian Lance Taylor <iant@google.com>
147
148 * elfcpp_swap.h (Swap_unaligned<64, true>::writeval): Correct
149 byte order.
150
baf49013
ILT
1512008-03-24 Ian Lance Taylor <iant@google.com>
152
153 * elfcpp.h (NT_VERSION, NT_ARCH): Define as enum constants.
154 (NT_GNU_ABI_TAG, NT_GNU_HWCAP): Likewise.
155 (NT_GNU_BUILD_ID, NT_GNU_GOLD_VERSION): Likewise.
156 (ELF_NOTE_OS_LINUX, ELF_NOTE_OS_GNU): Likewise.
157 (ELF_NOTE_OS_SOLARIS2, ELF_NOTE_OS_NETBSD): Likewise.
158 (ELF_NOTE_OS_SYLLABLE): Likewise.
159
747aa1e3
ILT
1602008-03-21 Ian Lance Taylor <iant@google.com>
161
162 * Added source code to GNU binutils.
163
This page took 0.101037 seconds and 4 git commands to generate.