Guest
#1172155
Hi All,
What does
glue_7)
*(.glue_7t)
do in the linker script.
Thanks in advance
Joe
WinArm Linker script
Guest
#1172155
Hi All,
What does
glue_7)
*(.glue_7t)
do in the linker script.
Thanks in advance
Joe
Guest
#1172156
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. ReplyPlease log in before posting. |