Displaying 4 results from an estimated 4 matches for "aalk".
Did you mean:
aadk
2000 Apr 25
1
OpenSSH and Xauth
...SSH-1.2.3 protocol 1.5 installed from the
debian packages. When I ssh from any computer (including my own) then
I can't get any programs to display X. I have turned ForwardAgent and
ForwardX11 on in my ssh_config. When I turn on debugging this is what
I get:
17:14 simpsons at lada% ssh -v bart.aalk ~
SSH Version 1.2.26 [sparc-sun-solaris2.6], protocol version 1.5.
Standard version. Does not use RSAREF.
lada: Reading configuration data /etc/ssh_config
lada: ssh_connect: getuid 43750 geteuid 0 anon 0
lada: Connecting to bart.aalk [192.168.74.133] port 22...
2016 Dec 14
2
LLD status update and performance chart
...are engineering spidey sense might initially
> suggest.
Alright, let's be specific. PPC64TargetInfo::relocateOne in tools/lld/ELF/Target.cpp has this:
switch (Type) {
case R_PPC64_ADDR14: {
checkAlignment<4>(Val, Type);
// Preserve the AA/LK bits in the branch instruction
uint8_t AALK = Loc[3];
write16be(Loc + 2, (AALK & 3) | (Val & 0xfffc));
break;
}
case R_PPC64_ADDR16:
checkInt<16>(Val, Type);
write16be(Loc, Val);
break;
case R_PPC64_ADDR16_DS:
checkInt<16>(Val, Type);
write16be(Loc, (read16be(Loc) & 3) | (Val & ~3));
break;
... (and so...
2016 Dec 14
0
LLD status update and performance chart
...st.
>
> Alright, let's be specific. PPC64TargetInfo::relocateOne in
> tools/lld/ELF/Target.cpp has this:
>
> switch (Type) {
> case R_PPC64_ADDR14: {
> checkAlignment<4>(Val, Type);
> // Preserve the AA/LK bits in the branch instruction
> uint8_t AALK = Loc[3];
> write16be(Loc + 2, (AALK & 3) | (Val & 0xfffc));
> break;
> }
> case R_PPC64_ADDR16:
> checkInt<16>(Val, Type);
> write16be(Loc, Val);
> break;
> case R_PPC64_ADDR16_DS:
> checkInt<16>(Val, Type);
> writ...
2016 Dec 14
0
LLD status update and performance chart
On Tue, Dec 13, 2016 at 12:08 PM, Rui Ueyama <ruiu at google.com> wrote:
> On Tue, Dec 13, 2016 at 12:01 PM, Mehdi Amini <mehdi.amini at apple.com>
> wrote:
>
>>
>> On Dec 13, 2016, at 11:51 AM, Rui Ueyama <ruiu at google.com> wrote:
>>
>> On Tue, Dec 13, 2016 at 11:37 AM, Mehdi Amini <mehdi.amini at apple.com>
>> wrote:
>>