[Bug binutils/31527] gdb is not working for UNC path

2024-04-10 Thread zhiqxion at qti dot qualcomm.com
https://sourceware.org/bugzilla/show_bug.cgi?id=31527 --- Comment #11 from Zhiqing Xiong --- > 2. Implement an alternative to using PathIsNetworkPathA. From its > description, I think it might be possible to substitute that call for > something like `is_network_path = strncmp(filename, "//", 2) =

[Bug binutils/31527] gdb is not working for UNC path

2024-04-10 Thread zhiqxion at qti dot qualcomm.com
https://sourceware.org/bugzilla/show_bug.cgi?id=31527 --- Comment #10 from Zhiqing Xiong --- Hi Simon Attachment change was built success with (GDB14.2) https://ftp.gnu.org/gnu/gdb/gdb-14.2.tar.gz I didn't use python either. following are my build comands >> ./configure --with-gmp-include

Why is 32-bit objdump not able to read 64-bit executable?

2024-04-10 Thread oset
Why is 32-bit objdump not able to read 64-bit executable?Whether it's ELF or PE, it just reads binary structure of the file, so what is the problem with enabling x64-executable read in x86 objdump?

[Bug ld/25527] [RISC-V] -static-pie not producing relocations

2024-04-10 Thread sch...@linux-m68k.org
https://sourceware.org/bugzilla/show_bug.cgi?id=25527 --- Comment #4 from Andreas Schwab --- gcc 14 will support -static-pie for linux configurations. -- You are receiving this mail because: You are on the CC list for the bug.

[Bug gas/31627] New: [RISC-V] Missing range check for locally resolved relocations

2024-04-10 Thread sch...@linux-m68k.org
https://sourceware.org/bugzilla/show_bug.cgi?id=31627 Bug ID: 31627 Summary: [RISC-V] Missing range check for locally resolved relocations Product: binutils Version: 2.42 Status: NEW Severity: normal P

[Bug binutils/31527] gdb is not working for UNC path

2024-04-10 Thread tromey at sourceware dot org
https://sourceware.org/bugzilla/show_bug.cgi?id=31527 Tom Tromey changed: What|Removed |Added CC||tromey at sourceware dot org -- You are

[Bug binutils/31527] gdb is not working for UNC path

2024-04-10 Thread nickc at redhat dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=31527 Nick Clifton changed: What|Removed |Added Status|RESOLVED|REOPENED Resolution|FIXED