summaryrefslogtreecommitdiff
path: root/cross/i386-netbsdpe/patches/binutils-aj
diff options
context:
space:
mode:
authorkent <kent>2004-03-09 12:19:12 +0000
committerkent <kent>2004-03-09 12:19:12 +0000
commit77457102497606f6207fd02e92eeaa0bc5c4dabf (patch)
tree254805e72bd19cae223ee4c4028247b29c1eebaf /cross/i386-netbsdpe/patches/binutils-aj
parent2c94a8e97b39a54c74b3f0f542f7c14a0d225e7f (diff)
downloadpkgsrc-77457102497606f6207fd02e92eeaa0bc5c4dabf.tar.gz
update based gcc and binutils.
- gcc 2.95.2 -> 3.3.3 - binutils 030425 -> 2.15.90 (20040222)
Diffstat (limited to 'cross/i386-netbsdpe/patches/binutils-aj')
-rw-r--r--cross/i386-netbsdpe/patches/binutils-aj13
1 files changed, 13 insertions, 0 deletions
diff --git a/cross/i386-netbsdpe/patches/binutils-aj b/cross/i386-netbsdpe/patches/binutils-aj
new file mode 100644
index 00000000000..f034ac2af6a
--- /dev/null
+++ b/cross/i386-netbsdpe/patches/binutils-aj
@@ -0,0 +1,13 @@
+$NetBSD: binutils-aj,v 1.1 2004/03/09 12:19:12 kent Exp $
+
+--- ld/pe-dll.c.orig 2003-11-09 03:47:30.000000000 +0900
++++ ld/pe-dll.c
+@@ -1934,7 +1934,7 @@ make_singleton_name_thunk (const char *i
+ quick_symbol (abfd, U ("_nm_"), import, "", UNDSEC, BSF_GLOBAL, 0);
+
+ bfd_set_section_size (abfd, id4, 8);
+- d4 = xmalloc (4);
++ d4 = xmalloc (8);
+ id4->contents = d4;
+ memset (d4, 0, 8);
+ quick_reloc (abfd, 0, BFD_RELOC_RVA, 2);