diff options
author | Jakub Jelinek <jakub@redhat.com> | 2017-01-19 13:23:00 +0100 |
---|---|---|
committer | Jakub Jelinek <jakub@gcc.gnu.org> | 2017-01-19 13:23:00 +0100 |
commit | f67f94b8e2a276b70c51871e8ca0b85a98190b0a (patch) | |
tree | 46937c5cd15c370711fcda876dee15f978ed6674 /libmpx/ChangeLog | |
parent | 54740d7d82a8e16020c33b0387463ceea5f3d2be (diff) | |
download | gcc-f67f94b8e2a276b70c51871e8ca0b85a98190b0a.zip gcc-f67f94b8e2a276b70c51871e8ca0b85a98190b0a.tar.gz gcc-f67f94b8e2a276b70c51871e8ca0b85a98190b0a.tar.bz2 |
re PR other/79046 (g++ -print-file-name=plugin uses full version number in path)
PR other/79046
* aclocal.m4: Include ../config/acx.m4.
* configure: Regenerated.
* Makefile.in: Regenerated.
* mpxrt/Makefile.in: Regenerated.
* mpxwrap/Makefile.in: Regenerated.
From-SVN: r244627
Diffstat (limited to 'libmpx/ChangeLog')
-rw-r--r-- | libmpx/ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/libmpx/ChangeLog b/libmpx/ChangeLog index 3bf0376..4e34459 100644 --- a/libmpx/ChangeLog +++ b/libmpx/ChangeLog @@ -1,3 +1,12 @@ +2017-01-19 Jakub Jelinek <jakub@redhat.com> + + PR other/79046 + * aclocal.m4: Include ../config/acx.m4. + * configure: Regenerated. + * Makefile.in: Regenerated. + * mpxrt/Makefile.in: Regenerated. + * mpxwrap/Makefile.in: Regenerated. + 2017-01-17 Jakub Jelinek <jakub@redhat.com> PR other/79046 |