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