https://sourceware.org/bugzilla/show_bug.cgi?id=31121
--- Comment #16 from Robert Jenssen <robertjenssen at ozemail dot com.au> --- $ dnf list installed binutils-gprofng Installed Packages binutils-gprofng.x86_64 2.40-13.fc39 @fedora $ gprofng --version GNU gprofng binutils version 2.40.00 Copyright (C) 2023 Free Software Foundation, Inc. License GPLv3+: GNU GPL version 3 or later <https://gnu.org/licenses/gpl.html>. This is free software: you are free to change and redistribute it. There is NO WARRANTY, to the extent permitted by law. $ cat .gprofng.rc addpath /home/robj/TMP/DesignOfIIRFilters/src addpath /home/robj/TMP/DesignOfIIRFilters/src/test $ ls src/bin2SD.cc src/bin2SD.cc $ gp-display-src -dis Fbin2SD test.1.er/archives/bin2SD.oct_IGooCa1n7J2 /usr/bin/gp-display-src: Processed /home/robj/TMP/DesignOfIIRFilters/.gprofng.rc for default settings Annotated disassembly --------------------------------------- Source file: (unknown) Object file: test.1.er/archives/bin2SD.oct_IGooCa1n7J2 Load Object: test.1.er/archives/bin2SD.oct_IGooCa1n7J2 <Function: Fbin2SD(octave_value_list const&, int)> [?] 33d2: push %r14 [?] 33d4: push %r13 [?] 33d6: push %r12 [?] 33d8: push %rbp [?] 33d9: push %rbx [?] 33da: sub $0x110,%rsp [?] 33e1: mov %rdi,%rbx [?] 33e4: mov 0x8(%rsi),%rax [?] 33e8: sub (%rsi),%rax [?] 33eb: cmp $0x18,%rax [?] 33ef: jne 0x149 [?] 33f5: mov %rsi,%r12 [?] 33f8: cmpb $0x0,0x3d09(%rip) # 0x3d10 . . . I get similar results with and without the rc file. BTW "gp-display-src --verbose on" does not work ("Error: invalid option: `--verbose'") and I have not found definitions of "item" or "tag" in the info documentation for gprofng. -- You are receiving this mail because: You are on the CC list for the bug.