Displaying 9 results from an estimated 9 matches for "riht".
Did you mean:
right
2013 Jan 09
2
[LLVMdev] [lld] ELF weak aliases
...definition of it gets totally removed, meaning
>> so does the content for the other __stdx_used symbols.
>
> When the other object provides a definition for __stdout_used, the atom
> gets the property of the other object which defines the atom isnt it, and
> so as the ordinal too riht ?
>
> Couldnt follow how did the others move ?
I'm not quite sure what you mean here.
>
> This is what I see with binutils/ld :-
>
> $cat 1.c
> #include "stdio_impl.h"
>
> static FILE *const dummy_file = 0;
> weak_alias(dummy_file, __stdin_used);
> w...
2012 May 28
2
Samba4 alpha >20 version: Samba & smbd daemons !
...atically and with with some parameters such as --configfile and --foreground (but without -D parametr that is not as daemon) .After Samba is started there are 2 processes: Samba & smbd.1. So, after killing of Samba process samba doesn' t delete samba.pid & smb-fileserver.conf.pid, is it riht behaivour of its daemons ?As I remembered nmbd daemon does - it deletes nmbd.pid file.Does Samba daemon have to delete its pid file and pid files of all other processes started by it, in particular smbd process or not ?
2. When Samba are not run and smbd hsa been started without Samba daemon, there...
2013 Jan 09
0
[LLVMdev] [lld] ELF weak aliases
...y removed, meaning
>>> so does the content for the other __stdx_used symbols.
>>
>> When the other object provides a definition for __stdout_used, the atom
>> gets the property of the other object which defines the atom isnt it,
>> and
>> so as the ordinal too riht ?
>>
>> Couldnt follow how did the others move ?
>
> I'm not quite sure what you mean here.
Sorry for not making it clear. I was not sure how did the content of the
other symbols change when another object file provided a definition of
__stdout_used ?
Thanks
Shankar Easwara...
2013 Jan 09
0
[LLVMdev] [lld] ELF weak aliases
...__stdout_used. The weak definition of it gets totally removed, meaning
> so does the content for the other __stdx_used symbols.
When the other object provides a definition for __stdout_used, the atom
gets the property of the other object which defines the atom isnt it, and
so as the ordinal too riht ?
Couldnt follow how did the others move ?
This is what I see with binutils/ld :-
$cat 1.c
#include "stdio_impl.h"
static FILE *const dummy_file = 0;
weak_alias(dummy_file, __stdin_used);
weak_alias(dummy_file, __stdout_used);
weak_alias(dummy_file, __stderr_used);
$cat 2.c
int __std...
2015 Dec 21
2
FSMO commands not working on 4.3.1
...ry -b
"CN=Infrastructure,DC=ForestDnsZones,DC=test,DC=local" fSMORoleOwner
# record 1
dn: CN=Infrastructure,DC=ForestDnsZones,DC=test,DC=local
(*** without fSMORoleOwner here ***)
It seemed that the my case (upgrading from Samba 4.0.x),
there was no ForestDns/DomainDnsZone entries with riht FSMO server name...
And so, I prepared ldif file & loaded to edit it
$ cat ldb.ldif
dn: CN=Infrastructure,DC=DomainDnsZones,dc=test,dc=local
changetype: modify
replace: fSMORoleOwner
fSMORoleOwner: CN=NTDS
Settings,CN=SAMBA4-DC1,CN=Servers,CN=Default-First-Site-Name,CN=Sites,CN=Configuration,...
2013 Jan 09
4
[LLVMdev] [lld] ELF weak aliases
So I just got lua to link and run and work on x86-64 Linux with musl
and lld. It did require one change to hack around incorrect handling
of ELF weak aliases.
In musl __stdio_exit.c
<http://git.musl-libc.org/cgit/musl/tree/src/stdio/__stdio_exit.c> we
have:
static FILE *const dummy_file = 0;
weak_alias(dummy_file, __stdin_used);
weak_alias(dummy_file, __stdout_used);
weak_alias(dummy_file,
2008 Mar 07
9
copy & paste event
hi. now I have problem about copy and paste text in my application I
make copy and paste button in toolbar and I have fuction of them but I
don''t know how to make it can copy only selection text and paste into
other textCtrl. see my picture for more info. thank you :)
Attachments:
http://www.ruby-forum.com/attachment/1526/untitled.JPG
--
Posted via http://www.ruby-forum.com/.
2004 Mar 02
3
Odd errors while mounting an OCFS filesystem
Hello again. I am setting up a new pair of servers to run RAC.
They're connected via fibre-channel to a hardware RAID array, and both are
able to see the exposed LUNs.
When I create an OCFS filesystem on one node with mkfs.ocfs, I can
mount it. When I try to mount from the other node, however, it fails.
After that, the filesystem is left in a state where neither node can mount
it. The
2007 May 24
0
Branch 'as' - 11 commits - libswfdec/swfdec_as_array.c libswfdec/swfdec_as_context.c libswfdec/swfdec_as_function.c libswfdec/swfdec_as_interpret.c libswfdec/swfdec_as_native_function.c libswfdec/swfdec_as_number.c libswfdec/swfdec_as_object.c
...N (super->constructor))
diff-tree 014141b47e8d4f0cd3be137a6d2af1cd5efdf356 (from e62297aa4f0430285e9350049bf06cd4163a831f)
Author: Benjamin Otte <otte at gnome.org>
Date: Thu May 24 14:44:03 2007 +0200
set the frame's function in the call vfunc
This is needed to get the riht function in super's implementation
diff --git a/libswfdec/swfdec_as_function.c b/libswfdec/swfdec_as_function.c
index 8a27b9f..2f0f0e7 100644
--- a/libswfdec/swfdec_as_function.c
+++ b/libswfdec/swfdec_as_function.c
@@ -93,7 +93,6 @@ swfdec_as_function_call (SwfdecAsFunctio
frame->argc =...