aboutsummaryrefslogtreecommitdiff
path: root/gcc/ChangeLog
diff options
context:
space:
mode:
authorRichard Henderson <rth@redhat.com>2011-11-12 09:17:45 -0800
committerRichard Henderson <rth@gcc.gnu.org>2011-11-12 09:17:45 -0800
commitdab37c689ea85e9beb7d60fe4898deab048d00d2 (patch)
treefeaf6a54d75aaf47be89d2dae68f3ea5ad4cd2e7 /gcc/ChangeLog
parent306133e3d42250f24023acc7f435ee2a63db0afe (diff)
downloadgcc-dab37c689ea85e9beb7d60fe4898deab048d00d2.zip
gcc-dab37c689ea85e9beb7d60fe4898deab048d00d2.tar.gz
gcc-dab37c689ea85e9beb7d60fe4898deab048d00d2.tar.bz2
sh-linux: Install __sync libfuncs.
* config/sh/linux.h (TARGET_INIT_LIBFUNCS): New. * config/sh/sh.c (sh_init_sync_libfuncs): New. From-SVN: r181322
Diffstat (limited to 'gcc/ChangeLog')
-rw-r--r--gcc/ChangeLog3
1 files changed, 3 insertions, 0 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog
index 592ea0a..4a9a5d3 100644
--- a/gcc/ChangeLog
+++ b/gcc/ChangeLog
@@ -1,5 +1,8 @@
2011-11-12 Richard Henderson <rth@redhat.com>
+ * config/sh/linux.h (TARGET_INIT_LIBFUNCS): New.
+ * config/sh/sh.c (sh_init_sync_libfuncs): New.
+
* 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.