This is the mail archive of the gcc-help@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

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!


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]