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