public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* reference_discarded addition
@ 2006-01-06  7:40 Dave Jones
  2006-01-08  1:52 ` Keith Owens
  0 siblings, 1 reply; 3+ messages in thread
From: Dave Jones @ 2006-01-06  7:40 UTC (permalink / raw)
  To: Linux Kernel

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 <davej@redhat.com>

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$/ &&

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2006-01-08 17:59 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-01-06  7:40 reference_discarded addition Dave Jones
2006-01-08  1:52 ` Keith Owens
2006-01-08 17:59   ` Sam Ravnborg

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox