[Bug ld/25806] [ld] Search for input files relative to the current linker script

2020-04-22 Thread cvs-commit at gcc dot gnu.org
https://sourceware.org/bugzilla/show_bug.cgi?id=25806 --- Comment #5 from cvs-commit at gcc dot gnu.org --- The master branch has been updated by Nick Clifton : https://sourceware.org/git/gitweb.cgi?p=binutils-gdb.git;h=161719466ac9ea5f186514312f6bce842181804f commit

[Bug ld/25806] [ld] Search for input files relative to the current linker script

2020-04-22 Thread nickc at redhat dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=25806 Nick Clifton changed: What|Removed |Added Resolution|--- |FIXED Status|UNCONFIRMED

[Bug ld/25861] xtensa ld error: (.debug_line+0x3b12): dangerous relocation: overflow after relaxation

2020-04-22 Thread jcmvbkbc at gcc dot gnu.org
https://sourceware.org/bugzilla/show_bug.cgi?id=25861 jcmvbkbc at gcc dot gnu.org changed: What|Removed |Added Status|NEW |RESOLVED

[Bug ld/25861] xtensa ld error: (.debug_line+0x3b12): dangerous relocation: overflow after relaxation

2020-04-22 Thread jcmvbkbc at gcc dot gnu.org
https://sourceware.org/bugzilla/show_bug.cgi?id=25861 jcmvbkbc at gcc dot gnu.org changed: What|Removed |Added Assignee|unassigned at sourceware dot org |jcmvbkbc at gcc

[Bug ld/25665] aarch64 veneers not inserted with large .text object between caller and target

2020-04-22 Thread tnfchris at sourceware dot org
https://sourceware.org/bugzilla/show_bug.cgi?id=25665 Tamar Christina changed: What|Removed |Added Assignee|tnfchris at sourceware dot org |wdijkstr at arm dot com --

[Bug ld/25665] aarch64 veneers not inserted with large .text object between caller and target

2020-04-22 Thread tnfchris at sourceware dot org
https://sourceware.org/bugzilla/show_bug.cgi?id=25665 Tamar Christina changed: What|Removed |Added CC|tnfchris at sourceware dot org | -- You are receiving this

[Bug ld/25861] xtensa ld error: (.debug_line+0x3b12): dangerous relocation: overflow after relaxation

2020-04-22 Thread cvs-commit at gcc dot gnu.org
https://sourceware.org/bugzilla/show_bug.cgi?id=25861 --- Comment #4 from cvs-commit at gcc dot gnu.org --- The master branch has been updated by Max Filippov : https://sourceware.org/git/gitweb.cgi?p=binutils-gdb.git;h=30ce8e47fad9b057b6d7af9e1d43061126d34d20 commit

[Bug binutils/25866] bugs while compiling binutils using afl-gcc

2020-04-22 Thread amodra at gmail dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=25866 Alan Modra changed: What|Removed |Added Resolution|--- |WORKSFORME

[Bug gas/25863] New: MVE: Issue with scalar vmul inside an it block

2020-04-22 Thread avieira at gcc dot gnu.org
https://sourceware.org/bugzilla/show_bug.cgi?id=25863 Bug ID: 25863 Summary: MVE: Issue with scalar vmul inside an it block Product: binutils Version: unspecified Status: NEW Severity: normal Priority: P2

[Bug gas/25863] MVE: Issue with scalar vmul inside an it block

2020-04-22 Thread avieira at gcc dot gnu.org
https://sourceware.org/bugzilla/show_bug.cgi?id=25863 Andre Vieira changed: What|Removed |Added Assignee|unassigned at sourceware dot org |avieira at gcc dot gnu.org --

[Bug ld/25665] aarch64 veneers not inserted with large .text object between caller and target

2020-04-22 Thread tnfchris at sourceware dot org
https://sourceware.org/bugzilla/show_bug.cgi?id=25665 --- Comment #12 from Tamar Christina --- Hi rrorden, While looking through the source code I noticed that AArch64 already has flag to control how and where stub sections get placed. If you look at the documentation

[Bug binutils/25866] New: bugs while compiling binutils using afl-gcc

2020-04-22 Thread rfstudy2020 at gmail dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=25866 Bug ID: 25866 Summary: bugs while compiling binutils using afl-gcc Product: binutils Version: unspecified Status: UNCONFIRMED Severity: normal Priority: P2

[Bug ld/25665] aarch64 veneers not inserted with large .text object between caller and target

2020-04-22 Thread rrorden at ptc dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=25665 --- Comment #13 from rrorden at ptc dot com --- This sounds very promising. I will do some tests and report. -- You are receiving this mail because: You are on the CC list for the bug.

[Bug ld/25665] aarch64 veneers not inserted with large .text object between caller and target

2020-04-22 Thread wdijkstr at arm dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=25665 --- Comment #14 from Wilco --- So the bug is this in bfd/elfnn-aarch64.c (group_sections, #3609): /* But wait, there's more! Input sections up to stub_group_size bytes before the stub section can be handled by it too.