xref: /netbsd-src/external/gpl3/binutils/dist/elfcpp/ChangeLog-2016 (revision fc4f42693f9b1c31f39f9cf50af1bf2010325808)
1*fc4f4269Schristos2016-12-31  Dimitar Dimitrov  <dimitar@dinux.eu>
2*fc4f4269Schristos
3*fc4f4269Schristos	* elfcpp.h (enum EM): Add EM_TI_PRU.
4*fc4f4269Schristos
5*fc4f4269Schristos2016-06-20  Vladimir Radosavljevic  <Vladimir.Radosavljevic@imgtec.com>
6*fc4f4269Schristos
7*fc4f4269Schristos        * elfcpp.h (DT_MIPS_RLD_MAP_REL): New enum constant.
8*fc4f4269Schristos
9*fc4f4269Schristos2016-06-20  Vladimir Radosavljevic  <Vladimir.Radosavljevic@imgtec.com>
10*fc4f4269Schristos
11*fc4f4269Schristos	* mips.h (R_MIPS_PC21_S2, R_MIPS_PC26_S2, R_MIPS_PC18_S3,
12*fc4f4269Schristos	R_MIPS_PC19_S2, R_MIPS_PCHI16, R_MIPS_PCLO16): New enums for
13*fc4f4269Schristos	Mips32r6 and Mips64r6 relocations.
14*fc4f4269Schristos	(r6_isa): New function.
15*fc4f4269Schristos
16*fc4f4269Schristos2016-06-10  Vladimir Radosavljevic  <Vladimir.Radosavljevic@imgtec.com>
17*fc4f4269Schristos
18*fc4f4269Schristos	* elfcpp.h (SHT_MIPS_ABIFLAGS): New enum constant.
19*fc4f4269Schristos	* mips.h (EF_MIPS_FP64, EF_MIPS_NAN2008): New enum constants for
20*fc4f4269Schristos	processor-specific flags.
21*fc4f4269Schristos	(E_MIPS_MACH_5900): New enum constant for machine variant.
22*fc4f4269Schristos	(AFL_REG_NONE, AFL_REG_32, AFL_REG_64, AFL_REG_128): New enum
23*fc4f4269Schristos	constants.
24*fc4f4269Schristos	(AFL_ASE_DSP, AFL_ASE_DSPR2, AFL_ASE_EVA, AFL_ASE_MCU,
25*fc4f4269Schristos	AFL_ASE_MDMX, AFL_ASE_MIPS3D, AFL_ASE_MT, AFL_ASE_SMARTMIPS,
26*fc4f4269Schristos	AFL_ASE_VIRT, AFL_ASE_MSA, AFL_ASE_MIPS16, AFL_ASE_MICROMIPS,
27*fc4f4269Schristos	AFL_ASE_XPA): Likewise.
28*fc4f4269Schristos	(AFL_EXT_XLR, AFL_EXT_OCTEON2, AFL_EXT_OCTEONP,
29*fc4f4269Schristos	AFL_EXT_LOONGSON_3A, AFL_EXT_OCTEON, AFL_EXT_5900, AFL_EXT_4650,
30*fc4f4269Schristos	AFL_EXT_4010, AFL_EXT_4100, AFL_EXT_3900, AFL_EXT_10000,
31*fc4f4269Schristos	AFL_EXT_SB1, AFL_EXT_4111, AFL_EXT_4120, AFL_EXT_5400,
32*fc4f4269Schristos	AFL_EXT_5500, AFL_EXT_LOONGSON_2E, AFL_EXT_LOONGSON_2F,
33*fc4f4269Schristos	AFL_EXT_OCTEON3): Likewise.
34*fc4f4269Schristos	(Tag_GNU_MIPS_ABI_FP, Tag_GNU_MIPS_ABI_MSA): Likewise.
35*fc4f4269Schristos	(Val_GNU_MIPS_ABI_FP_ANY, Val_GNU_MIPS_ABI_FP_DOUBLE,
36*fc4f4269Schristos	Val_GNU_MIPS_ABI_FP_SINGLE, Val_GNU_MIPS_ABI_FP_SOFT,
37*fc4f4269Schristos	Val_GNU_MIPS_ABI_FP_OLD_64,Val_GNU_MIPS_ABI_FP_XX,
38*fc4f4269Schristos	Val_GNU_MIPS_ABI_FP_64, Val_GNU_MIPS_ABI_FP_64A,
39*fc4f4269Schristos	Val_GNU_MIPS_ABI_FP_NAN2008, Val_GNU_MIPS_ABI_MSA_ANY,
40*fc4f4269Schristos	Val_GNU_MIPS_ABI_MSA_128): Likewise.
41*fc4f4269Schristos	(AFL_FLAGS1_ODDSPREG): New enum constant.
42*fc4f4269Schristos
43*fc4f4269Schristos2016-03-18  Vladimir Radosavljevic  <vladimir.radosavljevic@imgtec.com>
44*fc4f4269Schristos
45*fc4f4269Schristos	* mips.h (abi_64): Remove.
46*fc4f4269Schristos
47*fc4f4269Schristos2016-01-12  H.J. Lu  <hongjiu.lu@intel.com>
48*fc4f4269Schristos
49*fc4f4269Schristos	* elfcpp_internal.h (Mips64_rel_data, Mips64_rela_data): Remove
50*fc4f4269Schristos	'typename'.
51*fc4f4269Schristos
52*fc4f4269Schristos2016-01-11  Cary Coutant  <ccoutant@gmail.com>
53*fc4f4269Schristos
54*fc4f4269Schristos	* elfcpp.h (Mips64_rel, Mips64_rel_write): New classes.
55*fc4f4269Schristos	(Mips64_rela, Mips64_rela_write): New classes.
56*fc4f4269Schristos	* elfcpp_internal.h (Mips64_rel_data, Mips64_rela_data): New structs.
57*fc4f4269Schristos
58*fc4f4269Schristos2016-01-01  Alan Modra  <amodra@gmail.com>
59*fc4f4269Schristos
60*fc4f4269Schristos	Update year range in copyright notice of all files.
61*fc4f4269Schristos
62*fc4f4269SchristosFor older changes see ChangeLog-0815
63*fc4f4269Schristos
64*fc4f4269SchristosCopyright (C) 2016 Free Software Foundation, Inc.
65*fc4f4269Schristos
66*fc4f4269SchristosCopying and distribution of this file, with or without modification,
67*fc4f4269Schristosare permitted in any medium without royalty provided the copyright
68*fc4f4269Schristosnotice and this notice are preserved.
69*fc4f4269Schristos
70*fc4f4269SchristosLocal Variables:
71*fc4f4269Schristosmode: change-log
72*fc4f4269Schristosleft-margin: 8
73*fc4f4269Schristosfill-column: 74
74*fc4f4269Schristosversion-control: never
75*fc4f4269SchristosEnd:
76