Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 23 Feb 2013 00:14:45 +0400
From:      Lev Serebryakov <lev@FreeBSD.org>
To:        Dimitry Andric <dimitry@andric.com>
Cc:        freebsd-current <freebsd-current@freebsd.org>
Subject:   Re: r245741 (clang as cc) can not build binaries for GEODE processor
Message-ID:  <386635586.20130223001445@serebryakov.spb.ru>
In-Reply-To: <5127997A.2000901@andric.com>
References:  <108875110.20130222104603@serebryakov.spb.ru> <51277EFE.4000703@andric.com> <15917508.20130222194954@serebryakov.spb.ru> <5127997A.2000901@andric.com>

next in thread | previous in thread | raw e-mail | index | archive | help
Hello, Dimitry.
You wrote 22 =D1=84=D0=B5=D0=B2=D1=80=D0=B0=D0=BB=D1=8F 2013 =D0=B3., 20:14=
:50:

DA> As Joerg Sonnenberger mentioned to me, the address 0x10351d6 you show in
DA> the gdb session seems to be quite high, possibly pointing to some shared
DA> library.  Maybe you can try to figure out which library it is?
Here  is two long NOPs in output of clang in -CURRENT without "-march"
options:

objdump -d test

080483a0 <_start1>:
...
 80483e8:       40                      inc    %eax
 80483e9:       0f 1f 80 00 00 00 00    nopl   0x0(%eax)
 80483f0:       8a 08                   mov    (%eax),%cl
...
 8048496:       31 ff                   xor    %edi,%edi
 8048498:       0f 1f 84 00 00 00 00    nopl   0x0(%eax,%eax,1)
 804849f:       00=20
 80484a0:       8b 04 bd 68 96 04 08    mov    0x8049668(,%edi,4),%eax



--=20
// Black Lion AKA Lev Serebryakov <lev@FreeBSD.org>




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?386635586.20130223001445>