Displaying 5 results from an estimated 5 matches for "asm1".
Did you mean:
asm
2011 Jul 07
1
[LLVMdev] Sefault in llvm-mc when emitting an object file
...emble some code into a memory buffer.
Whilst trying this, I ran into a segfault that I was able to reproduce
using the llvm-mc tool (which makes me think it's not just me using
the library incorrectly.)
The bug looks like this (the binary is from a clean build of the 2.8 release):
$ cat test/asm1.s
movl %ebx, %eax
$ ~/root/bin/llvm-mc --filetype=obj test/asm1.s
0 libLLVM-2.8.so 0xb7374ce8
Stack dump:
0. Program arguments: /home/matt/root/bin/llvm-mc --filetype=obj test/asm1.s
Segmentation fault
$ gdb ~/root/bin/llvm-mc
Reading symbols from /home/matt/root/bin/llvm-mc...done.
(gdb) r --fi...
2008 Dec 09
0
Upgrade ocfs2 question?
OCFS2 development team,
We are on RHEL5
oracle-umawachorad01-+ASM1:/u00/app/oracle/admin/wachprd/bdump> uname -a
Linux umawachorad01 2.6.18-92.el5 #1 SMP Tue Apr 29 13:16:15 EDT 2008 x86_64
We want to upgrade our current OCFS2 version 1.2.8 to the latest release 1.4.1
oracle-umawachorad01-+ASM1:/u00/app/oracle/admin/wachprd/bdump> cat /proc/fs/ocfs2/versi...
2005 Mar 02
10
[Bug 990] OpenSSH cannot connect to an IBM RSA (Remote Supervisor Adaptor) II
http://bugzilla.mindrot.org/show_bug.cgi?id=990
Summary: OpenSSH cannot connect to an IBM RSA (Remote Supervisor
Adaptor) II
Product: Portable OpenSSH
Version: 3.9p1
Platform: All
OS/Version: All
Status: NEW
Severity: major
Priority: P2
Component: ssh
AssignedTo: openssh-bugs at
2008 Jun 06
2
[LLVMdev] Trouble with inline asm
...= 12;
printf("%d\n", i);
asm
{
mov EAX, i;
add EAX, EAX;
mul EAX, 2;
mov i, EAX; // ***
}
printf("%d\n", i);
return 0;
}
if the *** line is commented I get this LL (unrelevant stuff removed):
; ModuleID = 'tangotests.asm1'
target datalayout =
"e-p:32:32:32-i1:8:8-i8:8:8-i16:16:16-i32:32:32-i64:32:64-f32:32:32-f64:32:64-v64:64:64-v128:128:128-a0:0:8"
target triple = "i686-unknown-linux-gnu"
@.stringliteral = internal constant [4 x i8] c"%d\0A\00"
; <[4 x i8]*> [#uses=1]
decl...
2009 Sep 19
2
[Fwd: Shared Storage in xVM Opensolaris build 122]
...is a RAC 11.2
problem or is there a general problem using zvols as as shared disks for
xVM domains ?
(device
(vbd
(protocol x86_64-abi)
(uuid 048d282d-da4c-2e0b-b9f4-f3f4cc0811c7)
(dev xvdc:disk)
(uname phy:/dev/zvol/dsk/rpool/export/xvm/asm1)
(mode ''w!'')
(backend 0)
(bootable 0)
(VDI )
)
)
(device
(vbd
(protocol x86_64-abi)
(uuid 078a81f8-76f3-cb82-ab43-91169ff7d4b7)
(dev xvdd:disk)
(uname phy:/dev/z...