diff options
author | Richard Henderson <rth@redhat.com> | 2011-11-12 09:17:45 -0800 |
---|---|---|
committer | Richard Henderson <rth@gcc.gnu.org> | 2011-11-12 09:17:45 -0800 |
commit | dab37c689ea85e9beb7d60fe4898deab048d00d2 (patch) | |
tree | feaf6a54d75aaf47be89d2dae68f3ea5ad4cd2e7 /gcc/ChangeLog | |
parent | 306133e3d42250f24023acc7f435ee2a63db0afe (diff) | |
download | gcc-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/ChangeLog | 3 |
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. |