[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Commits] r18479 - in /fsf/trunk/ports: ChangeLog.mips sysdeps/mips/dl-lookup.c
- To: commits@xxxxxxxxxx
- Subject: [Commits] r18479 - in /fsf/trunk/ports: ChangeLog.mips sysdeps/mips/dl-lookup.c
- From: eglibc@xxxxxxxxxx
- Date: Fri, 11 May 2012 21:08:20 -0000
Author: eglibc
Date: Fri May 11 21:08:19 2012
New Revision: 18479
Log:
Import glibc-ports-mainline for 2012-05-11
Modified:
fsf/trunk/ports/ChangeLog.mips
fsf/trunk/ports/sysdeps/mips/dl-lookup.c
Modified: fsf/trunk/ports/ChangeLog.mips
==============================================================================
--- fsf/trunk/ports/ChangeLog.mips (original)
+++ fsf/trunk/ports/ChangeLog.mips Fri May 11 21:08:19 2012
@@ -1,3 +1,7 @@
+2012-05-11 Joseph Myers <joseph@xxxxxxxxxxxxxxxx>
+
+ * sysdeps/mips/dl-lookup.c: Update from generic version.
+
2012-05-08 Joseph Myers <joseph@xxxxxxxxxxxxxxxx>
* sysdeps/mips/fpu/libm-test-ulps: Move to ...
Modified: fsf/trunk/ports/sysdeps/mips/dl-lookup.c
==============================================================================
--- fsf/trunk/ports/sysdeps/mips/dl-lookup.c (original)
+++ fsf/trunk/ports/sysdeps/mips/dl-lookup.c Fri May 11 21:08:19 2012
@@ -14,7 +14,7 @@
Lesser General Public License for more details.
You should have received a copy of the GNU Lesser General Public
- License along with the GNU C Library. If not, see
+ License along with the GNU C Library; if not, see
<http://www.gnu.org/licenses/>. */
#include <alloca.h>
@@ -786,7 +786,8 @@
if (__builtin_expect (current_value.s == NULL, 0))
{
if ((*ref == NULL || ELFW(ST_BIND) ((*ref)->st_info) != STB_WEAK)
- && skip_map == NULL)
+ && skip_map == NULL
+ && !(GLRO(dl_debug_mask) & DL_DEBUG_UNUSED))
{
/* We could find no value for a strong reference. */
const char *reference_name = undef_map ? undef_map->l_name : "";
_______________________________________________
Commits mailing list
Commits@xxxxxxxxxx
http://eglibc.org/cgi-bin/mailman/listinfo/commits