https://sourceware.org/bugzilla/show_bug.cgi?id=17081
--- Comment #3 from Rafael Ávila de Espíndola ---
This reduces to a trivial link time problem:
$ cat start.s
.globl _start
.type _start,#function
_start:
bl __rel_iplt_start
.globl my_memcpy
my_memcpy:
.type my_memcpy, #gnu
https://sourceware.org/bugzilla/show_bug.cgi?id=16949
--- Comment #3 from Andrey Smirnov ---
Hi Nick,
Just wanted to let you know that I tried your patch and it seemed to have fixed
the problem. Now I get full disassembly and everything!
Thanks!
Andrey
--
You are receiving this mail because: