From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 24261 invoked by alias); 15 Aug 2012 09:50:51 -0000 Received: (qmail 24247 invoked by uid 22791); 15 Aug 2012 09:50:50 -0000 X-SWARE-Spam-Status: No, hits=-4.1 required=5.0 tests=AWL,BAYES_00,KHOP_RCVD_UNTRUST,RCVD_IN_HOSTKARMA_W,RCVD_IN_HOSTKARMA_WL X-Spam-Check-By: sourceware.org Received: from relay1.mentorg.com (HELO relay1.mentorg.com) (192.94.38.131) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Wed, 15 Aug 2012 09:50:38 +0000 Received: from svr-orw-fem-01.mgc.mentorg.com ([147.34.98.93]) by relay1.mentorg.com with esmtp id 1T1aFJ-0004Hf-Hd from joseph_myers@mentor.com for libc-ports@sourceware.org; Wed, 15 Aug 2012 02:50:37 -0700 Received: from SVR-IES-FEM-01.mgc.mentorg.com ([137.202.0.104]) by svr-orw-fem-01.mgc.mentorg.com over TLS secured channel with Microsoft SMTPSVC(6.0.3790.4675); Wed, 15 Aug 2012 02:50:37 -0700 Received: from digraph.polyomino.org.uk (137.202.0.76) by SVR-IES-FEM-01.mgc.mentorg.com (137.202.0.104) with Microsoft SMTP Server id 14.1.289.1; Wed, 15 Aug 2012 10:50:35 +0100 Received: from jsm28 (helo=localhost) by digraph.polyomino.org.uk with local-esmtp (Exim 4.76) (envelope-from ) id 1T1aFG-0003Qc-61 for libc-ports@sourceware.org; Wed, 15 Aug 2012 09:50:34 +0000 Date: Wed, 15 Aug 2012 09:50:00 -0000 From: "Joseph S. Myers" To: Subject: Update MIPS dl-lookup.c from generic version Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Mailing-List: contact libc-ports-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Post: List-Help: , Sender: libc-ports-owner@sourceware.org X-SW-Source: 2012-08/txt/msg00125.txt.bz2 I've updated the MIPS dl-lookup.c in line with a recent change to the generic version. diff --git a/ports/ChangeLog.mips b/ports/ChangeLog.mips index f8a9af1..b69846f 100644 --- a/ports/ChangeLog.mips +++ b/ports/ChangeLog.mips @@ -1,3 +1,7 @@ +2012-08-15 Joseph Myers + + * sysdeps/mips/dl-lookup.c: Update from generic version. + 2012-08-13 Maxim Kuvyrkov [__GNUC_PREREQ (4, 8)] diff --git a/ports/sysdeps/mips/dl-lookup.c b/ports/sysdeps/mips/dl-lookup.c index f7e98b7..e62c7d0 100644 --- a/ports/sysdeps/mips/dl-lookup.c +++ b/ports/sysdeps/mips/dl-lookup.c @@ -1,6 +1,6 @@ /* Look up a symbol in the loaded objects. MIPS/Linux version - special handling of non-PIC undefined symbol rules. - Copyright (C) 1995-2007, 2009, 2010, 2011 Free Software Foundation, Inc. + Copyright (C) 1995-2012 Free Software Foundation, Inc. This file is part of the GNU C Library. The GNU C Library is free software; you can redistribute it and/or @@ -28,6 +28,7 @@ #include #include #include +#include #include -- Joseph S. Myers joseph@codesourcery.com