search for: altogehter

Displaying 2 results from an estimated 2 matches for "altogehter".

2005 Aug 10
1
[LLVMdev] Relative addressing
...mov r1, r[a0] mov r2, r[a1] add r1, r2, r7 but it makes the register allocation/assignment and instruction scheduling difficult. For the register allocation, one more register will be needed. For the instruction scheduling, the 'add' and the associated 'mov's must be moved altogehter. -- Tzu-Chien Chiu, <URL:http://www.csie.nctu.edu.tw/~jwchiu>
2002 Mar 06
1
Possible bug in 2.2.3a source/script/installbin.sh (with patch)
Hi all, the file samba-2.2.3a/source/script/installbin.sh has a rather odd blindspot. It doesn't honor the --with-privatedir= option to ./configure it just blindly uses $BASEDIR/private instead. I think the fix would be:- a) move directory creation out of installbin.sh altogehter (after all what's the installdirs: target for in the Makefile?) OR b) add an extra parameter to installbin.sh thusly:- *** source/script/installbin.sh Fri Jan 12 19:28:02 2001 --- source/script/installbin.sh.N Wed Mar 6 17:28:25 2002 *************** *** 5,10 **** --- 5,11 ---- BINDI...