search for: kotzen

Displaying 6 results from an estimated 6 matches for "kotzen".

2013 Oct 09
0
[PATCH 0/1] Porting klibc to arm64
...uild.log and test.log if I need to inspect any failures. For added fun, set CC='klcc -shared' and copy /lib/klibc-*.so over, too. On at least one architecture (IA64 aka Itanic), the dynamic version fails while the static (default) one works. bye, //mirabilos -- > emacs als auch vi zum Kotzen finde (joe rules) und pine f?r den einzig > bedienbaren textmode-mailclient halte (und ich hab sie alle ausprobiert). ;) Hallooooo, ich bin der Holger ("Hallo Holger!"), und ich bin ebenfalls ... pine-User, und das auch noch gewohnheitsm??ig ("Oooooooohhh"). [aus dasr]
2004 Nov 22
0
[LLVMdev] Memory leaks revisited (and many fixed)
...Maps as I planned... } Would it work better just to replace all direct references to "ConstantBool::{True,False}" with the appropriate "ConstantBool::get({true,false})" and then remove public access to the variables? -bw -- || "Ich kann gar nicht so viel essen, wie ich kotzen möchte" || - Max Liebermann, Painter and Designer, 1847-1935, when he saw || the SS marching through his street in Berlin the night Hitler || got into power.
2004 Nov 22
2
[LLVMdev] Memory leaks revisited (and many fixed)
Chris Lattner wrote: >>The four leaks are caused by the ConstantBool::True >>and ConstantBool::False (1 for each object + 1 for the use list dummy) - >> unfortunately they are not so easy to wrap with accessor functions >>since they are public member variables of the ConstantBool class... If >>only everyone used the ConstantBool::get() there would be no problem,
2011 Jan 29
2
another bugfix
...a GCC bug but is apparently bad code in klibc. Submitted with permission: http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47533#c6 Patch attached again (sorry) not just because that is easier with my mail system but also to keep original author intact. bye, //mirabilos -- > emacs als auch vi zum Kotzen finde (joe rules) und pine f?r den einzig > bedienbaren textmode-mailclient halte (und ich hab sie alle ausprobiert). ;) Hallooooo, ich bin der Holger ("Hallo Holger!"), und ich bin ebenfalls ... pine-User, und das auch noch gewohnheitsm??ig ("Oooooooohhh"). [aus dasr] -----...
2008 Nov 02
3
[LLVMdev] Porting llvm-gcc-4.2
Hello, how would I go porting llvm-gcc-4.2 to an “unknown” platform, i.e. MirBSD? For regular gcc, I’d have to add stuff to gcc/gcc/config/ and patch quite some configure scripts, but seeing that llvm-gcc uses LLVM for target specific stuff, how much of this still applies? cpp defines and startup files at the least, probably, for the com- piler driver… Which dependencies does llvm-gcc-4.2 have,
2013 Oct 09
5
[PATCH 0/1] Porting klibc to AArch64
Hi All: We have some patches to port klibc to ArmV8. The first set of patches from Neil Williams fixes the build issues. The second set of patches from Anil Singhar fixes functionalities. The following files have changed in the second set of patches ------------------------------------------------------------------------------------------ usr/include/arch/aarch64/klibc/archconfig.h