Gentoo Archives: gentoo-commits

From: "Mike Frysinger (vapier)" <vapier@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo commit in src/patchsets/gcc/4.8.4/gentoo: 50_all_libiberty-asprintf.patch
Date: Sat, 30 May 2015 12:04:44
Message-Id: 20150530120426.BD24FA42@oystercatcher.gentoo.org
1 vapier 15/05/30 12:04:26
2
3 Modified: 50_all_libiberty-asprintf.patch
4 Log:
5 document upstream patch status
6
7 Revision Changes Path
8 1.2 src/patchsets/gcc/4.8.4/gentoo/50_all_libiberty-asprintf.patch
9
10 file : http://sources.gentoo.org/viewvc.cgi/gentoo/src/patchsets/gcc/4.8.4/gentoo/50_all_libiberty-asprintf.patch?rev=1.2&view=markup
11 plain: http://sources.gentoo.org/viewvc.cgi/gentoo/src/patchsets/gcc/4.8.4/gentoo/50_all_libiberty-asprintf.patch?rev=1.2&content-type=text/plain
12 diff : http://sources.gentoo.org/viewvc.cgi/gentoo/src/patchsets/gcc/4.8.4/gentoo/50_all_libiberty-asprintf.patch?r1=1.1&r2=1.2
13
14 Index: 50_all_libiberty-asprintf.patch
15 ===================================================================
16 RCS file: /var/cvsroot/gentoo/src/patchsets/gcc/4.8.4/gentoo/50_all_libiberty-asprintf.patch,v
17 retrieving revision 1.1
18 retrieving revision 1.2
19 diff -u -r1.1 -r1.2
20 --- 50_all_libiberty-asprintf.patch 26 Dec 2014 20:41:26 -0000 1.1
21 +++ 50_all_libiberty-asprintf.patch 30 May 2015 12:04:26 -0000 1.2
22 @@ -1,6 +1,10 @@
23 +a hacky version of:
24 +https://gcc.gnu.org/viewcvs/gcc?view=revision&revision=223589
25 +https://gcc.gnu.org/ml/gcc-patches/2015-05/msg01865.html
26 +
27 2008-07-25 Magnus Granberg <zorry@×××.nu>
28
29 - * include/libiberty.h (asprintf): Don't declare if defined as a macro
30 + * include/libiberty.h (asprintf): Don't declare if defined as a macro
31
32 --- a/include/libiberty.h
33 +++ b/include/libiberty.h