[Bug binutils/32542] Fatal error when remotely debugging MIPS32r2 binary with qemu

2025-01-18 Thread tromey at sourceware dot org
https://sourceware.org/bugzilla/show_bug.cgi?id=32542 --- Comment #7 from Tom Tromey --- I poked at copying it out of gdb a little, but it's probably easier to just debug BFD in the context of gdb. -- You are receiving this mail because: You are on the CC list for the bug.

[Bug binutils/32542] Fatal error when remotely debugging MIPS32r2 binary with qemu

2025-01-18 Thread tromey at sourceware dot org
https://sourceware.org/bugzilla/show_bug.cgi?id=32542 --- Comment #6 from Tom Tromey --- (In reply to Alan Modra from comment #5) > If this is a bfd problem it ought to be reproducible with objdump Indeed. I ran gdb under valgrind and also set worker-threads to 0. It crashed but there were no v

[Bug binutils/32542] Fatal error when remotely debugging MIPS32r2 binary with qemu

2025-01-17 Thread tromey at sourceware dot org
https://sourceware.org/bugzilla/show_bug.cgi?id=32542 Tom Tromey changed: What|Removed |Added Component|gdb |binutils Version|15.1

[Bug ld/32464] ld allows adding 2 relative symbols. lld rejects

2024-12-16 Thread tromey at sourceware dot org
https://sourceware.org/bugzilla/show_bug.cgi?id=32464 Tom Tromey changed: What|Removed |Added CC||tromey at sourceware dot org

[Bug binutils/32109] internal error, aborting at bfd/bfd.c:1236 in int _bfd_doprnt

2024-08-23 Thread tromey at sourceware dot org
https://sourceware.org/bugzilla/show_bug.cgi?id=32109 --- Comment #2 from Tom Tromey --- This seems to be a bug in BFD: if (sec == NULL) /* Invoking %pA with a null section pointer is an internal error. */ abort ()

[Bug binutils/32109] internal error, aborting at bfd/bfd.c:1236 in int _bfd_doprnt

2024-08-23 Thread tromey at sourceware dot org
https://sourceware.org/bugzilla/show_bug.cgi?id=32109 Tom Tromey changed: What|Removed |Added Last reconfirmed||2024-08-23 Ever confirmed|0

[Bug binutils/32109] internal error, aborting at bfd/bfd.c:1236 in int _bfd_doprnt

2024-08-23 Thread tromey at sourceware dot org
||tromey at sourceware dot org Version|15.1|unspecified Product|gdb |binutils -- You are receiving this mail because: You are on the CC list for the bug.

