Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S932656AbWAFHkW (ORCPT ); Fri, 6 Jan 2006 02:40:22 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S932657AbWAFHkW (ORCPT ); Fri, 6 Jan 2006 02:40:22 -0500 Received: from mx1.redhat.com ([66.187.233.31]:8590 "EHLO mx1.redhat.com") by vger.kernel.org with ESMTP id S932656AbWAFHkU (ORCPT ); Fri, 6 Jan 2006 02:40:20 -0500 Date: Fri, 6 Jan 2006 02:40:19 -0500 From: Dave Jones To: Linux Kernel Subject: reference_discarded addition Message-ID: <20060106074019.GA1226@redhat.com> Mail-Followup-To: Dave Jones , Linux Kernel Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.4.1i Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 947 Lines: 22 Error: ./fs/quota_v2.o .opd refers to 0000000000000020 R_PPC64_ADDR64 .exit.text Been carrying this for some time in Red Hat trees. Signed-off-by: Dave Jones diff -urNp --exclude-from=/home/davej/.exclude linux-3022/scripts/reference_discarded.pl linux-10000/scripts/reference_discarded.pl --- linux-3022/scripts/reference_discarded.pl +++ linux-10000/scripts/reference_discarded.pl @@ -88,6 +88,7 @@ foreach $object (keys(%object)) { ($from !~ /\.text\.exit$/ && $from !~ /\.exit\.text$/ && $from !~ /\.data\.exit$/ && + $from !~ /\.opd$/ && $from !~ /\.exit\.data$/ && $from !~ /\.altinstructions$/ && $from !~ /\.pdr$/ && - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/