[Bug binutils/25662] objcopy sets invalid sh_offset for the first section in a no_contents segment containing program headers
https://sourceware.org/bugzilla/show_bug.cgi?id=25662 Alan Modra changed: What|Removed |Added CC||amodra at gmail dot com --- Comment #2 from Alan Modra --- Please attach the original executable. I'd like to see all the program headers. -- You are receiving this mail because: You are on the CC list for the bug.
[Bug binutils/25662] objcopy sets invalid sh_offset for the first section in a no_contents segment containing program headers
https://sourceware.org/bugzilla/show_bug.cgi?id=25662 --- Comment #3 from Jozef Lawrynowicz --- Created attachment 12370 --> https://sourceware.org/bugzilla/attachment.cgi?id=12370&action=edit original executable Attached the original executable file. -- You are receiving this mail because: You are on the CC list for the bug.
[Bug gas/25376] Setting FPU reset's MVE feature bits but FPU can't set MVE feature bits
https://sourceware.org/bugzilla/show_bug.cgi?id=25376 Andre Vieira changed: What|Removed |Added Resolution|--- |FIXED Status|NEW |RESOLVED --- Comment #2 from Andre Vieira --- Fixed in master, 2.34 and 2.33 -- You are receiving this mail because: You are on the CC list for the bug.
[Bug gas/25660] Failing to parse vsublt in an it block with MVE enabled
https://sourceware.org/bugzilla/show_bug.cgi?id=25660 Andre Vieira changed: What|Removed |Added Resolution|--- |FIXED Status|NEW |RESOLVED --- Comment #1 from Andre Vieira --- Fixed in master 2.34 and 2.33 -- You are receiving this mail because: You are on the CC list for the bug.
[Bug gas/25668] New: z80: [patch] Fix colonless labels support
https://sourceware.org/bugzilla/show_bug.cgi?id=25668 Bug ID: 25668 Summary: z80: [patch] Fix colonless labels support Product: binutils Version: unspecified Status: UNCONFIRMED Severity: normal Priority: P2 Component: gas Assignee: unassigned at sourceware dot org Reporter: sergey.belyashov at gmail dot com Target Milestone: --- Created attachment 12371 --> https://sourceware.org/bugzilla/attachment.cgi?id=12371&action=edit Fix colonless labels support GAS in colonless mode fails to compile lines containing colonless label and instruction with first operand inside parentheses, like: lab1 jp (hl) lab2 ld (address),a This patch fixes it. Moreover, it replaces earlier colonless simulation by standard LABELS_WITHOUT_COLONS macro definition. -- You are receiving this mail because: You are on the CC list for the bug.
[Bug ld/24920] Executable produces nonsensical error message after statically linking with trying to link in a dynamic library.
https://sourceware.org/bugzilla/show_bug.cgi?id=24920 H.J. Lu changed: What|Removed |Added Resolution|--- |FIXED Status|NEW |RESOLVED --- Comment #7 from H.J. Lu --- Fixed in 2.35 for Linux/x86: commit 74e10d1742f1b8312359c59a2af06c9e661252b3 Author: H.J. Lu Date: Fri Mar 13 07:34:56 2020 -0700 x86: Check static link of dynamic objects On Linux/x86, when -static is passed to gcc, gcc passes it to linker before all input files suitable for creating static executable. X86 linker will report error for dynamic input objects if -static is passed at command-line before all input files without --dynamic-linker unless --no-dynamic-linker is used. -- 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
https://sourceware.org/bugzilla/show_bug.cgi?id=25665 --- Comment #1 from rrorden at ptc dot com --- I should have mentioned that gcc 5.1.1 lacks the fix for 18668, so it would of course fail to link, but 6.4.1 has the fix but still fails with this test case. -- You are receiving this mail because: You are on the CC list for the bug.