]>
Commit | Line | Data |
---|---|---|
a8ecc9fe VR |
1 | 2016-06-20 Vladimir Radosavljevic <[email protected]> |
2 | ||
3 | * elfcpp.h (DT_MIPS_RLD_MAP_REL): New enum constant. | |
4 | ||
f5b11759 VR |
5 | 2016-06-20 Vladimir Radosavljevic <[email protected]> |
6 | ||
7 | * mips.h (R_MIPS_PC21_S2, R_MIPS_PC26_S2, R_MIPS_PC18_S3, | |
8 | R_MIPS_PC19_S2, R_MIPS_PCHI16, R_MIPS_PCLO16): New enums for | |
9 | Mips32r6 and Mips64r6 relocations. | |
10 | (r6_isa): New function. | |
11 | ||
b52717c0 VR |
12 | 2016-06-10 Vladimir Radosavljevic <[email protected]> |
13 | ||
14 | * elfcpp.h (SHT_MIPS_ABIFLAGS): New enum constant. | |
15 | * mips.h (EF_MIPS_FP64, EF_MIPS_NAN2008): New enum constants for | |
16 | processor-specific flags. | |
17 | (E_MIPS_MACH_5900): New enum constant for machine variant. | |
18 | (AFL_REG_NONE, AFL_REG_32, AFL_REG_64, AFL_REG_128): New enum | |
19 | constants. | |
20 | (AFL_ASE_DSP, AFL_ASE_DSPR2, AFL_ASE_EVA, AFL_ASE_MCU, | |
21 | AFL_ASE_MDMX, AFL_ASE_MIPS3D, AFL_ASE_MT, AFL_ASE_SMARTMIPS, | |
22 | AFL_ASE_VIRT, AFL_ASE_MSA, AFL_ASE_MIPS16, AFL_ASE_MICROMIPS, | |
23 | AFL_ASE_XPA): Likewise. | |
24 | (AFL_EXT_XLR, AFL_EXT_OCTEON2, AFL_EXT_OCTEONP, | |
25 | AFL_EXT_LOONGSON_3A, AFL_EXT_OCTEON, AFL_EXT_5900, AFL_EXT_4650, | |
26 | AFL_EXT_4010, AFL_EXT_4100, AFL_EXT_3900, AFL_EXT_10000, | |
27 | AFL_EXT_SB1, AFL_EXT_4111, AFL_EXT_4120, AFL_EXT_5400, | |
28 | AFL_EXT_5500, AFL_EXT_LOONGSON_2E, AFL_EXT_LOONGSON_2F, | |
29 | AFL_EXT_OCTEON3): Likewise. | |
30 | (Tag_GNU_MIPS_ABI_FP, Tag_GNU_MIPS_ABI_MSA): Likewise. | |
31 | (Val_GNU_MIPS_ABI_FP_ANY, Val_GNU_MIPS_ABI_FP_DOUBLE, | |
32 | Val_GNU_MIPS_ABI_FP_SINGLE, Val_GNU_MIPS_ABI_FP_SOFT, | |
33 | Val_GNU_MIPS_ABI_FP_OLD_64,Val_GNU_MIPS_ABI_FP_XX, | |
34 | Val_GNU_MIPS_ABI_FP_64, Val_GNU_MIPS_ABI_FP_64A, | |
35 | Val_GNU_MIPS_ABI_FP_NAN2008, Val_GNU_MIPS_ABI_MSA_ANY, | |
36 | Val_GNU_MIPS_ABI_MSA_128): Likewise. | |
37 | (AFL_FLAGS1_ODDSPREG): New enum constant. | |
38 | ||
01b84e25 VR |
39 | 2016-03-18 Vladimir Radosavljevic <[email protected]> |
40 | ||
41 | * mips.h (abi_64): Remove. | |
42 | ||
d1193add L |
43 | 2016-01-12 H.J. Lu <[email protected]> |
44 | ||
45 | * elfcpp_internal.h (Mips64_rel_data, Mips64_rela_data): Remove | |
46 | 'typename'. | |
47 | ||
4d625b70 CC |
48 | 2016-01-11 Cary Coutant <[email protected]> |
49 | ||
50 | * elfcpp.h (Mips64_rel, Mips64_rel_write): New classes. | |
51 | (Mips64_rela, Mips64_rela_write): New classes. | |
52 | * elfcpp_internal.h (Mips64_rel_data, Mips64_rela_data): New structs. | |
53 | ||
6f2750fe AM |
54 | 2016-01-01 Alan Modra <[email protected]> |
55 | ||
56 | Update year range in copyright notice of all files. | |
57 | ||
3499769a AM |
58 | For older changes see ChangeLog-0815 |
59 | \f | |
60 | Copyright (C) 2016 Free Software Foundation, Inc. | |
61 | ||
62 | Copying and distribution of this file, with or without modification, | |
63 | are permitted in any medium without royalty provided the copyright | |
64 | notice and this notice are preserved. | |
65 | ||
66 | Local Variables: | |
67 | mode: change-log | |
68 | left-margin: 8 | |
69 | fill-column: 74 | |
70 | version-control: never | |
71 | End: |