summaryrefslogtreecommitdiffstats
path: root/patches/binutils-2.18/generic/gentoo/no_76_all_use-new-ld-dtags.patch
diff options
context:
space:
mode:
Diffstat (limited to 'patches/binutils-2.18/generic/gentoo/no_76_all_use-new-ld-dtags.patch')
-rw-r--r--patches/binutils-2.18/generic/gentoo/no_76_all_use-new-ld-dtags.patch10
1 files changed, 0 insertions, 10 deletions
diff --git a/patches/binutils-2.18/generic/gentoo/no_76_all_use-new-ld-dtags.patch b/patches/binutils-2.18/generic/gentoo/no_76_all_use-new-ld-dtags.patch
deleted file mode 100644
index 84e20f7..0000000
--- a/patches/binutils-2.18/generic/gentoo/no_76_all_use-new-ld-dtags.patch
+++ /dev/null
@@ -1,10 +0,0 @@
---- binutils/ld/ldmain.c
-+++ binutils/ld/ldmain.c
-@@ -296,6 +296,7 @@ main (int argc, char **argv)
-
- link_info.allow_undefined_version = TRUE;
- link_info.keep_memory = TRUE;
-+ link_info.new_dtags = TRUE;
- link_info.combreloc = TRUE;
- link_info.strip_discarded = TRUE;
- link_info.callbacks = &link_callbacks;