[Bug ld/20152] New: constructors for c++ objects are sometimes discarded when linked via a .a archive

2016-05-26 Thread dmalcolm at redhat dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=20152 Bug ID: 20152 Summary: constructors for c++ objects are sometimes discarded when linked via a .a archive Product: binutils Version: 2.27 (HEAD) Status: NEW S

[Bug binutils/20150] [msp430-elf] Disassembly of interrupt vectors

2016-05-26 Thread orlandoarias at gmail dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=20150 Orlando Arias changed: What|Removed |Added CC||orlandoarias at gmail dot com -- You

[Bug binutils/20150] New: [msp430-elf] Disassembly of interrupt vectors

2016-05-26 Thread orlandoarias at gmail dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=20150 Bug ID: 20150 Summary: [msp430-elf] Disassembly of interrupt vectors Product: binutils Version: unspecified Status: UNCONFIRMED Severity: normal Priority: P2

Re: MIPS version of LD not honoring -Ttext for .MIPS.abiflags section

2016-05-26 Thread Geoff Mottram
Hi Nick, Your work-around is very clever. I will try it out. Thanks. Geoff On 05/26/2016 06:34 AM, Nick Clifton wrote: Hi Geoff, The problem with the first approach is I would like the linker to just pack the MIPS abiflags section with the .text, .got and .rodata sections so I don't have to

Re: MIPS version of LD not honoring -Ttext for .MIPS.abiflags section

2016-05-26 Thread Nick Clifton
Hi Geoff, > The problem with the first approach is I would like the linker > to just pack the MIPS abiflags section with the .text, .got and > .rodata sections so I don't have to calculate the size of the > other sections ahead of time. Is the .MIPS.abiflags section a fixed size ? I suspect th