[Bug binutils/29142] New: Segmentation fault in ar with empty archive and libdeps specified

2022-05-11 Thread andrey.vihrov at gmail dot com
: normal Priority: P2 Component: binutils Assignee: unassigned at sourceware dot org Reporter: andrey.vihrov at gmail dot com Target Milestone: --- Running the following command: ar qcl foo bar.a produces a segmentation fault. The value passed to "l"

[Bug gold/28006] Linking 32-bit x86 binaries using gold drops the .note.gnu.property section

2023-11-22 Thread andrey.vihrov at gmail dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=28006 Andrey Vihrov changed: What|Removed |Added CC||andrey.vihrov at gmail dot com

[Bug gold/24996] New: Ternary if operator evaluated incorrectly

2019-09-12 Thread andrey.vihrov at gmail dot com
: gold Assignee: ccoutant at gmail dot com Reporter: andrey.vihrov at gmail dot com CC: ian at airs dot com Target Milestone: --- Consider the following linker script: ASSERT(2 == (3 ? 2 : 1), "Should return 2") ASSERT(1 == (0 ? 2 : 1), "

[Bug gas/27763] New: x86-64 RIP-relative address with labels wraps around signed 32-bit integer

2021-04-21 Thread andrey.vihrov at gmail dot com
Severity: normal Priority: P2 Component: gas Assignee: unassigned at sourceware dot org Reporter: andrey.vihrov at gmail dot com Target Milestone: --- Consider the following source: movq test(%rip), %rax .set test, . + 0xF000 When assembled and then