summaryrefslogtreecommitdiff
path: root/libgomp/ChangeLog
diff options
context:
space:
mode:
authormrs <mrs@138bc75d-0d04-0410-961f-82ee72b054a4>2015-01-28 21:23:14 +0000
committermrs <mrs@138bc75d-0d04-0410-961f-82ee72b054a4>2015-01-28 21:23:14 +0000
commit4fda895aeaa6fa33f23ddd058282b692a147d640 (patch)
tree184f01104b6f7c1b0e1f0834f1f1caba8376a5e5 /libgomp/ChangeLog
parent20c3dd321a21c3bb8a4239f7df7a48a79167ac85 (diff)
downloadgcc-4fda895aeaa6fa33f23ddd058282b692a147d640.tar.gz
2015-01-28 Jack Howarth <howarth.at.gcc@gmail.com>
PR libgomp/64635 * configure.tgt (*-*-aix*): Use config_path "aix posix". (*-*-darwin*): Use config_path "bsd darwin posix". (*-*-hpux*): Use config_path "hpux posix". * target.c: Add include of plugin-suffix.h and use SONAME_SUFFIX macro. * config/aix/plugin-suffix.h: New file. * config/darwin/plugin-suffix.h: New file. * config/hpux/plugin-suffix.h: New file. * config/posix/plugin-suffix.h: New file. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@220218 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'libgomp/ChangeLog')
-rw-r--r--libgomp/ChangeLog13
1 files changed, 13 insertions, 0 deletions
diff --git a/libgomp/ChangeLog b/libgomp/ChangeLog
index b58d1c6cdaf..7e7c36ba55b 100644
--- a/libgomp/ChangeLog
+++ b/libgomp/ChangeLog
@@ -1,3 +1,16 @@
+2015-01-28 Jack Howarth <howarth.at.gcc@gmail.com>
+
+ PR libgomp/64635
+ * configure.tgt (*-*-aix*): Use config_path "aix posix".
+ (*-*-darwin*): Use config_path "bsd darwin posix".
+ (*-*-hpux*): Use config_path "hpux posix".
+ * target.c: Add include of plugin-suffix.h and use
+ SONAME_SUFFIX macro.
+ * config/aix/plugin-suffix.h: New file.
+ * config/darwin/plugin-suffix.h: New file.
+ * config/hpux/plugin-suffix.h: New file.
+ * config/posix/plugin-suffix.h: New file.
+
2015-01-23 Jakub Jelinek <jakub@redhat.com>
PR middle-end/64734