This file is indexed.

/usr/src/gcc-4.4/debian/patches/gcc-no-add-needed.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
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
# DP: On linux targets pass --no-add-needed to the linker.

2010-02-08  Roland McGrath  <roland@redhat.com>

	* config/rs6000/sysv4.h (LINK_EH_SPEC): Pass --no-add-needed to the
	linker.
	* config/linux.h (LINK_EH_SPEC): Likewise.
	* config/alpha/elf.h (LINK_EH_SPEC): Likewise.
	* config/ia64/linux.h (LINK_EH_SPEC): Likewise.

--- ./src/gcc/config/rs6000/sysv4.h~	2009-11-30 16:45:56.000000000 +0100
+++ ./src/gcc/config/rs6000/sysv4.h	2010-04-06 02:32:08.172356816 +0200
@@ -916,7 +916,7 @@
   %{!dynamic-linker:-dynamic-linker " LINUX_DYNAMIC_LINKER "}}}"
 
 #if defined(HAVE_LD_EH_FRAME_HDR)
-# define LINK_EH_SPEC "%{!static:--eh-frame-hdr} "
+# define LINK_EH_SPEC "--no-add-needed %{!static:--eh-frame-hdr} "
 #endif
 
 #define CPP_OS_LINUX_SPEC "-D__unix__ -D__gnu_linux__ -D__linux__ \
--- ./src/gcc/config/alpha/elf.h~	2009-04-28 12:24:19.000000000 +0200
+++ ./src/gcc/config/alpha/elf.h	2010-04-06 02:31:02.014836042 +0200
@@ -423,7 +423,7 @@
    I imagine that other systems will catch up.  In the meantime, it
    doesn't harm to make sure that the data exists to be used later.  */
 #if defined(HAVE_LD_EH_FRAME_HDR)
-#define LINK_EH_SPEC "%{!static:--eh-frame-hdr} "
+#define LINK_EH_SPEC "--no-add-needed %{!static:--eh-frame-hdr} "
 #endif
 
 /* A C statement (sans semicolon) to output to the stdio stream STREAM
--- ./src/gcc/config/ia64/linux.h~	2009-04-22 10:23:06.000000000 +0200
+++ ./src/gcc/config/ia64/linux.h	2010-04-06 02:33:05.044835760 +0200
@@ -80,7 +80,7 @@
    Signalize that because we have fde-glibc, we don't need all C shared libs
    linked against -lgcc_s.  */
 #undef LINK_EH_SPEC
-#define LINK_EH_SPEC ""
+#define LINK_EH_SPEC "--no-add-needed "
 
 #define MD_UNWIND_SUPPORT "config/ia64/linux-unwind.h"
 
--- ./src/gcc/config/linux.h~	2009-04-12 01:39:59.000000000 +0200
+++ ./src/gcc/config/linux.h	2010-04-06 02:32:19.391087422 +0200
@@ -89,7 +89,7 @@
     } while (0)
 
 #if defined(HAVE_LD_EH_FRAME_HDR)
-#define LINK_EH_SPEC "%{!static:--eh-frame-hdr} "
+#define LINK_EH_SPEC "--no-add-needed %{!static:--eh-frame-hdr} "
 #endif
 
 /* Define this so we can compile MS code for use with WINE.  */