xref: /netbsd-src/external/gpl3/binutils/dist/elfcpp/ChangeLog-2020 (revision 4f645668ed707e1f969c546666f8c8e45e6f8888)
1*4f645668Schristos2020-12-15  Cary Coutant  <ccoutant@gmail.com>
2*4f645668Schristos
3*4f645668Schristos	* elfcpp.h (class Ehdr): Add get_ei_osabi and get_ei_abiversion methods.
4*4f645668Schristos
5*4f645668Schristos2020-12-15  Vivek Das Mohapatra  <vivek@collabora.com>
6*4f645668Schristos
7*4f645668Schristos	* elfcpp.h (enum DT): New enum member DT_GNU_FLAGS_1.
8*4f645668Schristos	(enum DF_GNU_1): New enum DF_GNU_1 containing DF_GNU_1_UNIQUE.
9*4f645668Schristos
10*4f645668Schristos2020-12-14  H.J. Lu  <hjl.tools@gmail.com>
11*4f645668Schristos	    Cary Coutant  <ccoutant@gmail.com>
12*4f645668Schristos
13*4f645668Schristos	PR gold/27039
14*4f645668Schristos	* elfcpp.h (SHF): Add SHF_GNU_RETAIN.
15*4f645668Schristos
16*4f645668Schristos2020-10-13  H.J. Lu  <hongjiu.lu@intel.com>
17*4f645668Schristos
18*4f645668Schristos	* elfcpp.h (GNU_PROPERTY_X86_ISA_1_USED): Renamed to ...
19*4f645668Schristos	(GNU_PROPERTY_X86_COMPAT_ISA_1_USED): This.
20*4f645668Schristos	(GNU_PROPERTY_X86_ISA_1_NEEDED): Renamed to ...
21*4f645668Schristos	(GNU_PROPERTY_X86_COMPAT_ISA_1_NEEDED): This.
22*4f645668Schristos	(GNU_PROPERTY_X86_UINT32_AND_LO): New.
23*4f645668Schristos	(GNU_PROPERTY_X86_UINT32_AND_HI): Likewise.
24*4f645668Schristos	(GNU_PROPERTY_X86_UINT32_OR_LO): Likewise.
25*4f645668Schristos	(GNU_PROPERTY_X86_UINT32_OR_HI): Likewise.
26*4f645668Schristos	(GNU_PROPERTY_X86_UINT32_OR_AND_LO): Likewise.
27*4f645668Schristos	(GNU_PROPERTY_X86_UINT32_OR_AND_HI): Likewise.
28*4f645668Schristos	(GNU_PROPERTY_X86_COMPAT_2_ISA_1_NEEDED): New.
29*4f645668Schristos	(GNU_PROPERTY_X86_COMPAT_2_ISA_1_NEEDED): Likewise.
30*4f645668Schristos	(GNU_PROPERTY_X86_FEATURE_1_AND): Updated to
31*4f645668Schristos	(GNU_PROPERTY_X86_UINT32_AND_LO + 0).
32*4f645668Schristos	(GNU_PROPERTY_X86_ISA_1_NEEDED): New.  Defined to
33*4f645668Schristos	GNU_PROPERTY_X86_UINT32_OR_LO + 2.
34*4f645668Schristos	(GNU_PROPERTY_X86_FEATURE_2_NEEDED): New.  Defined to
35*4f645668Schristos	(GNU_PROPERTY_X86_UINT32_OR_LO + 1).
36*4f645668Schristos	(GNU_PROPERTY_X86_ISA_1_USED): New.  Defined to
37*4f645668Schristos	GNU_PROPERTY_X86_UINT32_OR_AND_LO + 2.
38*4f645668Schristos	(GNU_PROPERTY_X86_FEATURE_2_USED): New.  Defined to
39*4f645668Schristos	(GNU_PROPERTY_X86_UINT32_OR_AND_LO + 1).
40*4f645668Schristos
41*4f645668Schristos2020-09-25  Alan Modra  <amodra@gmail.com>
42*4f645668Schristos
43*4f645668Schristos	* dwarf.h (DW_FIRST_UT, DW_UT, DW_END_UT): Define.
44*4f645668Schristos
45*4f645668Schristos2020-08-26  Cooper Qu  <cooper.qu@linux.alibaba.com>
46*4f645668Schristos
47*4f645668Schristos        * elfcpp.h (enum SHT): New enum SHT_CSKY_ATTRIBUTES.
48*4f645668Schristos
49*4f645668Schristos2020-07-04  Nick Clifton  <nickc@redhat.com>
50*4f645668Schristos
51*4f645668Schristos	Binutils 2.35 branch created.
52*4f645668Schristos
53*4f645668Schristos2020-06-26  Nick Alcock  <nick.alcock@oracle.com>
54*4f645668Schristos
55*4f645668Schristos	* elfcpp_swap.h (bswap_16): Do not assume that presence of
56*4f645668Schristos	<byteswap.h> means this is declared.  Make static inline, matching
57*4f645668Schristos	recent change to libctf, since there is no non-inline definition
58*4f645668Schristos	of these functions.
59*4f645668Schristos	(bswap_32): Likewise.
60*4f645668Schristos	(bswap_64): Likewise.
61*4f645668Schristos
62*4f645668Schristos2020-06-18  Fangrui Song  <i@maskray.me>
63*4f645668Schristos
64*4f645668Schristos	PR gold/26039
65*4f645668Schristos	* elfcpp.h (enum DF_1): New enum member DF_1_PIE.
66*4f645668Schristos
67*4f645668Schristos2020-06-06  Alan Modra  <amodra@gmail.com>
68*4f645668Schristos
69*4f645668Schristos	* powerpc.h: Rename
70*4f645668Schristos	R_PPC64_GOT_TLSGD34 to R_PPC64_GOT_TLSGD_PCREL34,
71*4f645668Schristos	R_PPC64_GOT_TLSLD34 to R_PPC64_GOT_TLSLD_PCREL34,
72*4f645668Schristos	R_PPC64_GOT_TPREL34 to R_PPC64_GOT_TPREL_PCREL34, and
73*4f645668Schristos	R_PPC64_GOT_DTPREL34 to R_PPC64_GOT_DTPREL_PCREL34.
74*4f645668Schristos
75*4f645668Schristos2020-01-18  Nick Clifton  <nickc@redhat.com>
76*4f645668Schristos
77*4f645668Schristos	Binutils 2.34 branch created.
78*4f645668Schristos
79*4f645668Schristos2020-01-01  Alan Modra  <amodra@gmail.com>
80*4f645668Schristos
81*4f645668Schristos	Update year range in copyright notice of all files.
82*4f645668Schristos
83*4f645668SchristosFor older changes see ChangeLog-2019
84*4f645668Schristos
85*4f645668SchristosCopyright (C) 2020 Free Software Foundation, Inc.
86*4f645668Schristos
87*4f645668SchristosCopying and distribution of this file, with or without modification,
88*4f645668Schristosare permitted in any medium without royalty provided the copyright
89*4f645668Schristosnotice and this notice are preserved.
90*4f645668Schristos
91*4f645668SchristosLocal Variables:
92*4f645668Schristosmode: change-log
93*4f645668Schristosleft-margin: 8
94*4f645668Schristosfill-column: 74
95*4f645668Schristosversion-control: never
96*4f645668SchristosEnd:
97