>>>>>>> /sw/bin/objdump: conftest: Invalid operation
>>>
>>> So binutils' objdump does not actually work?
>>
>

> It is doing
>
>
> echo "int main() {return 0;} int foobar() {return 0;}" > conftest.c
> gcc conftest.c -o conftest
> objdump -T conftest | grep foobar

Thanks!
So, from the manpage,
>       -T
>        --dynamic-syms
>            Print the dynamic symbol table entries of the file.  This  
> is only meaningful for dynamic objects, such  as
>            certain  types  of  shared  libraries.  This is similar  
> to the information provided by the nm program when
>            given the -D (--dynamic) option.

since conftest was just compiled, not linked, the  "-T" operation may  
not have been considered meaningful by objdump ?
Ie  _ is it really an error ?

JF

------------------------------------------------------------------------------
Download Intel® 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
_______________________________________________
Fink-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/fink-users

Reply via email to