EmbDev.net

Forum: ARM programming with GCC/GNU tools armlink/LD - what is the format of .dynstr section


von Ganapa B. (ganapa)


Rate this post
useful
not useful
Hi

The contents of the section .dynstr in the output are different if I use 
armlink and sourcery ld for dynamic linking.

In case of armlink -- all *.so files are listed together like..

test.so
test1.so
symbol1_test
symbol2_test
symbol1_test1
symbol2_test1

But, in case of sourcecyld/gnuld, the associated symbols and *.so file 
names are clubbed together.

test.so
symbol1_test
symbol2_test
test1.so
symbol1_test1
symbol2_test2




Is there any specification for generating the output ELF sections?

regards
/Gan

Please log in before posting. Registration is free and takes only a minute.
Existing account
Do you have a Google/GoogleMail account? No registration required!
Log in with Google account
No account? Register here.