From 9d65ea3a9b83ac3961229ba296a7caf90abce68d Mon Sep 17 00:00:00 2001 From: Ulrich Drepper Date: Thu, 17 Nov 2011 12:33:33 -0500 Subject: Remove handling of VCs other then git --- FAQ.in | 11 ++++------- 1 file changed, 4 insertions(+), 7 deletions(-) (limited to 'FAQ.in') diff --git a/FAQ.in b/FAQ.in index 0eb6bac..af61599 100644 --- a/FAQ.in +++ b/FAQ.in @@ -400,10 +400,10 @@ builtins (__builtin_*). Without optimizations enabled GNU CC will not inline functions. The early startup of the dynamic loader will make function calls via an -unrelocated PLT and crash. +unrelocated PLT and crash. Without auditing the dynamic linker code it would be difficult to remove -this requirement. +this requirement. Another reason is that nested functions must be inlined in many cases to avoid executable stacks. @@ -971,7 +971,7 @@ solutions: {AJ} You might get the following errors when upgrading to glibc 2.1: In file included from /usr/include/stdio.h:57, - from ... + from ... /usr/include/libio.h:335: parse error before `_IO_seekoff' /usr/include/libio.h:335: parse error before `_G_off64_t' /usr/include/libio.h:336: parse error before `_IO_seekpos' @@ -1041,10 +1041,7 @@ and gives more details for some topics. ?? The makefiles want to do a CVS commit. -{UD} Only if you are not specifying the --without-cvs flag at configure -time. This is what you always have to use if you are checking sources -directly out of the public CVS repository or you have your own private -repository. +{} Removed. Does not apply anymore. ?? When compiling C++ programs, I get a compilation error in streambuf.h. -- cgit v1.1