summaryrefslogtreecommitdiff
path: root/ppc-amigaos/recipes/patches/binutils/0006-Introduced-strip-unneeded-rel-relocs.p
diff options
context:
space:
mode:
authorChris Young <chris@unsatisfactorysoftware.co.uk>2016-02-28 16:15:57 +0000
committerChris Young <chris@unsatisfactorysoftware.co.uk>2016-02-28 16:15:57 +0000
commit72be69dbccc4107e487046910654ec4f6a0f4cc3 (patch)
tree53e0248287362ec1484f974aa7f201654f9835e3 /ppc-amigaos/recipes/patches/binutils/0006-Introduced-strip-unneeded-rel-relocs.p
parent0b6a7dabc74a4f780f5077915db48d5a03b0398f (diff)
downloadtoolchains-72be69dbccc4107e487046910654ec4f6a0f4cc3.tar.gz
toolchains-72be69dbccc4107e487046910654ec4f6a0f4cc3.tar.bz2
Fix file paths in the patches
Diffstat (limited to 'ppc-amigaos/recipes/patches/binutils/0006-Introduced-strip-unneeded-rel-relocs.p')
-rw-r--r--ppc-amigaos/recipes/patches/binutils/0006-Introduced-strip-unneeded-rel-relocs.p4
1 files changed, 2 insertions, 2 deletions
diff --git a/ppc-amigaos/recipes/patches/binutils/0006-Introduced-strip-unneeded-rel-relocs.p b/ppc-amigaos/recipes/patches/binutils/0006-Introduced-strip-unneeded-rel-relocs.p
index 7477e49..db15c54 100644
--- a/ppc-amigaos/recipes/patches/binutils/0006-Introduced-strip-unneeded-rel-relocs.p
+++ b/ppc-amigaos/recipes/patches/binutils/0006-Introduced-strip-unneeded-rel-relocs.p
@@ -14,8 +14,8 @@ can be removed now.
diff --git a/binutils/objcopy.c b/binutils/objcopy.c
index 88bd071eefa8b5426eaadfd6431e9de5d4a4591b..4beee77179b85479d5b43507d9eb2a6e0caf384e 100644
---- a/binutils/objcopy.c
-+++ b/binutils/objcopy.c
+--- binutils/objcopy.c
++++ binutils/objcopy.c
@@ -101,12 +101,15 @@ enum strip_action
STRIP_ALL /* Strip all symbols. */
};