Hi,
Tool detail:
Arm-elf-gcc version : 4.0.0
Arm-elf-ld version : 2.15
This issue is to do with the R linker option. Usually
with other tool-chains you provide the symbol file to
the link step to link a different image in a separate
memory region. But, in case of gcc (mipsisa32-elf-gcc)
I supply
All of the following is on Solaris 9 SPARC, using binutils-2.16.1.
These are the entire contents of os_SunOS.s from NSPR 4.6.0:
/*
* sol_getsp()
*
* Return the current sp (for debugging)
*/
.global sol_getsp
sol_getsp:
retl
mov %sp, %o0
/*
* sol_curthread()
*
Hi Nick,
Thanks for your e-mail. I really need such a feature
because some libraries on Linux (for example Intel/IPP
4.1)
contain some external functions like names and without
correct sizes. It's impossible to debug and profile that
functions. As you know, there are only object-members so
f
Hi Victor,
Thanks for your e-mail. I really need such a feature because some
libraries on Linux (for example Intel/IPP 4.1)
contain some external functions like names and without correct sizes.
Really if these libraries contain incorrect information and they are
distributed in a binary-only