EmbDev.net

Forum: ARM programming with GCC/GNU tools Purpose of the several sections in linker script


von Vyachwslav K. (doomer)


Rate this post
useful
not useful
Whats the purpose of the following sections:
.glue_7
.glue_7t

.gnu.linkonce.t.*
.gnu.linkonce.r.*
.gnu.linkonce.d*

.gcc_except_table

.got
.got.plt


I could not find description of this sections in the attached docs

von A.K. (Guest)


Rate this post
useful
not useful
Used by C++.

von Martin Thomas (Guest)


Rate this post
useful
not useful
As far as I know the compiler places "auto-generated"
interface-functions for interworking in these sections. Maybe something
else too. So at least the glue-sections are not only "used by C++".

Martin Thomas

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.