]> git.pld-linux.org Git - packages/crossalpha-binutils.git/commitdiff
- objcopy fix. auto/th/binutils-2_16_90_0_1-2 auto/th/crossamd64-binutils-2_16_90_0_1-1 auto/th/crossarm-binutils-2_16_90_0_1-1 auto/th/crossppc-binutils-2_16_90_0_1-1
authorPaweł Sikora <pluto@pld-linux.org>
Mon, 25 Apr 2005 14:29:51 +0000 (14:29 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    binutils-pr872.patch -> 1.1

binutils-pr872.patch [new file with mode: 0644]

diff --git a/binutils-pr872.patch b/binutils-pr872.patch
new file mode 100644 (file)
index 0000000..d699b15
--- /dev/null
@@ -0,0 +1,17 @@
+Index: binutils/objcopy.c
+===================================================================
+RCS file: /cvs/src/src/binutils/objcopy.c,v
+retrieving revision 1.80
+diff -c -3 -p -r1.80 objcopy.c
+*** binutils/objcopy.c 25 Apr 2005 09:25:57 -0000      1.80
+--- binutils/objcopy.c 25 Apr 2005 14:19:06 -0000
+*************** copy_archive (bfd *ibfd, bfd *obfd, cons
+*** 1627,1632 ****
+--- 1627,1633 ----
+        l = xmalloc (sizeof (struct name_list));
+        l->name = output_name;
+        l->next = list;
++       l->obfd = NULL;
+        list = l;
+  
+        if (output_bfd == NULL)
This page took 0.108482 seconds and 4 git commands to generate.