diff options
author | Eric Botcazou <ebotcazou@gcc.gnu.org> | 2013-08-09 09:22:59 +0000 |
---|---|---|
committer | Eric Botcazou <ebotcazou@gcc.gnu.org> | 2013-08-09 09:22:59 +0000 |
commit | 23a6cb7838f73aca404e5cc25a1cfbe1064db068 (patch) | |
tree | 645eddff425f0126b5a6633ebbf921eb3e3e6aab | |
parent | 1f65ae7afe4d8d6d53a8ffb561e0b66c6f07bc12 (diff) | |
download | gcc-23a6cb7838f73aca404e5cc25a1cfbe1064db068.zip gcc-23a6cb7838f73aca404e5cc25a1cfbe1064db068.tar.gz gcc-23a6cb7838f73aca404e5cc25a1cfbe1064db068.tar.bz2 |
Fix typo
From-SVN: r201623
-rw-r--r-- | gcc/ChangeLog | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog index b70e7fb..8ad53a5 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -13,7 +13,7 @@ * config/sparc/sparc.c (sparc_option_override): Set MASK_LEON for leon and MASK_LEON3 for leon3 and unset them if HAVE_AS_LEON is not defined. Deal with LEON and LEON3 for the memory model. - * config/sparc/sync.m (atomic_compare_and_swap<mode>): Enable for LEON3 + * config/sparc/sync.md (atomic_compare_and_swap<mode>): Enable if LEON3 (atomic_compare_and_swap<mode>_1): Likewise. (*atomic_compare_and_swap<mode>_1): Likewise. |