EmbDev.net

Forum: ARM programming with GCC/GNU tools WinArm Linker script


von Joe G (Guest)


Rate this post
useful
not useful
Hi All,

What does

glue_7)
    *(.glue_7t)

do in the linker script.

Thanks in advance

Joe

von Stefan (Guest)


Rate this post
useful
not useful
As far as i understand is this space for stubs which are needed when
thumb code (16bit) calls functions written in arm code (32bit) and other
way (arm code calls functions written in thumb code). These sections are
empty, when you don't mix thumb code with arm code.

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.