diff options
author | Cary Coutant <ccoutant@gmail.com> | 2015-06-04 22:58:39 -0700 |
---|---|---|
committer | Cary Coutant <ccoutant@gmail.com> | 2015-06-04 22:58:39 -0700 |
commit | bdd2d2b7e6fbe90a07bd631cb599266fc6e12b5e (patch) | |
tree | 0da798ef172464de4de90f184c359d594a8fdb5e /gold/ChangeLog | |
parent | cd3c333f43f03d6e41668a82a68a99c14000a681 (diff) | |
download | gdb-bdd2d2b7e6fbe90a07bd631cb599266fc6e12b5e.zip gdb-bdd2d2b7e6fbe90a07bd631cb599266fc6e12b5e.tar.gz gdb-bdd2d2b7e6fbe90a07bd631cb599266fc6e12b5e.tar.bz2 |
Add diststuff target to Makefile.
gold/
PR gold/18200
* Makefile.am (diststuff): Add target.
* Makefile.in: Regenerate.
Diffstat (limited to 'gold/ChangeLog')
-rw-r--r-- | gold/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/gold/ChangeLog b/gold/ChangeLog index bb3ea82..8d9f414 100644 --- a/gold/ChangeLog +++ b/gold/ChangeLog @@ -1,5 +1,11 @@ 2015-06-04 Cary Coutant <ccoutant@gmail.com> + PR gold/18200 + * Makefile.am (diststuff): Add target. + * Makefile.in: Regenerate. + +2015-06-04 Cary Coutant <ccoutant@gmail.com> + PR gold/17498 * object.cc (Sized_relobj_file::do_count_local_symbols): Discard temporary locals in merge sections. |