This file is indexed.

/usr/src/binutils/patches/gold-no-keep-files-mapped.diff is in binutils-source 2.30-15ubuntu1.

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
14
# DP: gold on 32bit archs: Release mapped files after each pass.

--- a/gold/options.h
+++ b/gold/options.h
@@ -995,7 +995,8 @@
 
   // k
 
-  DEFINE_bool(keep_files_mapped, options::TWO_DASHES, '\0', true,
+  DEFINE_bool(keep_files_mapped, options::TWO_DASHES, '\0',
+	      sizeof(void*) >= 8,
 	      N_("Keep files mapped across passes"),
 	      N_("Release mapped files after each pass"));