<html>
<head>
<base href="http://llvm.org/bugs/" />
</head>
<body><table border="1" cellspacing="0" cellpadding="8">
<tr>
<th>Bug ID</th>
<td><a class="bz_bug_link
bz_status_NEW "
title="NEW --- - dla asm instruction not supported on mips64 target"
href="http://llvm.org/bugs/show_bug.cgi?id=22618">22618</a>
</td>
</tr>
<tr>
<th>Summary</th>
<td>dla asm instruction not supported on mips64 target
</td>
</tr>
<tr>
<th>Product</th>
<td>new-bugs
</td>
</tr>
<tr>
<th>Version</th>
<td>3.6
</td>
</tr>
<tr>
<th>Hardware</th>
<td>Other
</td>
</tr>
<tr>
<th>OS</th>
<td>FreeBSD
</td>
</tr>
<tr>
<th>Status</th>
<td>NEW
</td>
</tr>
<tr>
<th>Severity</th>
<td>normal
</td>
</tr>
<tr>
<th>Priority</th>
<td>P
</td>
</tr>
<tr>
<th>Component</th>
<td>new bugs
</td>
</tr>
<tr>
<th>Assignee</th>
<td>unassignedbugs@nondot.org
</td>
</tr>
<tr>
<th>Reporter</th>
<td>sbruno@freebsd.org
</td>
</tr>
<tr>
<th>CC</th>
<td>llvmbugs@cs.uiuc.edu
</td>
</tr>
<tr>
<th>Classification</th>
<td>Unclassified
</td>
</tr></table>
<p>
<div>
<pre>FreeBSD's libc for mips uses the dla ASM instruction which appears to be
unsupported:
--------------------------------------------------------------
<span class="quote">>>> stage 4.2: building libraries</span >
--------------------------------------------------------------
cd /home/sbruno/bsd/clang360-import; MAKEOBJDIRPREFIX=/var/tmp/mips.mips64
MACHINE_ARCH=mips64 MACHINE=mips CPUTYPE=
GROFF_BIN_PATH=/var/tmp/mips.mips64/home/sbruno/bsd/clang360-import/tmp/legacy/usr/bin
GROFF_FONT_PATH=/var/tmp/mips.mips64/home/sbruno/bsd/clang360-import/tmp/legacy/usr/share/groff_font
GROFF_TMAC_PATH=/var/tmp/mips.mips64/home/sbruno/bsd/clang360-import/tmp/legacy/usr/share/tmac
_SHLIBDIRPREFIX=/var/tmp/mips.mips64/home/sbruno/bsd/clang360-import/tmp
_LDSCRIPTROOT= VERSION="FreeBSD 11.0-CURRENT mips64 1100059" INSTALL="sh
/home/sbruno/bsd/clang360-import/tools/install.sh"
PATH=/var/tmp/mips.mips64/home/sbruno/bsd/clang360-import/tmp/legacy/usr/sbin:/var/tmp/mips.mips64/home/sbruno/bsd/clang360-import/tmp/legacy/usr/bin:/var/tmp/mips.mips64/home/sbruno/bsd/clang360-import/tmp/legacy/bin:/var/tmp/mips.mips64/home/sbruno/bsd/clang360-import/tmp/usr/sbin:/var/tmp/mips.mips64/home/sbruno/bsd/clang360-import/tmp/usr/bin:/sbin:/bin:/usr/sbin:/usr/bin
CC="cc " CXX="c++ " DEPFLAGS="" CPP="cpp " AS="as" AR="ar" LD="ld" NM=nm
OBJDUMP=objdump OBJCOPY="objcopy" RANLIB=ranlib STRINGS= SIZE="size" make -f
Makefile.inc1 DESTDIR=/var/tmp/mips.mips64/home/sbruno/bsd/clang360-import/tmp
-DNO_FSCHG MK_HTML=no -DNO_LINT MK_MAN=no MK_PROFILE=no MK_TESTS=no
MK_TESTS_SUPPORT=yes libraries
cd /home/sbruno/bsd/clang360-import && make -f Makefile.inc1 _prereq_libs &&
make -f Makefile.inc1 _startup_libs && make -f Makefile.inc1 _prebuild_libs &&
make -f Makefile.inc1 _generic_libs
===> gnu/lib/libssp/libssp_nonshared (obj,depend,all,install)
sh /home/sbruno/bsd/clang360-import/tools/install.sh -C -o root -g wheel -m 444
libssp_nonshared.a
/var/tmp/mips.mips64/home/sbruno/bsd/clang360-import/tmp/usr/lib
===> gnu/lib/libgcc (obj,depend,all,install)
sh /home/sbruno/bsd/clang360-import/tools/install.sh -C -o root -g wheel -m 444
libgcc_eh.a /var/tmp/mips.mips64/home/sbruno/bsd/clang360-import/tmp/usr/lib
===> lib/libcompiler_rt (obj,depend,all,install)
sh /home/sbruno/bsd/clang360-import/tools/install.sh -C -o root -g wheel -m 444
libcompiler_rt.a
/var/tmp/mips.mips64/home/sbruno/bsd/clang360-import/tmp/usr/lib
/var/tmp/mips.mips64/home/sbruno/bsd/clang360-import/tmp/usr/lib/libgcc.a ->
libcompiler_rt.a
===> gnu/lib/csu (obj,depend,all,install)
sh /home/sbruno/bsd/clang360-import/tools/install.sh -o root -g wheel -m 444
crtbegin.o
/var/tmp/mips.mips64/home/sbruno/bsd/clang360-import/tmp/usr/lib/crtbegin.o
sh /home/sbruno/bsd/clang360-import/tools/install.sh -o root -g wheel -m 444
crtend.o
/var/tmp/mips.mips64/home/sbruno/bsd/clang360-import/tmp/usr/lib/crtend.o
sh /home/sbruno/bsd/clang360-import/tools/install.sh -o root -g wheel -m 444
crtbeginT.o
/var/tmp/mips.mips64/home/sbruno/bsd/clang360-import/tmp/usr/lib/crtbeginT.o
sh /home/sbruno/bsd/clang360-import/tools/install.sh -o root -g wheel -m 444
crtbeginS.o
/var/tmp/mips.mips64/home/sbruno/bsd/clang360-import/tmp/usr/lib/crtbeginS.o
sh /home/sbruno/bsd/clang360-import/tools/install.sh -o root -g wheel -m 444
crtendS.o
/var/tmp/mips.mips64/home/sbruno/bsd/clang360-import/tmp/usr/lib/crtendS.o
===> lib/csu/mips (obj,depend,all,install)
sh /home/sbruno/bsd/clang360-import/tools/install.sh -o root -g wheel -m 444
crt1.o crti.o crtn.o Scrt1.o gcrt1.o
/var/tmp/mips.mips64/home/sbruno/bsd/clang360-import/tmp/usr/lib
===> lib/libc (obj,depend,all,install)
cc -O -pipe -G0 -I/home/sbruno/bsd/clang360-import/lib/libc/include
-I/home/sbruno/bsd/clang360-import/lib/libc/../../include
-I/home/sbruno/bsd/clang360-import/lib/libc/mips -DNLS -DSOFTFLOAT
-D__DBINTERFACE_PRIVATE
-I/home/sbruno/bsd/clang360-import/lib/libc/../../contrib/gdtoa
-I/home/sbruno/bsd/clang360-import/lib/libc/../../contrib/libc-vis -DINET6
-I/var/tmp/mips.mips64/home/sbruno/bsd/clang360-import/lib/libc
-I/home/sbruno/bsd/clang360-import/lib/libc/resolv -D_ACL_PRIVATE
-DPOSIX_MISTAKE -I/home/sbruno/bsd/clang360-import/lib/libc/../libmd
-I/home/sbruno/bsd/clang360-import/lib/libc/../../contrib/jemalloc/include
-DMALLOC_PRODUCTION
-I/home/sbruno/bsd/clang360-import/lib/libc/../../contrib/tzcode/stdtime
-I/home/sbruno/bsd/clang360-import/lib/libc/stdtime
-I/home/sbruno/bsd/clang360-import/lib/libc/locale -DBROKEN_DES -DPORTMAP
-DDES_BUILTIN -I/home/sbruno/bsd/clang360-import/lib/libc/rpc
-I/home/sbruno/bsd/clang360-import/lib/libc/mips/softfloat
-I/home/sbruno/bsd/clang360-import/lib/libc/softfloat -DSOFTFLOAT_FOR_GCC -DYP
-DNS_CACHING -DSYMBOL_VERSIONING -DSYSCALL_COMPAT -std=gnu99 -Wsystem-headers
-Werror -Wall -Wno-format-y2k -Wno-uninitialized -Wno-pointer-sign
-Wno-empty-body -Wno-string-plus-int -Wno-unused-const-variable
-Wno-tautological-compare -Wno-unused-value -Wno-parentheses-equality
-Wno-unused-function -Wno-enum-conversion -Wno-unused-local-typedef -Wno-switch
-Wno-switch-enum -Wno-knr-promoted-parameter -Qunused-arguments -c
/home/sbruno/bsd/clang360-import/lib/libc/mips/gen/_ctx_start.S
/home/sbruno/bsd/clang360-import/lib/libc/mips/gen/_ctx_start.S:37:2: error:
unknown instruction
dla $25, _ctx_done
^
*** Error code 1</pre>
</div>
</p>
<hr>
<span>You are receiving this mail because:</span>
<ul>
<li>You are on the CC list for the bug.</li>
</ul>
</body>
</html>