This file is indexed.

/usr/src/gcc-4.4/debian/patches/libmudflap-no-testsuite.diff is in gcc-4.4-source 4.4.7-8ubuntu1.

This file is owned by root:root, with mode 0o644.

The actual contents of the file can be viewed below.

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
# DP: don't run the libmudflap testsuite on hppa; times out on the buildd

--- a/src/libmudflap/testsuite/Makefile.in~	2010-04-02 20:18:06.000000000 +0200
+++ b/src/libmudflap/testsuite/Makefile.in	2011-03-12 14:54:04.143056313 +0100
@@ -242,6 +242,7 @@
 
 
 check-DEJAGNU: site.exp
+	case "$(target)" in hppa*) exit 0;; esac; \
 	srcdir=`$(am__cd) $(srcdir) && pwd`; export srcdir; \
 	EXPECT=$(EXPECT); export EXPECT; \
 	runtest=$(RUNTEST); \