search for: sectin

Displaying 4 results from an estimated 4 matches for "sectin".

Did you mean: section
2007 Aug 02
2
Printer publishing
Hello list I use a samba (version 3.0.14) PDC and Cups (1.2.7) for sharing printers with windows clients. When I create a new printer in Cups i have to wait a long time (abour 20 minutes) to see the printer in Samba's sharing Here is my Print sectin of the smb.conf [printers] path = /tmp print ok = yes browseable = yes printable = yes printer admin = @users, root [print$] path = /drivers/ public = yes writeable = yes write list = @users, root Does anyone can help me ?? Thanks -- ARMANET Stephane Service Informatique Hopital Intercommu...
2009 Jul 20
2
[LLVMdev] PIC16TargetAsmInfo::getBSSSectionForGlobal
Hi Sanjiv, The PIC16TargetAsmInfo::getBSSSectionForGlobal apparently does magic that reinterprets the "section" field of a global in a strange way: // If GV has a sectin name or section address create that section now. if (GV->hasSection()) { std::string SectName = GV->getSection(); // If address for a variable is specified, get the address and create // section. std::string AddrStr = "Address="; if (SectName.compare(...
2009 Jul 20
0
[LLVMdev] PIC16TargetAsmInfo::getBSSSectionForGlobal
...Mailing List > Subject: [LLVMdev] PIC16TargetAsmInfo::getBSSSectionForGlobal > > > Hi Sanjiv, > > The PIC16TargetAsmInfo::getBSSSectionForGlobal apparently does magic > that reinterprets the "section" field of a global in a strange way: > > // If GV has a sectin name or section address create that section > now. > if (GV->hasSection()) { > std::string SectName = GV->getSection(); > // If address for a variable is specified, get the address and > create > // section. > std::string AddrStr = "Address=&qu...
2009 Jul 20
2
[LLVMdev] PIC16TargetAsmInfo::getBSSSectionForGlobal
...[LLVMdev] PIC16TargetAsmInfo::getBSSSectionForGlobal >> >> >> Hi Sanjiv, >> >> The PIC16TargetAsmInfo::getBSSSectionForGlobal apparently does magic >> that reinterprets the "section" field of a global in a strange way: >> >> // If GV has a sectin name or section address create that section >> now. >> if (GV->hasSection()) { >> std::string SectName = GV->getSection(); >> // If address for a variable is specified, get the address and >> create >> // section. >> std::string Addr...