[Bug binutils/17329] New: Error: PC relative branch to label which is not in the instruction space

2014-08-29 Thread thomas.petazz...@free-electrons.com
: normal Priority: P2 Component: binutils Assignee: unassigned at sourceware dot org Reporter: thomas.petazz...@free-electrons.com When building the fxload program (see http://sourceforge.net/projects/linux-hotplug/files/fxload/2008_10_13/) with gcc 4.9.1, binutils

[Bug binutils/17329] Error: PC relative branch to label which is not in the instruction space

2014-08-29 Thread thomas.petazz...@free-electrons.com
https://sourceware.org/bugzilla/show_bug.cgi?id=17329 --- Comment #1 from Thomas Petazzoni --- Created attachment 7767 --> https://sourceware.org/bugzilla/attachment.cgi?id=7767&action=edit main.S Here is the assembly file that triggers the following message: {standard input}: Assembler messa

[Bug binutils/17329] Error: PC relative branch to label which is not in the instruction space

2014-08-29 Thread thomas.petazz...@free-electrons.com
https://sourceware.org/bugzilla/show_bug.cgi?id=17329 --- Comment #2 from Thomas Petazzoni --- Created attachment 7768 --> https://sourceware.org/bugzilla/attachment.cgi?id=7768&action=edit ezusb.S Here is the file that triggers the following error: {standard input}: Assembler messages: {stan

[Bug binutils/17329] Error: PC relative branch to label which is not in the instruction space

2014-08-29 Thread thomas.petazz...@free-electrons.com
https://sourceware.org/bugzilla/show_bug.cgi?id=17329 --- Comment #3 from Thomas Petazzoni --- Additional insights: * Compiling with -Os -g2 (original test) : fails * Compiling with just -Os : works * Compiling with just -g2 : works * Compiling with -O2 -g2 : fails * Compiling with -O2 : wo

[Bug binutils/17329] Error: PC relative branch to label which is not in the instruction space

2014-09-14 Thread thomas.petazz...@free-electrons.com
https://sourceware.org/bugzilla/show_bug.cgi?id=17329 --- Comment #5 from Thomas Petazzoni --- Thanks, I've reported the issue to gcc at https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63261. -- You are receiving this mail because: You are on the CC list for the bug. _

[Bug binutils/19405] New: nios2 binutils assertion fail at elf32-nios2.c:1038

2015-12-27 Thread thomas.petazz...@free-electrons.com
Component: binutils Assignee: unassigned at sourceware dot org Reporter: thomas.petazz...@free-electrons.com Target Milestone: --- When compiling the gtkmm3 project on the nios2 architecture using a gcc 5.3.0 / binutils 2.25 toolchain, at the moment of linking the final shared library

[Bug binutils/19405] nios2 binutils assertion fail at elf32-nios2.c:1038

2016-01-19 Thread thomas.petazz...@free-electrons.com
https://sourceware.org/bugzilla/show_bug.cgi?id=19405 --- Comment #2 from Thomas Petazzoni --- (In reply to Nick Clifton from comment #1) > Hi Thomas, > > I just tried to reproduce the problem, following the steps that you > suggested, and nothing went wrong Please could you check that th

[Bug binutils/19405] nios2 binutils assertion fail at elf32-nios2.c:1038

2016-01-19 Thread thomas.petazz...@free-electrons.com
https://sourceware.org/bugzilla/show_bug.cgi?id=19405 --- Comment #4 from Thomas Petazzoni --- (In reply to Nick Clifton from comment #3) > Created attachment 8912 [details] > Fix assertion, reduce number of messages about FDE encoding > > Hi Thomas, > > Thanks - I can now reproduce the probl

[Bug binutils/19405] nios2 binutils assertion fail at elf32-nios2.c:1038

2016-01-19 Thread thomas.petazz...@free-electrons.com
https://sourceware.org/bugzilla/show_bug.cgi?id=19405 --- Comment #6 from Thomas Petazzoni --- (In reply to Nick Clifton from comment #5) > (In reply to Thomas Petazzoni from comment #4) > > Regarding the FDE encoding warnings, what do they mean exactly? > > They mean that the binary search tab

[Bug ld/21464] New: relocation truncated to fit: R_OR1K_GOT16 on OpenRISC, when linking libQtGui.so.4.8.7

2017-05-06 Thread thomas.petazz...@free-electrons.com
Severity: normal Priority: P2 Component: ld Assignee: unassigned at sourceware dot org Reporter: thomas.petazz...@free-electrons.com Target Milestone: --- When building the GUI module of Qt 4.8.7 on OpenRISC, the binutils 2.27 linker barfs with: /home

[Bug ld/21464] relocation truncated to fit: R_OR1K_GOT16 on OpenRISC, when linking libQtGui.so.4.8.7

2017-05-06 Thread thomas.petazz...@free-electrons.com
https://sourceware.org/bugzilla/show_bug.cgi?id=21464 Thomas Petazzoni changed: What|Removed |Added Version|2.27|2.28 --- Comment #2 from Thomas Pe