* [gentoo-commits] gentoo commit in src/patchsets/gcc/4.3.2/gentoo: 40_all_gcc-4.4-libiberty.h-asprintf.patch README.history
@ 2008-12-27 19:06 Mike Frysinger (vapier)
0 siblings, 0 replies; only message in thread
From: Mike Frysinger (vapier) @ 2008-12-27 19:06 UTC (permalink / raw
To: gentoo-commits
vapier 08/12/27 19:06:16
Modified: README.history
Added: 40_all_gcc-4.4-libiberty.h-asprintf.patch
Log:
move asprintf/fortify patch out of pie stuff as it isnt pie specific in any way
Revision Changes Path
1.11 src/patchsets/gcc/4.3.2/gentoo/README.history
file : http://sources.gentoo.org/viewcvs.py/gentoo/src/patchsets/gcc/4.3.2/gentoo/README.history?rev=1.11&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo/src/patchsets/gcc/4.3.2/gentoo/README.history?rev=1.11&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo/src/patchsets/gcc/4.3.2/gentoo/README.history?r1=1.10&r2=1.11
Index: README.history
===================================================================
RCS file: /var/cvsroot/gentoo/src/patchsets/gcc/4.3.2/gentoo/README.history,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- README.history 26 Dec 2008 14:39:23 -0000 1.10
+++ README.history 27 Dec 2008 19:06:16 -0000 1.11
@@ -1,3 +1,6 @@
+1.5 [pending]
+ + 40_all_gcc-4.4-libiberty.h-asprintf.patch
+
1.4 26.12.2008
U 80_all_sparc-biarch.patch
1.1 src/patchsets/gcc/4.3.2/gentoo/40_all_gcc-4.4-libiberty.h-asprintf.patch
file : http://sources.gentoo.org/viewcvs.py/gentoo/src/patchsets/gcc/4.3.2/gentoo/40_all_gcc-4.4-libiberty.h-asprintf.patch?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo/src/patchsets/gcc/4.3.2/gentoo/40_all_gcc-4.4-libiberty.h-asprintf.patch?rev=1.1&content-type=text/plain
Index: 40_all_gcc-4.4-libiberty.h-asprintf.patch
===================================================================
2008-07-25 Magnus Granberg <zorry@ume.nu>
* include/libiberty.h (asprintf): Don't declare if defined as a macro
--- include/libiberty.h.zorry
+++ include/libiberty.h
@@ -554,8 +554,11 @@
/* Like sprintf but provides a pointer to malloc'd storage, which must
be freed by the caller. */
+/* asprintf may be declared as a macro by glibc with __USE_FORTIFY_LEVEL. */
+#ifndef asprintf
extern int asprintf (char **, const char *, ...) ATTRIBUTE_PRINTF_2;
#endif
+#endif
#if !HAVE_DECL_VASPRINTF
/* Like vsprintf but provides a pointer to malloc'd storage, which
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2008-12-27 19:06 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-12-27 19:06 [gentoo-commits] gentoo commit in src/patchsets/gcc/4.3.2/gentoo: 40_all_gcc-4.4-libiberty.h-asprintf.patch README.history Mike Frysinger (vapier)
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox