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 siddhesh/libm-mpa updated. glibc-2.17-168-g7974e48


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, siddhesh/libm-mpa has been updated
       via  7974e4817608adf4e1e3e9132309a90335928557 (commit)
      from  983452ef2a2dd27666aac460357eb1c88667dd51 (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://sources.redhat.com/git/gitweb.cgi?p=glibc.git;a=commitdiff;h=7974e4817608adf4e1e3e9132309a90335928557

commit 7974e4817608adf4e1e3e9132309a90335928557
Author: Tulio Magno Quites Machado Filho <tuliom@linux.vnet.ibm.com>
Date:   Tue Feb 12 14:42:00 2013 +0530

    make __acr return long in power4

diff --git a/sysdeps/powerpc/powerpc32/power4/fpu/mpa.c b/sysdeps/powerpc/powerpc32/power4/fpu/mpa.c
index 16cb577..58c0c54 100644
--- a/sysdeps/powerpc/powerpc32/power4/fpu/mpa.c
+++ b/sysdeps/powerpc/powerpc32/power4/fpu/mpa.c
@@ -69,7 +69,7 @@ mcr (const mp_no *x, const mp_no *y, int p)
 }
 
 /* Compare the absolute values of two multiple precision numbers.  */
-int
+long
 __acr (const mp_no *x, const mp_no *y, int p)
 {
   long i;
diff --git a/sysdeps/powerpc/powerpc64/power4/fpu/mpa.c b/sysdeps/powerpc/powerpc64/power4/fpu/mpa.c
index 16cb577..58c0c54 100644
--- a/sysdeps/powerpc/powerpc64/power4/fpu/mpa.c
+++ b/sysdeps/powerpc/powerpc64/power4/fpu/mpa.c
@@ -69,7 +69,7 @@ mcr (const mp_no *x, const mp_no *y, int p)
 }
 
 /* Compare the absolute values of two multiple precision numbers.  */
-int
+long
 __acr (const mp_no *x, const mp_no *y, int p)
 {
   long i;

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

Summary of changes:
 sysdeps/powerpc/powerpc32/power4/fpu/mpa.c |    2 +-
 sysdeps/powerpc/powerpc64/power4/fpu/mpa.c |    2 +-
 2 files changed, 2 insertions(+), 2 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]