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
Guest
#1171270
Used by C++.
Guest
#1171271
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
Reply
Please log in before posting.