diff options
author | Chung-Ju Wu <jasonwucj@gmail.com> | 2014-02-14 05:01:31 +0000 |
---|---|---|
committer | Chung-Ju Wu <jasonwucj@gcc.gnu.org> | 2014-02-14 05:01:31 +0000 |
commit | 59043e7595b930aa7c94dade272905ebadb44d6f (patch) | |
tree | d7c05f966352b4c1120c671c75dc3731ed23c5f7 /gcc | |
parent | 810f736f0c2e62155439c9cba724936cd66d1bf6 (diff) | |
download | gcc-59043e7595b930aa7c94dade272905ebadb44d6f.zip gcc-59043e7595b930aa7c94dade272905ebadb44d6f.tar.gz gcc-59043e7595b930aa7c94dade272905ebadb44d6f.tar.bz2 |
t-mlibs (MULTILIB_OPTIONS): Fix typo in comment.
2014-02-14 Chung-Ju Wu <jasonwucj@gmail.com>
* config/nds32/t-mlibs (MULTILIB_OPTIONS): Fix typo in comment.
* config/nds32/nds32.c (nds32_merge_decl_attributes): Likewise.
From-SVN: r207775
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/ChangeLog | 5 | ||||
-rw-r--r-- | gcc/config/nds32/nds32.c | 2 | ||||
-rw-r--r-- | gcc/config/nds32/t-mlibs | 2 |
3 files changed, 7 insertions, 2 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 1ef5bb1..2d1d9e9 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,5 +1,10 @@ 2014-02-14 Chung-Ju Wu <jasonwucj@gmail.com> + * config/nds32/t-mlibs (MULTILIB_OPTIONS): Fix typo in comment. + * config/nds32/nds32.c (nds32_merge_decl_attributes): Likewise. + +2014-02-14 Chung-Ju Wu <jasonwucj@gmail.com> + * config/nds32/nds32.c (nds32_naked_function_p): Follow the GNU coding standards. diff --git a/gcc/config/nds32/nds32.c b/gcc/config/nds32/nds32.c index 7ef21d8..f533d97 100644 --- a/gcc/config/nds32/nds32.c +++ b/gcc/config/nds32/nds32.c @@ -3084,7 +3084,7 @@ nds32_merge_decl_attributes (tree olddecl, tree newdecl) combined_attrs = merge_attributes (DECL_ATTRIBUTES (olddecl), DECL_ATTRIBUTES (newdecl)); - /* Sinc newdecl is acutally a duplicate of olddecl, + /* Since newdecl is acutally a duplicate of olddecl, we can take olddecl for some operations. */ if (TREE_CODE (olddecl) == FUNCTION_DECL) { diff --git a/gcc/config/nds32/t-mlibs b/gcc/config/nds32/t-mlibs index 1e3785a..199ee31 100644 --- a/gcc/config/nds32/t-mlibs +++ b/gcc/config/nds32/t-mlibs @@ -28,7 +28,7 @@ # 6. -mlittle-endian -mgp-direct # 7. -mlittle-endian -mno-gp-direct # 8. -mbig-endian -mgp-direct -# 9. -mlittle-endian -mno-gp-direct +# 9. -mbig-endian -mno-gp-direct # # We also define a macro MULTILIB_DEFAULTS in nds32.h that tells the # driver program which options are defaults for this target and thus |