Displaying 8 results from an estimated 8 matches for "otool64".
Did you mean:
otool
2007 Dec 13
0
[LLVMdev] Bogus X86-64 Patterns
...> these
> patterns, meaning the instructions will move 32 bits rather than 64
> bits.
You mean there should be a "rex" in the assembly string? That is,
rex movd %rax, %xmm0
The Mac OS X assembly does not take rex prefix. So this is what's
expected:
movd %rax, %xmm0
$ otool64 -t a.o
a.o:
(__TEXT,__text) section
00000000 6e0f4866 000000c0
>
> For the rr variants it is ok because the assembler sees the r
> register use and
> adds the necessary rex prefix. It cannot do so for memory moves.
>
> These patterns are just wrong. So either the MaxOS assemb...
2007 Dec 12
2
[LLVMdev] Bogus X86-64 Patterns
Tracking down a problem with one of our benchmark codes, we've discovered that
some of the patterns in X86InstrX86-64.td are wrong. Specifically:
def MOV64toPQIrm : RPDI<0x6E, MRMSrcMem, (outs VR128:$dst), (ins i64mem:$src),
"mov{d|q}\t{$src, $dst|$dst, $src}",
[(set VR128:$dst,
(v2i64 (scalar_to_vector
2015 Feb 06
2
Fwd: Waiting for Reply regarding "TestCases Failure"
...AINER_NO_DOCS_TRUE='#'
MAKEINFO='${SHELL} /home/saad/GitProjects/xapian/xapian-core/missing
makeinfo'
MANIFEST_TOOL=':'
MKDIR_P='/bin/mkdir -p'
NM='/usr/bin/nm -B'
NMEDIT=''
NO_INSTALL='-no-install'
OBJDUMP='objdump'
OBJEXT='o'
OTOOL64=''
OTOOL=''
PACKAGE='xapian-core'
PACKAGE_BUGREPORT='http://xapian.org/bugs'
PACKAGE_NAME='xapian-core'
PACKAGE_STRING='xapian-core 1.3.2'
PACKAGE_TARNAME='xapian-core'
PACKAGE_URL=''
PACKAGE_VERSION='1.3.2'
PATH_SEPARATOR='...
2015 Feb 03
2
Fwd: Waiting for Reply regarding "TestCases Failure"
---------- Forwarded message ----------
From: Saad Ahmed <ch.saad.ahmed at gmail.com>
Date: 3 February 2015 at 21:10
Subject: Waiting for Reply regarding "TestCases Failure"
To: Xapian Development <xapian-devel at lists.xapian.org>
I have been waiting for reply regarding any further steps to take.
Following are the outputs of commands that you asked me to run. All these
2013 May 27
2
Dovecot 2.2 build rpm on Centos6
...uild/BUILD/dovecot-2.2.2/missing --run makeinfo'
MKDIR_P='/bin/mkdir -p'
MODULE_LIBS=''
MODULE_SUFFIX=''
MYSQL_CFLAGS=''
MYSQL_CONFIG=''
MYSQL_LIBS=''
NM=''
NMEDIT=''
NOPLUGIN_LDFLAGS=''
OBJDUMP=''
OBJEXT=''
OTOOL64=''
OTOOL=''
PACKAGE='dovecot'
PACKAGE_BUGREPORT='dovecot at dovecot.org'
PACKAGE_NAME='Dovecot'
PACKAGE_STRING='Dovecot 2.2.2'
PACKAGE_TARNAME='dovecot'
PACKAGE_VERSION='2.2.2'
PATH_SEPARATOR=':'
PGSQL_CFLAGS=''
PGSQL_L...
2019 Jul 21
2
Missing hivex.h error when compiling on macOS 10.14 (Mojave)
..... no
checking for a working dd... /bin/dd
checking how to truncate binary pipes... /bin/dd bs=4096 count=1
checking for mt... no
checking if : is a manifest tool... no
checking for dsymutil... dsymutil
checking for nmedit... nmedit
checking for lipo... lipo
checking for otool... otool
checking for otool64... no
checking for -single_module linker flag... yes
checking for -exported_symbols_list linker flag... yes
checking for -force_load linker flag... yes
checking for dlfcn.h... yes
checking for objdir... .libs
checking if gcc supports -fno-rtti -fno-exceptions... yes
checking for gcc option to produ...
2010 Sep 03
1
TinycoreLinux Install
...R_NO_DOCS_FALSE=''
MAINTAINER_NO_DOCS_TRUE='#'
MAKEINDEX=''
MAKEINFO='${SHELL} /mnt/hdd1/search/xapian/xapian/missing --run makeinfo'
MKDIR_P='./install-sh -c -d'
NM='/usr/local/bin/nm -B'
NMEDIT=''
OBJDUMP='objdump'
OBJEXT='o'
OTOOL64=''
OTOOL=''
PACKAGE='xapian-core'
PACKAGE_BUGREPORT='http://xapian.org/bugs'
PACKAGE_NAME='xapian-core'
PACKAGE_STRING='xapian-core 1.2.3'
PACKAGE_TARNAME='xapian-core'
PACKAGE_URL=''
PACKAGE_VERSION='1.2.3'
PATH_SEPARATOR='...
2010 Apr 09
4
Patch: support URLAUTH, BURL, CATENATE
...CONV@
+LTLIBOBJS = @LTLIBOBJS@
+MAINT = @MAINT@
+MAKEINFO = @MAKEINFO@
+MKDIR_P = @MKDIR_P@
+MODULE_LIBS = @MODULE_LIBS@
+MODULE_SUFFIX = @MODULE_SUFFIX@
+MYSQL_CFLAGS = @MYSQL_CFLAGS@
+MYSQL_LIBS = @MYSQL_LIBS@
+NM = @NM@
+NMEDIT = @NMEDIT@
+OBJDUMP = @OBJDUMP@
+OBJEXT = @OBJEXT@
+OTOOL = @OTOOL@
+OTOOL64 = @OTOOL64@
+PACKAGE = @PACKAGE@
+PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
+PACKAGE_NAME = @PACKAGE_NAME@
+PACKAGE_STRING = @PACKAGE_STRING@
+PACKAGE_TARNAME = @PACKAGE_TARNAME@
+PACKAGE_URL = @PACKAGE_URL@
+PACKAGE_VERSION = @PACKAGE_VERSION@
+PATH_SEPARATOR = @PATH_SEPARATOR@
+PGSQL_CFLAGS = @PGSQ...