]> git.pld-linux.org Git - packages/crosssparc-binutils.git/blame - binutils-pr872.patch
- disable nls.
[packages/crosssparc-binutils.git] / binutils-pr872.patch
CommitLineData
ec5cc0c3
PS
1Index: binutils/objcopy.c
2===================================================================
3RCS file: /cvs/src/src/binutils/objcopy.c,v
4retrieving revision 1.80
5diff -c -3 -p -r1.80 objcopy.c
6*** binutils/objcopy.c 25 Apr 2005 09:25:57 -0000 1.80
7--- binutils/objcopy.c 25 Apr 2005 14:19:06 -0000
8*************** copy_archive (bfd *ibfd, bfd *obfd, cons
9*** 1627,1632 ****
10--- 1627,1633 ----
11 l = xmalloc (sizeof (struct name_list));
12 l->name = output_name;
13 l->next = list;
14+ l->obfd = NULL;
15 list = l;
16
17 if (output_bfd == NULL)
This page took 0.066041 seconds and 4 git commands to generate.