-
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
19,902 additions
and
19,776 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,41 +1,6 @@ | ||
2017-09-18 Nick Clifton <[email protected]> | ||
|
||
* dwarf.h (elfcpp): Add definition of DW_CFA_DUP. | ||
|
||
2017-08-29 Alan Modra <[email protected]> | ||
|
||
* elfcpp.h (DT_PPC_OPT): Define. | ||
* powerpc.h (PPC_OPT_TLS): Define. | ||
|
||
2017-07-28 H.J. Lu <[email protected]> | ||
|
||
PR gold/21857 | ||
* elfcpp.h (Chdr_write): Add put_ch_reserved. | ||
(Chdr_write<64, true>::put_ch_reserved): New. | ||
(Chdr_write<64, false>::put_ch_reserved): Likewise. | ||
|
||
2017-07-03 Alan Modra <[email protected]> | ||
|
||
* dwarf.h (DW_FIRST_IDX, DW_IDX, DW_IDX_DUP, DW_END_IDX): Define, | ||
and undefine after using. | ||
|
||
2017-06-21 Alan Modra <[email protected]> | ||
|
||
* elfcpp.h (DT_PPC64_OPT): Define. | ||
* powerpc.h (PPC64_OPT_TLS, PPC64_OPT_MULTI_TOC, | ||
PPC64_OPT_LOCALENTRY): Define. | ||
|
||
2017-06-20 Andreas Krebbel <[email protected]> | ||
|
||
* elfcpp.h (enum PT): Add PT_S390_PGSTE to enum. | ||
|
||
2017-01-02 Alan Modra <[email protected]> | ||
|
||
Update year range in copyright notice of all files. | ||
|
||
For older changes see ChangeLog-2016 | ||
For older changes see ChangeLog-2017 | ||
|
||
Copyright (C) 2017 Free Software Foundation, Inc. | ||
Copyright (C) 2018 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,49 @@ | ||
2017-09-18 Nick Clifton <[email protected]> | ||
|
||
* dwarf.h (elfcpp): Add definition of DW_CFA_DUP. | ||
|
||
2017-08-29 Alan Modra <[email protected]> | ||
|
||
* elfcpp.h (DT_PPC_OPT): Define. | ||
* powerpc.h (PPC_OPT_TLS): Define. | ||
|
||
2017-07-28 H.J. Lu <[email protected]> | ||
|
||
PR gold/21857 | ||
* elfcpp.h (Chdr_write): Add put_ch_reserved. | ||
(Chdr_write<64, true>::put_ch_reserved): New. | ||
(Chdr_write<64, false>::put_ch_reserved): Likewise. | ||
|
||
2017-07-03 Alan Modra <[email protected]> | ||
|
||
* dwarf.h (DW_FIRST_IDX, DW_IDX, DW_IDX_DUP, DW_END_IDX): Define, | ||
and undefine after using. | ||
|
||
2017-06-21 Alan Modra <[email protected]> | ||
|
||
* elfcpp.h (DT_PPC64_OPT): Define. | ||
* powerpc.h (PPC64_OPT_TLS, PPC64_OPT_MULTI_TOC, | ||
PPC64_OPT_LOCALENTRY): Define. | ||
|
||
2017-06-20 Andreas Krebbel <[email protected]> | ||
|
||
* elfcpp.h (enum PT): Add PT_S390_PGSTE to enum. | ||
|
||
2017-01-02 Alan Modra <[email protected]> | ||
|
||
Update year range in copyright notice of all files. | ||
|
||
For older changes see ChangeLog-2016 | ||
|
||
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 | ||
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.