[Bug gas/28629] [gas, --gdwarf-5] File 0 has wrong dir

2021-11-25 Thread vries at gcc dot gnu.org
https://sourceware.org/bugzilla/show_bug.cgi?id=28629 Tom de Vries changed: What|Removed |Added CC||nickc at sourceware dot org --- Commen

[Bug gas/28629] [gas, --gdwarf-5] File 0 has wrong dir

2021-11-25 Thread vries at gcc dot gnu.org
https://sourceware.org/bugzilla/show_bug.cgi?id=28629 --- Comment #2 from Tom de Vries --- Created attachment 13807 --> https://sourceware.org/bugzilla/attachment.cgi?id=13807&action=edit Tentative patch Using this patch we have instead: ... <1a> DW_AT_name: /home/vries/gdb_versi

[Bug gas/28629] [gas, --gdwarf-5] File 0 has wrong dir

2021-11-25 Thread vries at gcc dot gnu.org
https://sourceware.org/bugzilla/show_bug.cgi?id=28629 --- Comment #1 from Tom de Vries --- Then let's look at the .debug_line section: ... $ readelf -wl tui-layout-asm-short-prog.o The Directory Table (offset 0x22, lines 2, columns 1): Entry

[Bug gas/28629] New: [gas, --gdwarf-5] File 0 has wrong dir

2021-11-25 Thread vries at gcc dot gnu.org
https://sourceware.org/bugzilla/show_bug.cgi?id=28629 Bug ID: 28629 Summary: [gas, --gdwarf-5] File 0 has wrong dir Product: binutils Version: 2.38 (HEAD) Status: NEW Severity: normal Priority: P2 Component: gas

Issue 41337 in oss-fuzz: binutils:fuzz_disas_ext-bfd_arch_i386: Dynamic-stack-buffer-overflow in fetch_data

2021-11-25 Thread sheriffbot via monorail
Updates: Labels: -restrict-view-commit Comment #3 on issue 41337 by sheriffbot: binutils:fuzz_disas_ext-bfd_arch_i386: Dynamic-stack-buffer-overflow in fetch_data https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=41337#c3 This bug has been fixed. It has been opened to the public. -

Issue 37698 in oss-fuzz: binutils:fuzz_readelf: Abrt with empty stacktrace

2021-11-25 Thread sheriffbot via monorail
Updates: Labels: -restrict-view-commit -deadline-approaching Deadline-Exceeded Comment #3 on issue 37698 by sheriffbot: binutils:fuzz_readelf: Abrt with empty stacktrace https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=37698#c3 This bug has exceeded our disclosure deadline. It has b

Issue 41363 in oss-fuzz: binutils:fuzz_objdump_safe: Dynamic-stack-buffer-overflow in error_handler_internal

2021-11-25 Thread sheriffbot via monorail
Updates: Labels: -restrict-view-commit Comment #4 on issue 41363 by sheriffbot: binutils:fuzz_objdump_safe: Dynamic-stack-buffer-overflow in error_handler_internal https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=41363#c4 This bug has been fixed. It has been opened to the public. -

Issue 41362 in oss-fuzz: binutils:fuzz_disassemble: Dynamic-stack-buffer-overflow in extract_fields

2021-11-25 Thread sheriffbot via monorail
Updates: Labels: -restrict-view-commit Comment #3 on issue 41362 by sheriffbot: binutils:fuzz_disassemble: Dynamic-stack-buffer-overflow in extract_fields https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=41362#c3 This bug has been fixed. It has been opened to the public. - Your fri

Issue 39474 in oss-fuzz: binutils:fuzz_readelf: Null-dereference READ with empty stacktrace

2021-11-25 Thread sheriffbot via monorail
Updates: Labels: -restrict-view-commit Comment #4 on issue 39474 by sheriffbot: binutils:fuzz_readelf: Null-dereference READ with empty stacktrace https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=39474#c4 This bug has been fixed. It has been opened to the public. - Your friendly Sh

[Bug binutils/28614] [AArch64] opcodes/aarch64-*: -Werror=maybe-uninitialized hit unless assertations are enabled

2021-11-25 Thread pexu at sourceware dot mail.kapsi.fi
https://sourceware.org/bugzilla/show_bug.cgi?id=28614 --- Comment #4 from Pekka Seppänen --- Agreed, that is indeed a better option. Thanks! -- You are receiving this mail because: You are on the CC list for the bug.

[Bug binutils/28614] [AArch64] opcodes/aarch64-*: -Werror=maybe-uninitialized hit unless assertations are enabled

2021-11-25 Thread nickc at redhat dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=28614 Nick Clifton changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED CC|

[Bug binutils/28614] [AArch64] opcodes/aarch64-*: -Werror=maybe-uninitialized hit unless assertations are enabled

2021-11-25 Thread cvs-commit at gcc dot gnu.org
https://sourceware.org/bugzilla/show_bug.cgi?id=28614 --- Comment #2 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=7060c28edd16a871fe1f8edaa8e49083a39b7ee5 commit 7060c28edd16a871fe1f8edaa8e

[Bug gas/28262] Add warning when generating code in data section

2021-11-25 Thread nickc at redhat dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=28262 Nick Clifton changed: What|Removed |Added Resolution|--- |WONTFIX Status|UNCONFIRMED

[Bug ld/27442] FAIL: Local ifunc-using executable does not contain R_*_IRELATIVE relocation

2021-11-25 Thread nickc at redhat dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=27442 Nick Clifton changed: What|Removed |Added CC||nickc at redhat dot com --- Comment #2

Re: nm/objdump --hep still display unsupported styles about --demangle.

2021-11-25 Thread Nick Clifton
Hi nora-pxh, So  if you execute --demangle=gnu, it will display error message: unknown demangling style gnu. Would you delete unsupported  styles from usage of nm and objdump? Thanks for reporting this problem. The issue has been fixed by commit 0d64622696e0 Cheers Nick