]> git.pld-linux.org Git - packages/crosssparc-binutils.git/blob - binutils-pr872.patch
- disable nls.
[packages/crosssparc-binutils.git] / binutils-pr872.patch
1 Index: binutils/objcopy.c
2 ===================================================================
3 RCS file: /cvs/src/src/binutils/objcopy.c,v
4 retrieving revision 1.80
5 diff -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.078985 seconds and 3 git commands to generate.