aboutsummaryrefslogtreecommitdiff
path: root/gcc/ChangeLog
diff options
context:
space:
mode:
authorRichard Henderson <rth@redhat.com>2011-11-12 07:39:44 -0800
committerRichard Henderson <rth@gcc.gnu.org>2011-11-12 07:39:44 -0800
commit33a55f2919b6667660c3d1f87ac0969fb76f26fe (patch)
tree4034c1df3a62329780ea83855d5b039cc2c0034f /gcc/ChangeLog
parent5f41422fc7be19182f2df199f84ff20c96636526 (diff)
downloadgcc-33a55f2919b6667660c3d1f87ac0969fb76f26fe.zip
gcc-33a55f2919b6667660c3d1f87ac0969fb76f26fe.tar.gz
gcc-33a55f2919b6667660c3d1f87ac0969fb76f26fe.tar.bz2
hppa: Install __sync libfuncs for linux.
* config/pa/pa-linux.h (TARGET_SYNC_LIBCALL): New. * config/pa/pa.h (TARGET_SYNC_LIBCALL): New default. * config/pa/pa.c (pa_init_libfuncs): Use init_sync_libfuncs. From-SVN: r181320
Diffstat (limited to 'gcc/ChangeLog')
-rw-r--r--gcc/ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog
index d2cdaa9b..592ea0a 100644
--- a/gcc/ChangeLog
+++ b/gcc/ChangeLog
@@ -1,3 +1,9 @@
+2011-11-12 Richard Henderson <rth@redhat.com>
+
+ * config/pa/pa-linux.h (TARGET_SYNC_LIBCALL): New.
+ * config/pa/pa.h (TARGET_SYNC_LIBCALL): New default.
+ * config/pa/pa.c (pa_init_libfuncs): Use init_sync_libfuncs.
+
2011-11-12 Iain Sandoe <iains@gcc.gnu.org>
PR target/45233