[Bug gas/28699] New: Bad interaction between .loc, .byte causes incorrect DWARF line table, causes corruption under gdb

2021-12-15 Thread keno at juliacomputing dot com
) Status: UNCONFIRMED Severity: normal Priority: P2 Component: gas Assignee: unassigned at sourceware dot org Reporter: keno at juliacomputing dot com Target Milestone: --- Consider the following code which is reduced from wine: minimal.c ``` void

[Bug ld/20830] .plt.got section is lacking unwind info

2016-12-11 Thread keno at juliacomputing dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=20830 --- Comment #8 from Keno Fischer --- Bump on this. I would still very much like to see this applied. -- You are receiving this mail because: You are on the CC list for the bug. ___ bug-binutils mai

[Bug ld/20830] .plt.got section is lacking unwind info

2016-11-21 Thread keno at juliacomputing dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=20830 --- Comment #7 from Keno Fischer --- In an idealized world, yes, we could assume a default unwind rule if none is found, but in the real world, it is safer to just terminate the unwind when no unwind info is present (because more often than no

[Bug ld/20830] .plt.got section is lacking unwind info

2016-11-21 Thread keno at juliacomputing dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=20830 --- Comment #5 from Keno Fischer --- It causes runtime failures in exactly the same cases as missing `.plt` info would: Asynchronous unwinds that happen to originate in .plt stubs. This bug was filed as a result of me working through all the c

[Bug ld/20830] .plt.got section is lacking unwind info

2016-11-18 Thread keno at juliacomputing dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=20830 --- Comment #3 from Keno Fischer --- Apologies for the delay. The patch works for me and fixes the cases I saw. -- You are receiving this mail because: You are on the CC list for the bug. ___ bug-b

[Bug ld/20830] New: .plt.got section is lacking unwind info

2016-11-16 Thread keno at juliacomputing dot com
: ld Assignee: unassigned at sourceware dot org Reporter: keno at juliacomputing dot com Target Milestone: --- Consider a simple executable, where one function needs both a GOT and PLT entry, e.g. ``` .text .globl _start .type _start, @function _start: .cfi_startproc

[Bug ld/20800] BFD Linker failing (unresolvable R_X86_64_PLTOFF64) with -mcmodel=large and --start-group

2016-11-15 Thread keno at juliacomputing dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=20800 --- Comment #11 from Keno Fischer --- Awesome, thank you so much! -- You are receiving this mail because: You are on the CC list for the bug. ___ bug-binutils mailing list bug-binutils@gnu.org http

[Bug ld/20800] BFD Linker failing (unresolvable R_X86_64_PLTOFF64) with -mcmodel=large and --start-group

2016-11-11 Thread keno at juliacomputing dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=20800 --- Comment #5 from Keno Fischer --- Created attachment 9625 --> https://sourceware.org/bugzilla/attachment.cgi?id=9625&action=edit My test.o -- You are receiving this mail because: You are on the CC list for the bug. _

[Bug ld/20800] BFD Linker failing (unresolvable R_X86_64_PLTOFF64) with -mcmodel=large and --start-group

2016-11-11 Thread keno at juliacomputing dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=20800 --- Comment #4 from Keno Fischer --- Attaching my test.o here. Maybe it's a compiler problem. What version of ld are you using? Maybe it's already fixed? I have: ``` ld --version GNU ld (GNU Binutils for Ubuntu) 2.27 Copyright (C) 2016 Free So

[Bug ld/20800] BFD Linker failing (unresolvable R_X86_64_PLTOFF64) with -mcmodel=large and --start-group

2016-11-10 Thread keno at juliacomputing dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=20800 --- Comment #2 from Keno Fischer --- This is on stock Ubuntu 16.10. Try adding `-fPIE` to the compile invocation maybe? I know Debian recently switched that on by default. -- You are receiving this mail because: You are on the CC list for th

[Bug gold/20767] empty archive input causes "internal error in target, at ../../gold/parameters.h:105"

2016-11-09 Thread keno at juliacomputing dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=20767 Keno Fischer changed: What|Removed |Added CC||keno at juliacomputing dot com

[Bug ld/20800] New: BFD Linker failing (unresolvable R_X86_64_PLTOFF64) with -mcmodel=large and --start-group

2016-11-09 Thread keno at juliacomputing dot com
Severity: normal Priority: P2 Component: ld Assignee: unassigned at sourceware dot org Reporter: keno at juliacomputing dot com Target Milestone: --- Reduced from UML Linux Kernel build. ld.bfd fails with the following error, ld.gold seems to work