This file is indexed.

/usr/src/gcc-4.9/debian/patches/gdc-cross-install-location.diff is in gcc-4.9-source 4.9.3-13ubuntu2.

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
--- a/src/libphobos/configure.ac
+++ b/src/libphobos/configure.ac
@@ -239,7 +239,7 @@
 fi
 
 if test "${gdc_host}" != "${gdc_target}"; then
-    gdc_include_dir='${libdir}/gcc/${host_alias}'/${d_gcc_ver}/include/d
+    gdc_include_dir='${libdir}/gcc-cross/${host_alias}'/${d_gcc_ver}/include/d
 else
     gdc_include_dir='${prefix}'/include/d/${d_gcc_ver}
 fi