bug-binutils
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Bug gprofng/31121] gprofng does not recognise source in a shared object


From: robertjenssen at ozemail dot com.au
Subject: [Bug gprofng/31121] gprofng does not recognise source in a shared object
Date: Sat, 09 Dec 2023 06:01:06 +0000

https://sourceware.org/bugzilla/show_bug.cgi?id=31121

--- Comment #6 from Robert Jenssen <robertjenssen at ozemail dot com.au> ---
Created attachment 15248
  --> https://sourceware.org/bugzilla/attachment.cgi?id=15248&action=edit
Compressed output of objdump -dS bin2SD.oct

On my system "objdump -dS bin2SD.oct" shows the source code interleaved with
the assembler code starting at:

00000000000032c9 <Gbin2SD>:
#include <math.h>

#include <octave/oct.h>
#include <octave/parse.h>

DEFUN_DLD(bin2SD, args, nargout, "y=bin2SD(x,nbits,ndigits)")
    32c9:       41 55                   push   %r13
    32cb:       41 54                   push   %r12
    32cd:       55                      push   %rbp
.
.
.

See the attached output from objdump.

-- 
You are receiving this mail because:
You are on the CC list for the bug.


reply via email to

[Prev in Thread] Current Thread [Next in Thread]