Port-arm archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: some binaries crash with SIGILL on Zybo-Z7-20



Martin Husemann wrote:
> Not sure what that tool does, but this is how objdump -D looks on my armv5
> machine:

You're right. I see the same instruction if I pass -D

# objdump -D /usr/lib/libc.so.12.211 | sed -e '/_string_hash_func>/,/^$/!d'
000a03e4 <_string_hash_func>:
 
...

  a0580:       e103409e        swp     r4, lr, [r3]
  a0584:       ea000001        b       a0590 <_string_hash_func+0x1ac>
  a0588:       e3550000        cmp     r5, #0
  a058c:       1afffffb        bne     a0580 <_string_hash_func+0x19c>
  a0590:       e3540000        cmp     r4, #0
  a0594:       1afffff9        bne     a0580 <_string_hash_func+0x19c>
  

-- 
Alex


Home | Main Index | Thread Index | Old Index