summaryrefslogtreecommitdiff
path: root/devel/binutils/patches
diff options
context:
space:
mode:
authorfredb <fredb@pkgsrc.org>2003-06-08 20:17:13 +0000
committerfredb <fredb@pkgsrc.org>2003-06-08 20:17:13 +0000
commit2ad90a11140594264936a240f5ba241fef208956 (patch)
tree70feec171d3ccce53b5a3ee6d2937208c979a1ac /devel/binutils/patches
parentc3dbb3884835e93197dec5d8069027aa9ccf0a5b (diff)
downloadpkgsrc-2ad90a11140594264936a240f5ba241fef208956.tar.gz
Update binutils to 2.13.2.1. "gasp" is gone; "strings" accepts an
argument of "--encoding", to help it to look for wide strings; plus a few other obscure additions. Most importantly, "gas" now generates correct code when used with gcc-3.x at high optimization levels. (See gcc bugzilla: optimization/10877.)
Diffstat (limited to 'devel/binutils/patches')
-rw-r--r--devel/binutils/patches/patch-aa20
1 files changed, 20 insertions, 0 deletions
diff --git a/devel/binutils/patches/patch-aa b/devel/binutils/patches/patch-aa
new file mode 100644
index 00000000000..be8fb33d41c
--- /dev/null
+++ b/devel/binutils/patches/patch-aa
@@ -0,0 +1,20 @@
+$NetBSD: patch-aa,v 1.1 2003/06/08 20:17:14 fredb Exp $
+
+--- Makefile.in.orig Wed Jan 1 19:24:13 2003
++++ Makefile.in
+@@ -678,7 +678,6 @@ INSTALL_MODULES = \
+ install-dejagnu \
+ install-diff \
+ install-dosutils \
+- install-etc \
+ install-fastjar \
+ install-fileutils \
+ install-findutils \
+@@ -698,7 +697,6 @@ INSTALL_MODULES = \
+ install-itcl \
+ install-ld \
+ install-libgui \
+- install-libiberty \
+ install-libtool \
+ install-m4 \
+ install-make \