This file is indexed.

/usr/src/gcc-4.6/debian/patches/libffi-ro-eh_frame_sect.diff is in gcc-4.6-source 4.6.4-6ubuntu2.

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
13
# DP: PR libffi/47248, force a read only eh frame section.

--- a/src/libffi/configure.ac
+++ b/src/libffi/configure.ac
@@ -347,6 +347,8 @@
 		libffi_cv_ro_eh_frame=yes
 	    fi
 	fi
+	# FIXME: see PR libffi/47248
+	libffi_cv_ro_eh_frame=yes
 	rm -f conftest.*
     ])
 if test "x$libffi_cv_ro_eh_frame" = xyes; then