This is the mail archive of the
gcc-help@gcc.gnu.org
mailing list for the GCC project.
programme header
- From: ishare <june dot tune dot sea at gmail dot com>
- To: gcc-help at gcc dot gnu dot org
- Date: Sun, 17 Mar 2013 16:54:00 +0800
- Subject: programme header
when product a .so liberary , if there is not a programme header in the linker script file,
will the linker automaticlly generate a deault one for use ?
If I write the programme header manully , need I write it before writing section command ?
like this :
PHDRS
{
.....
}
SECTIONS
{
.....
}
thanks!