This is the mail archive of the glibc-cvs@sourceware.org mailing list for the glibc project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

GNU C Library master sources branch master updated. glibc-2.22-293-g35e977b


This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "GNU C Library master sources".

The branch, master has been updated
       via  35e977b0033c7b9480bbd507c03912ed927f28f4 (commit)
      from  b2a64460ba9aca39e92731da67cc6344acb483bc (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
http://sourceware.org/git/gitweb.cgi?p=glibc.git;a=commitdiff;h=35e977b0033c7b9480bbd507c03912ed927f28f4

commit 35e977b0033c7b9480bbd507c03912ed927f28f4
Author: Steve Ellcey <sellcey@mips.com>
Date:   Thu Sep 24 16:12:49 2015 -0700

        Add unused attribute to declaration for mips16 builds.
    
        2015-09-24  Steve Ellcey  <sellcey@imgtec.com>
    
     	* sysdeps/mips/math_private.h (libc_fesetenv_mips): Mark cw as unused.

diff --git a/sysdeps/mips/math_private.h b/sysdeps/mips/math_private.h
index baa5f28..3db0273 100644
--- a/sysdeps/mips/math_private.h
+++ b/sysdeps/mips/math_private.h
@@ -106,7 +106,7 @@ libc_feholdexcept_setround_mips (fenv_t *envp, int round)
 static __always_inline void
 libc_fesetenv_mips (fenv_t *envp)
 {
-  fpu_control_t cw;
+  fpu_control_t cw __attribute__ ((unused));
 
   /* Read current state to flush fpu pipeline.  */
   _FPU_GETCW (cw);

-----------------------------------------------------------------------

Summary of changes:
 sysdeps/mips/math_private.h |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)


hooks/post-receive
-- 
GNU C Library master sources


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]