It would help to know how redc.s is built (directly compiled from the
assembler it looks like...), and how the file is linked...

if it is hand assembly, did you remember run as with the -g option so
that source information is saved in the object?

If it is linked in a dll, did you try to load the symbols by calling
in gdb (this is the only real way I can get the symbol table to load
from a dll)

(gdb) dll-symbols <dllname.dll>

------------------------------------------------------------------------------
Download Intel&#174; Parallel Studio Eval
Try the new software tools for yourself. Speed compiling, find bugs
proactively, and fine-tune applications for parallel performance.
See why Intel Parallel Studio got high marks during beta.
http://p.sf.net/sfu/intel-sw-dev
_______________________________________________
Mingw-w64-public mailing list
Mingw-w64-public@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mingw-w64-public

Reply via email to