diff options
author | Ulrich Drepper <drepper@gmail.com> | 2011-11-17 12:33:33 -0500 |
---|---|---|
committer | Ulrich Drepper <drepper@gmail.com> | 2011-11-17 12:33:33 -0500 |
commit | 9d65ea3a9b83ac3961229ba296a7caf90abce68d (patch) | |
tree | a9b3c7ac1a524042d35fc22f296058456486d5b1 /FAQ | |
parent | 5583a0862cf94f71cbcde91c4043a20af65facca (diff) | |
download | glibc-9d65ea3a9b83ac3961229ba296a7caf90abce68d.tar glibc-9d65ea3a9b83ac3961229ba296a7caf90abce68d.tar.gz glibc-9d65ea3a9b83ac3961229ba296a7caf90abce68d.tar.bz2 glibc-9d65ea3a9b83ac3961229ba296a7caf90abce68d.zip |
Remove handling of VCs other then git
Diffstat (limited to 'FAQ')
-rw-r--r-- | FAQ | 11 |
1 files changed, 4 insertions, 7 deletions
@@ -605,10 +605,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. @@ -1204,7 +1204,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' @@ -1278,10 +1278,7 @@ and gives more details for some topics. 2.33. 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. 2.34. When compiling C++ programs, I get a compilation error in streambuf.h. |