vapier 15/05/30 12:04:26 Modified: 50_all_libiberty-asprintf.patch Log: document upstream patch status
Revision Changes Path 1.2 src/patchsets/gcc/4.9.1/gentoo/50_all_libiberty-asprintf.patch file : http://sources.gentoo.org/viewvc.cgi/gentoo/src/patchsets/gcc/4.9.1/gentoo/50_all_libiberty-asprintf.patch?rev=1.2&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo/src/patchsets/gcc/4.9.1/gentoo/50_all_libiberty-asprintf.patch?rev=1.2&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo/src/patchsets/gcc/4.9.1/gentoo/50_all_libiberty-asprintf.patch?r1=1.1&r2=1.2 Index: 50_all_libiberty-asprintf.patch =================================================================== RCS file: /var/cvsroot/gentoo/src/patchsets/gcc/4.9.1/gentoo/50_all_libiberty-asprintf.patch,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- 50_all_libiberty-asprintf.patch 7 Aug 2014 00:05:16 -0000 1.1 +++ 50_all_libiberty-asprintf.patch 30 May 2015 12:04:26 -0000 1.2 @@ -1,6 +1,10 @@ +a hacky version of: +https://gcc.gnu.org/viewcvs/gcc?view=revision&revision=223589 +https://gcc.gnu.org/ml/gcc-patches/2015-05/msg01865.html + 2008-07-25 Magnus Granberg <[email protected]> - * include/libiberty.h (asprintf): Don't declare if defined as a macro + * include/libiberty.h (asprintf): Don't declare if defined as a macro --- a/include/libiberty.h +++ b/include/libiberty.h
