]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blame - elfcpp/ChangeLog-2020
Fix: symbols eliminated by --gc-sections still trigger warnings for gnu.warning.SYM
[thirdparty/binutils-gdb.git] / elfcpp / ChangeLog-2020
CommitLineData
c2795844
AM
12020-12-15 Cary Coutant <ccoutant@gmail.com>
2
3 * elfcpp.h (class Ehdr): Add get_ei_osabi and get_ei_abiversion methods.
4
52020-12-15 Vivek Das Mohapatra <vivek@collabora.com>
6
7 * elfcpp.h (enum DT): New enum member DT_GNU_FLAGS_1.
8 (enum DF_GNU_1): New enum DF_GNU_1 containing DF_GNU_1_UNIQUE.
9
102020-12-14 H.J. Lu <hjl.tools@gmail.com>
11 Cary Coutant <ccoutant@gmail.com>
12
13 PR gold/27039
14 * elfcpp.h (SHF): Add SHF_GNU_RETAIN.
15
162020-10-13 H.J. Lu <hongjiu.lu@intel.com>
17
18 * elfcpp.h (GNU_PROPERTY_X86_ISA_1_USED): Renamed to ...
19 (GNU_PROPERTY_X86_COMPAT_ISA_1_USED): This.
20 (GNU_PROPERTY_X86_ISA_1_NEEDED): Renamed to ...
21 (GNU_PROPERTY_X86_COMPAT_ISA_1_NEEDED): This.
22 (GNU_PROPERTY_X86_UINT32_AND_LO): New.
23 (GNU_PROPERTY_X86_UINT32_AND_HI): Likewise.
24 (GNU_PROPERTY_X86_UINT32_OR_LO): Likewise.
25 (GNU_PROPERTY_X86_UINT32_OR_HI): Likewise.
26 (GNU_PROPERTY_X86_UINT32_OR_AND_LO): Likewise.
27 (GNU_PROPERTY_X86_UINT32_OR_AND_HI): Likewise.
28 (GNU_PROPERTY_X86_COMPAT_2_ISA_1_NEEDED): New.
29 (GNU_PROPERTY_X86_COMPAT_2_ISA_1_NEEDED): Likewise.
30 (GNU_PROPERTY_X86_FEATURE_1_AND): Updated to
31 (GNU_PROPERTY_X86_UINT32_AND_LO + 0).
32 (GNU_PROPERTY_X86_ISA_1_NEEDED): New. Defined to
33 GNU_PROPERTY_X86_UINT32_OR_LO + 2.
34 (GNU_PROPERTY_X86_FEATURE_2_NEEDED): New. Defined to
35 (GNU_PROPERTY_X86_UINT32_OR_LO + 1).
36 (GNU_PROPERTY_X86_ISA_1_USED): New. Defined to
37 GNU_PROPERTY_X86_UINT32_OR_AND_LO + 2.
38 (GNU_PROPERTY_X86_FEATURE_2_USED): New. Defined to
39 (GNU_PROPERTY_X86_UINT32_OR_AND_LO + 1).
40
412020-09-25 Alan Modra <amodra@gmail.com>
42
43 * dwarf.h (DW_FIRST_UT, DW_UT, DW_END_UT): Define.
44
452020-08-26 Cooper Qu <cooper.qu@linux.alibaba.com>
46
47 * elfcpp.h (enum SHT): New enum SHT_CSKY_ATTRIBUTES.
48
492020-07-04 Nick Clifton <nickc@redhat.com>
50
51 Binutils 2.35 branch created.
52
532020-06-26 Nick Alcock <nick.alcock@oracle.com>
54
55 * elfcpp_swap.h (bswap_16): Do not assume that presence of
56 <byteswap.h> means this is declared. Make static inline, matching
57 recent change to libctf, since there is no non-inline definition
58 of these functions.
59 (bswap_32): Likewise.
60 (bswap_64): Likewise.
61
622020-06-18 Fangrui Song <i@maskray.me>
63
64 PR gold/26039
65 * elfcpp.h (enum DF_1): New enum member DF_1_PIE.
66
672020-06-06 Alan Modra <amodra@gmail.com>
68
69 * powerpc.h: Rename
70 R_PPC64_GOT_TLSGD34 to R_PPC64_GOT_TLSGD_PCREL34,
71 R_PPC64_GOT_TLSLD34 to R_PPC64_GOT_TLSLD_PCREL34,
72 R_PPC64_GOT_TPREL34 to R_PPC64_GOT_TPREL_PCREL34, and
73 R_PPC64_GOT_DTPREL34 to R_PPC64_GOT_DTPREL_PCREL34.
74
752020-01-18 Nick Clifton <nickc@redhat.com>
76
77 Binutils 2.34 branch created.
78
792020-01-01 Alan Modra <amodra@gmail.com>
80
81 Update year range in copyright notice of all files.
82
83For older changes see ChangeLog-2019
84\f
85Copyright (C) 2020 Free Software Foundation, Inc.
86
87Copying and distribution of this file, with or without modification,
88are permitted in any medium without royalty provided the copyright
89notice and this notice are preserved.
90
91Local Variables:
92mode: change-log
93left-margin: 8
94fill-column: 74
95version-control: never
96End: