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.