[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

[Bug binutils/29533] binutils 2.39 no longer works with UNC paths

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

[Bug binutils/29531] Issue with UNC paths on Windows Shared Network Drives

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

[Bug binutils/31473] New: readelf --debug-dump=frames silently does nothing

2024-03-11 Thread tromey at sourceware dot org
Component: binutils Assignee: unassigned at sourceware dot org Reporter: tromey at sourceware dot org Target Milestone: --- I have an executable that has a somewhat invalid/odd .eh_frames section. I found out that "readelf --debug-dump=frames" will just print the &quo

[Bug ld/31444] _bfd_abort doesn't work when called from bfd_check_format_matches

2024-03-02 Thread tromey at sourceware dot org
https://sourceware.org/bugzilla/show_bug.cgi?id=31444 Tom Tromey changed: What|Removed |Added CC||tromey at sourceware dot org -- You

[Bug gold/24803] gold should generate .debug_names

2024-02-09 Thread tromey at sourceware dot org
https://sourceware.org/bugzilla/show_bug.cgi?id=24803 --- Comment #2 from Tom Tromey --- See https://sourceware.org/bugzilla/show_bug.cgi?id=27374#c2 for some information on what would be required here. -- You are receiving this mail because: You are on the CC list for the bug.

[Bug gold/24803] gold should generate .debug_names

2023-12-10 Thread tromey at sourceware dot org
https://sourceware.org/bugzilla/show_bug.cgi?id=24803 --- Comment #1 from Tom Tromey --- In bug #24820, I'm rewriting the gdb .debug_names reader and writer to be closer to what is specified by DWARF. A few extensions are needed, so if this is ever implemented in gold, it should emit those as we

[Bug binutils/30703] bfd doc doesn't build anymore with makeinfo 4.12

2023-09-05 Thread tromey at sourceware dot org
https://sourceware.org/bugzilla/show_bug.cgi?id=30703 --- Comment #12 from Tom Tromey --- (In reply to vvinayag from comment #11) > (In reply to Tom Tromey from comment #10) > > I backed out the offending patch. > > Is it possible to backport the revert to binutils-2_41-branch? We are using > bi

[Bug binutils/30703] bfd doc doesn't build anymore with makeinfo 4.12

2023-08-31 Thread tromey at sourceware dot org
|--- |FIXED Assignee|nickc at redhat dot com|tromey at sourceware dot org --- Comment #10 from Tom Tromey --- I backed out the offending patch. -- You are receiving this mail because: You are on the CC list for the bug.

[Bug binutils/30703] bfd doc doesn't build anymore with makeinfo 4.12

2023-08-30 Thread tromey at sourceware dot org
https://sourceware.org/bugzilla/show_bug.cgi?id=30703 --- Comment #8 from Tom Tromey --- Maybe someone with this issue could try: https://sourceware.org/pipermail/binutils/2023-August/129302.html You really only need the first patch. -- You are receiving this mail because: You are on the CC l

[Bug binutils/30703] bfd doc doesn't build anymore with makeinfo 4.12

2023-08-29 Thread tromey at sourceware dot org
https://sourceware.org/bugzilla/show_bug.cgi?id=30703 --- Comment #7 from Tom Tromey --- Oh never mind, they were here: https://sourceware.org/pipermail/binutils/2023-March/126468.html Given the state of BFD doc stuff, I think it's best to just back out my patch. -- You are receiving this mai

[Bug binutils/30703] bfd doc doesn't build anymore with makeinfo 4.12

2023-08-29 Thread tromey at sourceware dot org
https://sourceware.org/bugzilla/show_bug.cgi?id=30703 Tom Tromey changed: What|Removed |Added CC||tromey at sourceware dot org

[Bug gas/12263] Compiling bfd/compress.c fails on Solaris 8 with included zlib.h

2023-08-13 Thread tromey at sourceware dot org
https://sourceware.org/bugzilla/show_bug.cgi?id=12263 Tom Tromey changed: What|Removed |Added CC||tromey at sourceware dot org

[Bug binutils/15545] BFD cache modifies cacheable flag

2023-08-03 Thread tromey at sourceware dot org
https://sourceware.org/bugzilla/show_bug.cgi?id=15545 Tom Tromey changed: What|Removed |Added Resolution|--- |WONTFIX Status|WAITING

[Bug binutils/15545] BFD cache modifies cacheable flag

2023-08-01 Thread tromey at sourceware dot org
https://sourceware.org/bugzilla/show_bug.cgi?id=15545 --- Comment #6 from Tom Tromey --- Actually it seems to me that the flags essentially already have to be saved in order to reopen properly at all, and indeed bfd_open_file checks: switch (abfd->direction) so I wonder if there could be a wa

[Bug binutils/15545] BFD cache modifies cacheable flag

2023-08-01 Thread tromey at sourceware dot org
https://sourceware.org/bugzilla/show_bug.cgi?id=15545 --- Comment #5 from Tom Tromey --- (In reply to Nick Clifton from comment #4) > > One option might be to save the mode so that the cache > > can properly reopen all closed fds. > > I do not think that this will work. When bfd_cache_close_al

[Bug binutils/15545] BFD cache modifies cacheable flag

2023-07-30 Thread tromey at sourceware dot org
https://sourceware.org/bugzilla/show_bug.cgi?id=15545 Tom Tromey changed: What|Removed |Added CC||tromey at sourceware dot org

[Bug libsframe/30588] please make --disable-libsframe work

2023-06-26 Thread tromey at sourceware dot org
https://sourceware.org/bugzilla/show_bug.cgi?id=30588 --- Comment #2 from Tom Tromey --- (In reply to Indu Bhagat from comment #1) > What is the incentive to support --disable-libsframe ? I have no need for it. libsframe has a source dependency on libctf. So perhaps if libsframe is going to be

[Bug libsframe/30588] New: please make --disable-libsframe work

2023-06-26 Thread tromey at sourceware dot org
: libsframe Assignee: indu.bhagat at oracle dot com Reporter: tromey at sourceware dot org Target Milestone: --- Right now, libsframe cannot be disabled. There is a hard-coded dependency in BFD. However, I think that, like CTF, it should be disable-able. -- You are receiving this

[Bug binutils/12219] Missing mfpmr/mtpmr opcode for e500 processor

2023-03-29 Thread tromey at sourceware dot org
|binutils Version|7.2 |unspecified CC||tromey at sourceware dot org --- Comment #1 from Tom Tromey --- libopcodes is handled in binutils bugzilla, so refiling. However, I think e500 might be obsolete

[Bug binutils/30216] readelf "decodedline" output is illegible at 80 columns

2023-03-13 Thread tromey at sourceware dot org
https://sourceware.org/bugzilla/show_bug.cgi?id=30216 --- Comment #3 from Tom Tromey --- Created attachment 14745 --> https://sourceware.org/bugzilla/attachment.cgi?id=14745&action=edit good screenshot If I make the terminal slightly wider, it looks a lot better. I think it would be nicer to m

[Bug binutils/30216] readelf "decodedline" output is illegible at 80 columns

2023-03-13 Thread tromey at sourceware dot org
https://sourceware.org/bugzilla/show_bug.cgi?id=30216 --- Comment #2 from Tom Tromey --- Created attachment 14744 --> https://sourceware.org/bugzilla/attachment.cgi?id=14744&action=edit "bad" screenshot Here's the bad one. Note how Stmt is on the next line. This may not look too bad until you

[Bug binutils/30216] New: readelf "decodedline" output is illegible at 80 columns

2023-03-09 Thread tromey at sourceware dot org
ty: normal Priority: P2 Component: binutils Assignee: unassigned at sourceware dot org Reporter: tromey at sourceware dot org Target Milestone: --- With an 80-column terminal, the output of "readelf --debug-dump=decodedline" is illegible. One way to fix it

[Bug binutils/30080] nm docs mention read-only twice

2023-02-06 Thread tromey at sourceware dot org
https://sourceware.org/bugzilla/show_bug.cgi?id=30080 --- Comment #2 from Tom Tromey --- Thanks Nick. That looks good to me. I also wonder if that could ever happen. Maybe it's possible for some format but not ELF? -- You are receiving this mail because: You are on the CC list for the bug.

[Bug binutils/30080] New: nm docs mention read-only twice

2023-02-04 Thread tromey at sourceware dot org
Assignee: unassigned at sourceware dot org Reporter: tromey at sourceware dot org Target Milestone: --- The nm docs say: 'n' The symbol is in the read-only data section. ... 'R' 'r' The symbol is in a read only d

[Bug binutils/29626] Segfault when disassembling ARM code

2022-09-29 Thread tromey at sourceware dot org
https://sourceware.org/bugzilla/show_bug.cgi?id=29626 Tom Tromey changed: What|Removed |Added CC||tromey at sourceware dot org

[Bug binutils/29348] gdb/build: format specifies type 'unsigned long' but the argument has type 'bfd_size_type' (aka 'unsigned long long')

2022-07-13 Thread tromey at sourceware dot org
https://sourceware.org/bugzilla/show_bug.cgi?id=29348 Tom Tromey changed: What|Removed |Added CC||tromey at sourceware dot org

[Bug ld/25713] Linker(ld.exe) runs in Windows unable to find file if path length is more than 260 characters.

2022-02-28 Thread tromey at sourceware dot org
https://sourceware.org/bugzilla/show_bug.cgi?id=25713 --- Comment #46 from Tom Tromey --- (In reply to Nick Clifton from comment #43) > (In reply to Tom Tromey from comment #42) > > > ../../binutils-gdb/bfd/bfdio.c:129:60: error: 'partPathOrig' undeclared > > *sigh* I admit that I had no way

[Bug ld/25713] Linker(ld.exe) runs in Windows unable to find file if path length is more than 260 characters.

2022-02-28 Thread tromey at sourceware dot org
https://sourceware.org/bugzilla/show_bug.cgi?id=25713 Tom Tromey changed: What|Removed |Added CC||tromey at sourceware dot org

[Bug binutils/27797] [size] attempting double-free on bfd/mach-o.c:5978

2021-04-30 Thread tromey at sourceware dot org
https://sourceware.org/bugzilla/show_bug.cgi?id=27797 --- Comment #8 from Tom Tromey --- > Personally I am not too worried about memory leaks. There are quite a > few of them still in the sources, but I do not see why they get raised > as issues from tiemn to time. None of the binutils tools a

[Bug binutils/27797] [size] attempting double-free on bfd/mach-o.c:5978

2021-04-30 Thread tromey at sourceware dot org
https://sourceware.org/bugzilla/show_bug.cgi?id=27797 Tom Tromey changed: What|Removed |Added CC||tromey at sourceware dot org

[Bug binutils/27737] cxxfilt stack exhaust by recursion

2021-04-15 Thread tromey at sourceware dot org
https://sourceware.org/bugzilla/show_bug.cgi?id=27737 Tom Tromey changed: What|Removed |Added CC||tromey at sourceware dot org

[Bug binutils/27693] Gprof (GNU Binutils for Debian) 2.36.1 ,stack overflow occured when call the function "demangle_path"

2021-04-03 Thread tromey at sourceware dot org
https://sourceware.org/bugzilla/show_bug.cgi?id=27693 Tom Tromey changed: What|Removed |Added CC||tromey at sourceware dot org -- You

[Bug binutils/27447] readelf does not support DWARF 5 forms

2021-02-21 Thread tromey at sourceware dot org
https://sourceware.org/bugzilla/show_bug.cgi?id=27447 --- Comment #1 from Tom Tromey --- Also I don't see a way to dump the contents of .debug_sup. This is the standardized equivalent of the GNU alt debuglink section. -- You are receiving this mail because: You are on the CC list for the bug.

[Bug binutils/27447] New: readelf does not support DWARF 5 forms

2021-02-20 Thread tromey at sourceware dot org
: binutils Assignee: unassigned at sourceware dot org Reporter: tromey at sourceware dot org Target Milestone: --- I compiled a simple C program with "clang -g -gdwarf-5 -gpubnames". When I try to use "readelf" on it, I get some errors: readelf: Warning: U

[Bug binutils/18920] Add preliminary support for Bitrig/amd64

2020-12-03 Thread tromey at sourceware dot org
https://sourceware.org/bugzilla/show_bug.cgi?id=18920 Tom Tromey changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

[Bug binutils/18920] Add preliminary support for Bitrig/amd64

2020-12-03 Thread tromey at sourceware dot org
https://sourceware.org/bugzilla/show_bug.cgi?id=18920 Tom Tromey changed: What|Removed |Added CC||tromey at sourceware dot org

[Bug binutils/26847] readelf -wi should print DWARF forms

2020-11-06 Thread tromey at sourceware dot org
https://sourceware.org/bugzilla/show_bug.cgi?id=26847 --- Comment #2 from Tom Tromey --- I didn't try it, but it looks like exactly what I'd like :) Thank you! -- You are receiving this mail because: You are on the CC list for the bug.

[Bug binutils/26847] New: readelf -wi should print DWARF forms

2020-11-05 Thread tromey at sourceware dot org
: binutils Assignee: unassigned at sourceware dot org Reporter: tromey at sourceware dot org Target Milestone: --- When examining DWARF, it is sometimes useful to see the DWARF form for attributes. It would be handy if readelf and objdump could display this. Note that eu-readelf

[Bug gold/26845] New: no documentation for dwp

2020-11-04 Thread tromey at sourceware dot org
Assignee: ccoutant at gmail dot com Reporter: tromey at sourceware dot org CC: ian at airs dot com Target Milestone: --- gold ships with the "dwp" utility, but there is no man page or texinfo manual describing what it is or how to use it. I think there should be

[Bug gold/18874] src/gold/gc.h:207: performance tweek ?

2020-10-30 Thread tromey at sourceware dot org
https://sourceware.org/bugzilla/show_bug.cgi?id=18874 Tom Tromey changed: What|Removed |Added CC||tromey at sourceware dot org

[Bug binutils/26301] [2.36 Regression] Incorrect detection of libdebuginfod

2020-07-25 Thread tromey at sourceware dot org
https://sourceware.org/bugzilla/show_bug.cgi?id=26301 Tom Tromey changed: What|Removed |Added CC||tromey at sourceware dot org

[Bug gold/24803] New: gold should generate .debug_names

2019-07-11 Thread tromey at sourceware dot org
Assignee: ccoutant at gmail dot com Reporter: tromey at sourceware dot org CC: ian at airs dot com Target Milestone: --- Currently, gold has code to generate the .gdb_index section. DWARF 5 adds a new index, .debug_names. gold should be able to generate this

[Bug binutils/24510] New: readelf does not know how to dissect DW_AT_discr_list

2019-05-01 Thread tromey at sourceware dot org
Component: binutils Assignee: unassigned at sourceware dot org Reporter: tromey at sourceware dot org Target Milestone: --- Consider the Ada test case in https://gcc.gnu.org/bugzilla/show_bug.cgi?id=83935#c2. Compiling to a .o and then using readelf -wi will yield something

[Bug binutils/24493] objcopy produces .gnu_debuglink section with wrong flags on MS-Windows

2019-04-29 Thread tromey at sourceware dot org
https://sourceware.org/bugzilla/show_bug.cgi?id=24493 Tom Tromey changed: What|Removed |Added CC||tromey at sourceware dot org

[Bug binutils/23728] binutils fail on macOS 10.14 (Mojave) due to unimplemented LC_BUILD_VERSION Mach-O load command

2018-12-11 Thread tromey at sourceware dot org
https://sourceware.org/bugzilla/show_bug.cgi?id=23728 Tom Tromey changed: What|Removed |Added CC||thelastmammoth at gmail dot com --- Comm

[Bug binutils/23746] Debugging under x86_64-apple-darwin18.0.0 getting "not in executable format"

2018-12-10 Thread tromey at sourceware dot org
https://sourceware.org/bugzilla/show_bug.cgi?id=23746 Tom Tromey changed: What|Removed |Added Status|ASSIGNED|RESOLVED Resolution|---

[Bug binutils/23728] binutils fail on macOS 10.14 (Mojave) due to unimplemented LC_BUILD_VERSION Mach-O load command

2018-12-10 Thread tromey at sourceware dot org
https://sourceware.org/bugzilla/show_bug.cgi?id=23728 Tom Tromey changed: What|Removed |Added CC||lilrom13 at gmail dot com --- Comment #1

[Bug binutils/23728] binutils fail on macOS 10.14 (Mojave) due to unimplemented LC_BUILD_VERSION Mach-O load command

2018-11-15 Thread tromey at sourceware dot org
||tromey at sourceware dot org Resolution|--- |FIXED --- Comment #9 from Tom Tromey --- I believe this is fixed now. This will appear in gdb 8.3. -- You are receiving this mail because: You are on the CC list for the bug

[Bug binutils/23728] binutils fail on macOS 10.14 (Mojave) due to unimplemented LC_BUILD_VERSION Mach-O load command

2018-11-15 Thread tromey at sourceware dot org
https://sourceware.org/bugzilla/show_bug.cgi?id=23728 Tom Tromey changed: What|Removed |Added CC||rmhunter at ncsu dot edu --- Comment #8

[Bug binutils/23746] Debugging under x86_64-apple-darwin18.0.0 getting "not in executable format"

2018-10-25 Thread tromey at sourceware dot org
https://sourceware.org/bugzilla/show_bug.cgi?id=23746 --- Comment #5 from Tom Tromey --- Thanks for the investigation, this was very helpful! This looks informative: https://reviews.llvm.org/D29044 -- You are receiving this mail because: You are on the CC list for the bug.

[Bug binutils/23746] Debugging under x86_64-apple-darwin18.0.0 getting "not in executable format"

2018-10-08 Thread tromey at sourceware dot org
https://sourceware.org/bugzilla/show_bug.cgi?id=23746 Tom Tromey changed: What|Removed |Added CC||tromey at sourceware dot org

[Bug binutils/23746] Debugging under x86_64-apple-darwin18.0.0 getting "not in executable format"

2018-10-08 Thread tromey at sourceware dot org
https://sourceware.org/bugzilla/show_bug.cgi?id=23746 --- Comment #2 from Tom Tromey --- I don't have Mojave yet, maybe others don't either -- one thing that might help is attaching a "hello-world" (i.e., tiny) executable showing the problem. -- You are receiving this mail because: You are on t

[Bug binutils/17947] S-Record handling read out of bounds

2018-08-18 Thread tromey at sourceware dot org
https://sourceware.org/bugzilla/show_bug.cgi?id=17947 Tom Tromey changed: What|Removed |Added CC||tromey at sourceware dot org

[Bug binutils/20293] bfd/elfxx-aarch64.c _bfd_aarch64_elf_grok_prstatus use error offset of pr_pid on arm64_ilp32

2018-08-16 Thread tromey at sourceware dot org
https://sourceware.org/bugzilla/show_bug.cgi?id=20293 Tom Tromey changed: What|Removed |Added CC||tromey at sourceware dot org

[Bug binutils/16948] recent binutils/bfd release tarballs generated with ancient autoconf version

2018-08-07 Thread tromey at sourceware dot org
https://sourceware.org/bugzilla/show_bug.cgi?id=16948 Tom Tromey changed: What|Removed |Added CC||tromey at sourceware dot org

[Bug binutils/12657] binutils use __pid_t instead of pid_t

2018-08-06 Thread tromey at sourceware dot org
||tromey at sourceware dot org Resolution|--- |FIXED --- Comment #2 from Tom Tromey --- Fixed a while ago. -- You are receiving this mail because: You are on the CC list for the bug. ___ bug-binutils

[Bug binutils/15135] c++filt: problem demangling _ZN3foocvPT_I3barEEv

2018-08-06 Thread tromey at sourceware dot org
||tromey at sourceware dot org Resolution|--- |FIXED --- Comment #2 from Tom Tromey --- Closing as fixed. I get: $ c++filt _ZN3foocvPT_I3barEEv foo::operator bar*() -- You are receiving this mail because: You are on the CC list for the bug

[Bug binutils/23316] Segmentation fault in get_build_id()

2018-08-06 Thread tromey at sourceware dot org
||tromey at sourceware dot org Resolution|--- |FIXED --- Comment #3 from Tom Tromey --- This seems to have been fixed but not closed. -- You are receiving this mail because: You are on the CC list for the bug

[Bug gas/18119] gas/config/tc-arm.c:8874: bad if expression ?

2017-12-30 Thread tromey at sourceware dot org
https://sourceware.org/bugzilla/show_bug.cgi?id=18119 Tom Tromey changed: What|Removed |Added CC||tromey at sourceware dot org

[Bug binutils/22547] Incorrect demangling of lambda destructors?

2017-12-07 Thread tromey at sourceware dot org
https://sourceware.org/bugzilla/show_bug.cgi?id=22547 Tom Tromey changed: What|Removed |Added CC||tromey at sourceware dot org

[Bug binutils/22532] objdump doesn't disassemble dwarf opcodes for DW_AT_byte_size

2017-12-05 Thread tromey at sourceware dot org
https://sourceware.org/bugzilla/show_bug.cgi?id=22532 --- Comment #3 from Tom Tromey --- Created attachment 10666 --> https://sourceware.org/bugzilla/attachment.cgi?id=10666&action=edit object file -- You are receiving this mail because: You are on the CC list for the bug. ___

[Bug binutils/22532] objdump doesn't disassemble dwarf opcodes for DW_AT_byte_size

2017-12-05 Thread tromey at sourceware dot org
https://sourceware.org/bugzilla/show_bug.cgi?id=22532 --- Comment #2 from Tom Tromey --- > Could you upload a copy of this file please ? Sure. FWIW it comes from an Ada test case that Joel Brobecker sent me. -- You are receiving this mail because: You are on the CC list for the bug. _

[Bug binutils/22532] New: objdump doesn't disassemble dwarf opcodes for DW_AT_byte_size

2017-11-29 Thread tromey at sourceware dot org
ormal Priority: P2 Component: binutils Assignee: unassigned at sourceware dot org Reporter: tromey at sourceware dot org Target Milestone: --- I have a file that uses a location expression in DW_AT_byte_size. objdump printed this: <7c5> DW_AT_byte_

[Bug binutils/22249] objdump --dwarf-start can be very slow

2017-10-10 Thread tromey at sourceware dot org
https://sourceware.org/bugzilla/show_bug.cgi?id=22249 --- Comment #11 from Tom Tromey --- (In reply to Nick Clifton from comment #10) > dwarf-mode.el:186:6:Warning: set-keymap-parent called with 1 argument, but > requires 2 > > I am not an emacs expert, but maybe this could be a problem ?

[Bug binutils/22249] objdump --dwarf-start can be very slow

2017-10-10 Thread tromey at sourceware dot org
https://sourceware.org/bugzilla/show_bug.cgi?id=22249 --- Comment #9 from Tom Tromey --- Thread starts here: https://sourceware.org/ml/binutils/2017-10/msg00082.html -- You are receiving this mail because: You are on the CC list for the bug. ___ bug-

[Bug binutils/22249] objdump --dwarf-start can be very slow

2017-10-10 Thread tromey at sourceware dot org
https://sourceware.org/bugzilla/show_bug.cgi?id=22249 --- Comment #7 from Tom Tromey --- (In reply to Nick Clifton from comment #6) > Hi Tom, > > OK, well your patch is fine, so I have checked that in. I still think > that we need to improve the documentation however. Do you have any > sugge

[Bug binutils/22249] objdump --dwarf-start can be very slow

2017-10-09 Thread tromey at sourceware dot org
https://sourceware.org/bugzilla/show_bug.cgi?id=22249 --- Comment #4 from Tom Tromey --- (In reply to Nick Clifton from comment #2) > * According to the documentation the --dwarf-start=N command line option > (which sets the dwarf_start_die variable) specifies the *number* of the DIE > at whic

[Bug binutils/22249] objdump --dwarf-start can be very slow

2017-10-06 Thread tromey at sourceware dot org
https://sourceware.org/bugzilla/show_bug.cgi?id=22249 --- Comment #1 from Tom Tromey --- I think it's as easy as: diff --git a/binutils/dwarf.c b/binutils/dwarf.c index 7ded1bf..f9c93ae 100644 --- a/binutils/dwarf.c +++ b/binutils/dwarf.c @@ -2666,6 +2666,13 @@ process_debug_info (struct dwarf_s

[Bug binutils/22249] New: objdump --dwarf-start can be very slow

2017-10-04 Thread tromey at sourceware dot org
: binutils Assignee: unassigned at sourceware dot org Reporter: tromey at sourceware dot org Target Milestone: --- I have a very large debuginfo file. I'm trying to examine a CU somewhere in the middle to see if there is a bug in some debuginfo generation. (See https://githu

[Bug binutils/21290] nm should distinguish TLS variables

2017-03-22 Thread tromey at sourceware dot org
https://sourceware.org/bugzilla/show_bug.cgi?id=21290 --- Comment #1 from Tom Tromey --- Mark pointed out that -f sysv does print this info. I still think it would be nice to have by default, but I'd understand if you'd prefer to close this bug. -- You are receiving this mail because: You are o

[Bug binutils/21290] New: nm should distinguish TLS variables

2017-03-22 Thread tromey at sourceware dot org
: binutils Assignee: unassigned at sourceware dot org Reporter: tromey at sourceware dot org Target Milestone: --- When I run nm on a .o, a TLS global shows up like: pokyo. nm ./js/src/Unified_cpp_js_src34.o | grep Tls B _ZN2js10TlsContextE It would be handy if

[Bug binutils/20657] New: buglet in putop() in opcodes/i386-dis.c

2016-09-29 Thread tromey at sourceware dot org
: binutils Assignee: unassigned at sourceware dot org Reporter: tromey at sourceware dot org Target Milestone: --- This comes from bug 20613 and http://www.viva64.com/en/b/0430/ Here: case '{': alt = 0; if (in

[Bug binutils/20657] buglet in putop() in opcodes/i386-dis.c

2016-09-29 Thread tromey at sourceware dot org
https://sourceware.org/bugzilla/show_bug.cgi?id=20657 Tom Tromey changed: What|Removed |Added Blocks||20613 Referenced Bugs: https://sourcew

[Bug gprof/20656] double assignment in source.c

2016-09-29 Thread tromey at sourceware dot org
https://sourceware.org/bugzilla/show_bug.cgi?id=20656 Tom Tromey changed: What|Removed |Added Blocks||20613 Referenced Bugs: https://sourcew

[Bug gprof/20656] New: double assignment in source.c

2016-09-29 Thread tromey at sourceware dot org
Assignee: unassigned at sourceware dot org Reporter: tromey at sourceware dot org Target Milestone: --- This comes from bug 20613 and http://www.viva64.com/en/b/0430/ source.c has: if (new_line) { (*annote) (annotation, max_width, line_num, arg