This is the mail archive of the libc-ports@sources.redhat.com mailing list for the libc-ports 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]

Re: Community source repository for glibc add-on ports branch, master, updated. glibc-2.15-59-g87ae60c


On Wed, Feb 15, 2012 at 10:20:18PM -0000, jsm28@sourceware.org wrote:
> 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 "Community source repository for glibc add-on ports".
> 
> The branch, master has been updated
>        via  87ae60cc22347daab652864dd01c966f774f7729 (commit)
>       from  3fdf1316ac44fb22cc1ffca1bcc1c9e722504445 (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-ports.git;a=commitdiff;h=87ae60cc22347daab652864dd01c966f774f7729
> 
> commit 87ae60cc22347daab652864dd01c966f774f7729
> Author: Robert Millan <rmh@gnu.org>
> Date:   Wed Feb 15 22:20:07 2012 +0000
> 
>     Add dl-procinfo support for MIPS.
> 

Thanks for committing this patch. Unfortunately a bug has been found in
in this patch the meanwhile, and it has not been reported to the bug 
report. Please find the fix below.


2012-02-16  Aurelien Jarno  <aurelien@aurel32.net>

	* sysdeps/mips/dl-procinfo.h(_DL_PLATFORMS_COUNT): define to 4,
	matching the array in dl-procinfo.c.

diff --git a/sysdeps/mips/dl-procinfo.h b/sysdeps/mips/dl-procinfo.h
index 35f7fb7..3493d81 100644
--- a/sysdeps/mips/dl-procinfo.h
+++ b/sysdeps/mips/dl-procinfo.h
@@ -27,7 +27,7 @@
 /* Mask to filter out platforms.  */
 #define _DL_HWCAP_PLATFORM    (-1ULL)
 
-#define _DL_PLATFORMS_COUNT   1
+#define _DL_PLATFORMS_COUNT   4
 
 static inline const char *
 __attribute__ ((unused))

-- 
Aurelien Jarno	                        GPG: 1024D/F1BCDB73
aurelien@aurel32.net                 http://www.aurel32.net


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