This file is indexed.

/usr/src/gcc-4.4/debian/patches/mips-fix-loongson2f-nop-linaro.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
13
# DP: On mips, pass -mfix-loongson2f-nop to as, if -mno-fix-loongson2f-nop
# DP: is not passed.

--- a/src/gcc/config/mips/mips.h~	2010-06-12 14:03:03.000000000 +0200
+++ b/src/gcc/config/mips/mips.h	2010-06-12 14:11:42.892328066 +0200
@@ -1178,6 +1178,7 @@
 %{msym32} %{mno-sym32} \
 %{mtune=*} %{v} \
 %{mocteon-useun} %{mno-octeon-useun} \
+%{!mno-fix-loongson2f-nop:-mfix-loongson2f-nop} \
 %(subtarget_asm_spec)"
 
 /* Extra switches sometimes passed to the linker.  */