[Bug binutils/20873] New: cp-demangle misses some names

2016-11-26 Thread jengelh at inai dot de
Assignee: unassigned at sourceware dot org Reporter: jengelh at inai dot de Target Milestone: --- $ g++-6 -std=gnu++14 -c x.cpp int main(void) { struct NAMED {} f; struct {} g; struct {} h; [](auto &&){}(f); [](auto &&,

[Bug binutils/20873] cp-demangle misses some names

2016-11-28 Thread jengelh at inai dot de
https://sourceware.org/bugzilla/show_bug.cgi?id=20873 --- Comment #2 from Jan Engelhardt --- But maybe gcc has it fixed already and binutils did not update their bundled copy of libiberty yet? -- You are receiving this mail because: You are on the CC list for the bug. __

[Bug binutils/27445] New: Spello in readelf

2021-02-20 Thread jengelh at inai dot de
Assignee: unassigned at sourceware dot org Reporter: jengelh at inai dot de Target Milestone: --- » git grep 'procesor-sp' binutils/po/bg.po:msgid " ld/testsuite/ld-x86-64/property-x86-isa1-x32.d: ld/testsuite/ld-x86-64/property-x86-isa1.d: This should be "

[Bug ld/29284] New: ld silently exits with empty input files with success

2022-06-24 Thread jengelh at inai dot de
Component: ld Assignee: unassigned at sourceware dot org Reporter: jengelh at inai dot de Target Milestone: --- Maybe related: bug #10321 Observed: sh$ >x.o sh$ ld -r -o new.o x.o; echo $? 0 Expected: $? == 1 Long rationale: A parallel-unsafe Makefile could caus

[Bug ld/29284] ld silently exits with empty input files with success

2022-06-27 Thread jengelh at inai dot de
https://sourceware.org/bugzilla/show_bug.cgi?id=29284 --- Comment #2 from Jan Engelhardt --- >ld: a.out: warning - empty output file - was this intended ? Is the output really empty - or at least empty in the BFD sense? a.out is 394 bytes in my case. -- You are receiving this mail because: You

[Bug ld/29284] ld silently exits with empty input files with success

2022-06-28 Thread jengelh at inai dot de
https://sourceware.org/bugzilla/show_bug.cgi?id=29284 --- Comment #4 from Jan Engelhardt --- Come to think of it, instead of truncation, compiler and linkers could: * unlink (optional, but worthwhile, since it retains the disk space usage pattern as truncation) * create temp file in target

[Bug ld/29393] New: Option to emit .debug_info CU version 4

2022-07-21 Thread jengelh at inai dot de
Component: ld Assignee: unassigned at sourceware dot org Reporter: jengelh at inai dot de Target Milestone: --- $ ld -v GNU ld (GNU Binutils; openSUSE Tumbleweed) 2.38.20220525-6 $ echo 'int main(){}' >x.c $ gcc x.c -g $ objdump -W a.out [...] Contents of the .debug

[Bug ld/29393] Option to emit .debug_info CU version 4

2022-07-27 Thread jengelh at inai dot de
https://sourceware.org/bugzilla/show_bug.cgi?id=29393 Jan Engelhardt changed: What|Removed |Added Status|RESOLVED|VERIFIED --- Comment #2 from Jan Eng

[Bug binutils/29822] New: objdump no longer prints right mnemonic for prefix 3E

2022-11-23 Thread jengelh at inai dot de
Component: binutils Assignee: unassigned at sourceware dot org Reporter: jengelh at inai dot de Target Milestone: --- objdump changed the mnemonic output for prefix 3E. By my reading of the Intel manual, """In 64-bit mode, only FS and GS segment-overrides ar

[Bug gold/17406] New: gold ignores --as-needed

2014-09-17 Thread jengelh at inai dot de
: ccoutant at google dot com Reporter: jengelh at inai dot de CC: ian at airs dot com Description: gold seems to ignore the --as-needed option. Command issued: echo -en '#include \nint main(void) { return (long)pcre_compile; };\n' >x.c; gcc-4.9 -fuse-ld=

[Bug gold/17406] gold ignores --as-needed

2014-09-17 Thread jengelh at inai dot de
https://sourceware.org/bugzilla/show_bug.cgi?id=17406 --- Comment #2 from Jan Engelhardt --- At the time that -lpcre is specified, there should not be any undefined symbol reference. Only after x.o is seen, this is the case. But then, no further libraries are specified to resolve the undefined pc

[Bug binutils/24767] New: nm documentation: 'n' symbol type not explained

2019-07-04 Thread jengelh at inai dot de
iority: P2 Component: binutils Assignee: unassigned at sourceware dot org Reporter: jengelh at inai dot de Target Milestone: --- nm is able to emit "n"-type symbols (x86_64). n wm4.unistd.h.213.4c582e35260d661b081322974b7c1e74 00

[Bug binutils/25590] New: Failure to demangle C++20 global scope template argument

2020-02-23 Thread jengelh at inai dot de
Priority: P2 Component: binutils Assignee: unassigned at sourceware dot org Reporter: jengelh at inai dot de Target Milestone: --- Input: template void f() { F(); } auto lm = []{}; int main() { f(); } Commands: » g++-10 x.cpp -std=c++2a -Wall » ./binutils

[Bug binutils/29822] objdump no longer prints right mnemonic for prefix 3E

2023-05-15 Thread jengelh at inai dot de
https://sourceware.org/bugzilla/show_bug.cgi?id=29822 --- Comment #2 from Jan Engelhardt --- But only on x86_64 and only specific CPU models, is it not? This is a i386 object file. -- You are receiving this mail because: You are on the CC list for the bug.

[Bug gas/30578] libavcodec/x86/mathops.h:125: Error: operand type mismatch for ` shr'

2023-10-04 Thread jengelh at inai dot de
https://sourceware.org/bugzilla/show_bug.cgi?id=30578 Jan Engelhardt changed: What|Removed |Added CC||jengelh at inai dot de -- You are

[Bug gas/31021] New: as on armv7 rejects @progbits

2023-11-01 Thread jengelh at inai dot de
Assignee: unassigned at sourceware dot org Reporter: jengelh at inai dot de Target Milestone: --- The GNU info page for GAS from binutils-2.40 specifies in section 7.85 (".section NAME") that >The optional TYPE argument may contain one of the following constants: