* config/obj-elf.c (obj_elf_type): Add code to support a type of
[deliverable/binutils-gdb.git] / elfcpp / ChangeLog
1 2009-07-23 Ulrich Drepper <drepper@redhat.com>
2
3 * elfcpp.h (enum STB): Add STB_GNU_UNIQUE.
4
5 2009-06-21 Ian Lance Taylor <iant@google.com>
6
7 * elfcpp.h (SHN_X86_64_LCOMMON): Define enum constant.
8 (enum SHT): Add SHT_X86_64_UNWIND.
9 (enum SHF): Add SHT_X86_64_LARGE.
10
11 2009-05-27 Doug Kwan <dougkwan@google.com>
12
13 * arm.h: New file.
14 * elfcpp.h (enum SHT): Add ARM-specific special sections.
15 (enum PT): Add ARM-specific section types.
16 (enum SST): Add STT_ARM_TFUNC.
17
18 2009-04-30 Nick Clifton <nickc@redhat.com>
19
20 * elfcpp.h (enum STT): Add STT_GNU_IFUNC.
21
22 2009-03-20 Mikolaj Zalewski <mikolajz@google.com>
23
24 * elfcpp.h (SHT_GNU_INCREMENTAL_INPUTS): Define.
25
26 2009-03-01 Ian Lance Taylor <iant@google.com>
27
28 * elfcpp_swap.h: #include "config.h". Only #include <byteswap.h>
29 if HAVE_BYTESWAP_H is defined; if not, provide definitions for
30 bswap_{16,32,64}. For gcc 4.3 and later, use the builtin bswap
31 functions. Check WORDS_BIGENDIAN rather than __BYTE_ORDER.
32
33 2009-01-06 H.J. Lu <hongjiu.lu@intel.com>
34
35 * elfcpp.h (enum STT): Remove STT_IFUNC.
36
37 2008-12-03 Nick Clifton <nickc@redhat.com>
38
39 * elfcpp.h (enum STT): Add STT_IFUNC.
40
41 2008-06-12 David S. Miller <davem@davemloft.net>
42
43 * powerpc.h: New file.
44 * elfcpp.h (SHT_ORDERED): New enum constant.
45 (DT_PPC_GOT, DT_PPC64_GLINK, DT_PPC64_OPD, DT_PPC64_OPDSZ): Same.
46
47 2008-05-28 Caleb Howe <cshowe@google.com>
48
49 * dwarf.h (enum DW_FORM): Define.
50
51 2008-04-19 Ian Lance Taylor <iant@google.com>
52
53 * elfcpp_file.h (class Elf_file): Add large_shndx_offset_ field.
54 (Elf_file::large_shndx_offset): New function.
55 (Elf_file::construct): Initialize large_shndx_offset_.
56 (Elf_File::initialize_shnum): If necessary, adjust shstrndx_ and
57 set large_shndx_offset_.
58
59 2008-04-16 David S. Miller <davem@davemloft.net>
60
61 * elfcpp.h (DF_1_NOW, DF_1_GLOBAL, DF_1_GROUP,
62 DF_1_NODELETE, DF_1_LOADFLTR, DF_1_INITFIRST,
63 DF_1_NOOPEN, DF_1_ORIGIN, DF_1_DIRECT, DF_1_TRANS,
64 DF_1_INTERPOSE, DF_1_NODEFLIB, DF_1_NODUMP,
65 DF_1_CONLFAT): New enum constants.
66
67 2008-04-15 David S. Miller <davem@davemloft.net>
68
69 * sparc.h (EF_SPARC_EXT_MASK, EF_SPARC_32PLUS_MASK,
70 EF_SPARC_32PLUS, EF_SPARC_SUN_US1, EF_SPARC_HAL_R1,
71 EF_SPARC_SUN_US3, EF_SPARC_LEDATA, EF_SPARCV9_MM,
72 EF_SPARCV9_TSO, EF_SPARCV9_PSO, EF_SPARCV9_RMO):
73 Define as enum constants.
74
75 2008-04-11 David S. Miller <davem@davemloft.net>
76
77 * sparc.h: New file
78 * elfcpp.h (SHN_BEFORE, SHN_AFTER): New enum constants.
79 (SHT_SPARC_GOTDATA, SHF_ORDERED, SHF_EXCLUDE,
80 STT_SPARC_REGISTER, DT_SPARC_REGISTER): Likewise.
81
82 2008-04-03 Ian Lance Taylor <iant@google.com>
83
84 * elfcpp_swap.h (Swap_unaligned<64, true>::writeval): Correct
85 byte order.
86
87 2008-03-24 Ian Lance Taylor <iant@google.com>
88
89 * elfcpp.h (NT_VERSION, NT_ARCH): Define as enum constants.
90 (NT_GNU_ABI_TAG, NT_GNU_HWCAP): Likewise.
91 (NT_GNU_BUILD_ID, NT_GNU_GOLD_VERSION): Likewise.
92 (ELF_NOTE_OS_LINUX, ELF_NOTE_OS_GNU): Likewise.
93 (ELF_NOTE_OS_SOLARIS2, ELF_NOTE_OS_NETBSD): Likewise.
94 (ELF_NOTE_OS_SYLLABLE): Likewise.
95
96 2008-03-21 Ian Lance Taylor <iant@google.com>
97
98 * Added source code to GNU binutils.
99
This page took 0.032476 seconds and 5 git commands to generate.