This file is indexed.

/usr/src/gcc-4.6/debian/patches/gcc-linaro-revert-106905-doc.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
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
--- a/src/gcc/doc/tm.texi	2012-08-07 18:13:10 +0000
+++ b/src/gcc/doc/tm.texi	2011-07-01 09:19:21 +0000
@@ -1118,14 +1118,6 @@
 If the value of this macro has a type, it should be an unsigned type.
 @end defmac
 
-@deftypefn {Target Hook} HOST_WIDE_INT TARGET_VECTOR_ALIGNMENT (const_tree @var{type})
-This hook can be used to define the alignment for a vector of type
-@var{type}, in order to comply with a platform ABI.  The default is to
-require natural alignment for vector types.  The alignment returned by
-this hook must be a power-of-two multiple of the default alignment of
-the vector element type.
-@end deftypefn
-
 @defmac STACK_SLOT_ALIGNMENT (@var{type}, @var{mode}, @var{basic-align})
 If defined, a C expression to compute the alignment for stack slot.
 @var{type} is the data type, @var{mode} is the widest mode available,
--- a/src/gcc/doc/tm.texi.in	2012-08-07 18:13:10 +0000
+++ b/src/gcc/doc/tm.texi.in	2011-07-01 09:19:21 +0000
@@ -1108,8 +1108,6 @@
 If the value of this macro has a type, it should be an unsigned type.
 @end defmac
 
-@hook TARGET_VECTOR_ALIGNMENT
-
 @defmac STACK_SLOT_ALIGNMENT (@var{type}, @var{mode}, @var{basic-align})
 If defined, a C expression to compute the alignment for stack slot.
 @var{type} is the data type, @var{mode} is the widest mode available,