-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
18 changed files
with
20,314 additions
and
20,188 deletions.
There are no files selected for viewing
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,67 +1,6 @@ | ||
2016-12-31 Dimitar Dimitrov <[email protected]> | ||
|
||
* elfcpp.h (enum EM): Add EM_TI_PRU. | ||
|
||
2016-06-20 Vladimir Radosavljevic <[email protected]> | ||
|
||
* elfcpp.h (DT_MIPS_RLD_MAP_REL): New enum constant. | ||
|
||
2016-06-20 Vladimir Radosavljevic <[email protected]> | ||
|
||
* mips.h (R_MIPS_PC21_S2, R_MIPS_PC26_S2, R_MIPS_PC18_S3, | ||
R_MIPS_PC19_S2, R_MIPS_PCHI16, R_MIPS_PCLO16): New enums for | ||
Mips32r6 and Mips64r6 relocations. | ||
(r6_isa): New function. | ||
|
||
2016-06-10 Vladimir Radosavljevic <[email protected]> | ||
|
||
* elfcpp.h (SHT_MIPS_ABIFLAGS): New enum constant. | ||
* mips.h (EF_MIPS_FP64, EF_MIPS_NAN2008): New enum constants for | ||
processor-specific flags. | ||
(E_MIPS_MACH_5900): New enum constant for machine variant. | ||
(AFL_REG_NONE, AFL_REG_32, AFL_REG_64, AFL_REG_128): New enum | ||
constants. | ||
(AFL_ASE_DSP, AFL_ASE_DSPR2, AFL_ASE_EVA, AFL_ASE_MCU, | ||
AFL_ASE_MDMX, AFL_ASE_MIPS3D, AFL_ASE_MT, AFL_ASE_SMARTMIPS, | ||
AFL_ASE_VIRT, AFL_ASE_MSA, AFL_ASE_MIPS16, AFL_ASE_MICROMIPS, | ||
AFL_ASE_XPA): Likewise. | ||
(AFL_EXT_XLR, AFL_EXT_OCTEON2, AFL_EXT_OCTEONP, | ||
AFL_EXT_LOONGSON_3A, AFL_EXT_OCTEON, AFL_EXT_5900, AFL_EXT_4650, | ||
AFL_EXT_4010, AFL_EXT_4100, AFL_EXT_3900, AFL_EXT_10000, | ||
AFL_EXT_SB1, AFL_EXT_4111, AFL_EXT_4120, AFL_EXT_5400, | ||
AFL_EXT_5500, AFL_EXT_LOONGSON_2E, AFL_EXT_LOONGSON_2F, | ||
AFL_EXT_OCTEON3): Likewise. | ||
(Tag_GNU_MIPS_ABI_FP, Tag_GNU_MIPS_ABI_MSA): Likewise. | ||
(Val_GNU_MIPS_ABI_FP_ANY, Val_GNU_MIPS_ABI_FP_DOUBLE, | ||
Val_GNU_MIPS_ABI_FP_SINGLE, Val_GNU_MIPS_ABI_FP_SOFT, | ||
Val_GNU_MIPS_ABI_FP_OLD_64,Val_GNU_MIPS_ABI_FP_XX, | ||
Val_GNU_MIPS_ABI_FP_64, Val_GNU_MIPS_ABI_FP_64A, | ||
Val_GNU_MIPS_ABI_FP_NAN2008, Val_GNU_MIPS_ABI_MSA_ANY, | ||
Val_GNU_MIPS_ABI_MSA_128): Likewise. | ||
(AFL_FLAGS1_ODDSPREG): New enum constant. | ||
|
||
2016-03-18 Vladimir Radosavljevic <[email protected]> | ||
|
||
* mips.h (abi_64): Remove. | ||
|
||
2016-01-12 H.J. Lu <[email protected]> | ||
|
||
* elfcpp_internal.h (Mips64_rel_data, Mips64_rela_data): Remove | ||
'typename'. | ||
|
||
2016-01-11 Cary Coutant <[email protected]> | ||
|
||
* elfcpp.h (Mips64_rel, Mips64_rel_write): New classes. | ||
(Mips64_rela, Mips64_rela_write): New classes. | ||
* elfcpp_internal.h (Mips64_rel_data, Mips64_rela_data): New structs. | ||
|
||
2016-01-01 Alan Modra <[email protected]> | ||
|
||
Update year range in copyright notice of all files. | ||
|
||
For older changes see ChangeLog-0815 | ||
For older changes see ChangeLog-2016 | ||
|
||
Copyright (C) 2016 Free Software Foundation, Inc. | ||
Copyright (C) 2017 Free Software Foundation, Inc. | ||
|
||
Copying and distribution of this file, with or without modification, | ||
are permitted in any medium without royalty provided the copyright | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,75 @@ | ||
2016-12-31 Dimitar Dimitrov <[email protected]> | ||
|
||
* elfcpp.h (enum EM): Add EM_TI_PRU. | ||
|
||
2016-06-20 Vladimir Radosavljevic <[email protected]> | ||
|
||
* elfcpp.h (DT_MIPS_RLD_MAP_REL): New enum constant. | ||
|
||
2016-06-20 Vladimir Radosavljevic <[email protected]> | ||
|
||
* mips.h (R_MIPS_PC21_S2, R_MIPS_PC26_S2, R_MIPS_PC18_S3, | ||
R_MIPS_PC19_S2, R_MIPS_PCHI16, R_MIPS_PCLO16): New enums for | ||
Mips32r6 and Mips64r6 relocations. | ||
(r6_isa): New function. | ||
|
||
2016-06-10 Vladimir Radosavljevic <[email protected]> | ||
|
||
* elfcpp.h (SHT_MIPS_ABIFLAGS): New enum constant. | ||
* mips.h (EF_MIPS_FP64, EF_MIPS_NAN2008): New enum constants for | ||
processor-specific flags. | ||
(E_MIPS_MACH_5900): New enum constant for machine variant. | ||
(AFL_REG_NONE, AFL_REG_32, AFL_REG_64, AFL_REG_128): New enum | ||
constants. | ||
(AFL_ASE_DSP, AFL_ASE_DSPR2, AFL_ASE_EVA, AFL_ASE_MCU, | ||
AFL_ASE_MDMX, AFL_ASE_MIPS3D, AFL_ASE_MT, AFL_ASE_SMARTMIPS, | ||
AFL_ASE_VIRT, AFL_ASE_MSA, AFL_ASE_MIPS16, AFL_ASE_MICROMIPS, | ||
AFL_ASE_XPA): Likewise. | ||
(AFL_EXT_XLR, AFL_EXT_OCTEON2, AFL_EXT_OCTEONP, | ||
AFL_EXT_LOONGSON_3A, AFL_EXT_OCTEON, AFL_EXT_5900, AFL_EXT_4650, | ||
AFL_EXT_4010, AFL_EXT_4100, AFL_EXT_3900, AFL_EXT_10000, | ||
AFL_EXT_SB1, AFL_EXT_4111, AFL_EXT_4120, AFL_EXT_5400, | ||
AFL_EXT_5500, AFL_EXT_LOONGSON_2E, AFL_EXT_LOONGSON_2F, | ||
AFL_EXT_OCTEON3): Likewise. | ||
(Tag_GNU_MIPS_ABI_FP, Tag_GNU_MIPS_ABI_MSA): Likewise. | ||
(Val_GNU_MIPS_ABI_FP_ANY, Val_GNU_MIPS_ABI_FP_DOUBLE, | ||
Val_GNU_MIPS_ABI_FP_SINGLE, Val_GNU_MIPS_ABI_FP_SOFT, | ||
Val_GNU_MIPS_ABI_FP_OLD_64,Val_GNU_MIPS_ABI_FP_XX, | ||
Val_GNU_MIPS_ABI_FP_64, Val_GNU_MIPS_ABI_FP_64A, | ||
Val_GNU_MIPS_ABI_FP_NAN2008, Val_GNU_MIPS_ABI_MSA_ANY, | ||
Val_GNU_MIPS_ABI_MSA_128): Likewise. | ||
(AFL_FLAGS1_ODDSPREG): New enum constant. | ||
|
||
2016-03-18 Vladimir Radosavljevic <[email protected]> | ||
|
||
* mips.h (abi_64): Remove. | ||
|
||
2016-01-12 H.J. Lu <[email protected]> | ||
|
||
* elfcpp_internal.h (Mips64_rel_data, Mips64_rela_data): Remove | ||
'typename'. | ||
|
||
2016-01-11 Cary Coutant <[email protected]> | ||
|
||
* elfcpp.h (Mips64_rel, Mips64_rel_write): New classes. | ||
(Mips64_rela, Mips64_rela_write): New classes. | ||
* elfcpp_internal.h (Mips64_rel_data, Mips64_rela_data): New structs. | ||
|
||
2016-01-01 Alan Modra <[email protected]> | ||
|
||
Update year range in copyright notice of all files. | ||
|
||
For older changes see ChangeLog-0815 | ||
|
||
Copyright (C) 2016 Free Software Foundation, Inc. | ||
|
||
Copying and distribution of this file, with or without modification, | ||
are permitted in any medium without royalty provided the copyright | ||
notice and this notice are preserved. | ||
|
||
Local Variables: | ||
mode: change-log | ||
left-margin: 8 | ||
fill-column: 74 | ||
version-control: never | ||
End: |
Oops, something went wrong.