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