[Bug binutils/16949] arm-none-eabi-objdump segfaults when disassembling ARM BE elf file

2014-06-25 Thread andrew.smirnov at gmail dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=16949 --- Comment #3 from Andrey Smirnov andrew.smirnov at gmail dot com --- 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

[Bug gold/17081] gold produces static arm binary that crashes at startup

2014-06-25 Thread rafael.espindola at gmail dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=17081 --- Comment #3 from Rafael Ávila de Espíndola rafael.espindola a t gmail dot com --- This reduces to a trivial link time problem: $ cat start.s .globl _start .type _start,#function _start: bl __rel_iplt_start .globl my_memcpy