This is the mail archive of the gcc@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]

Re: Executable size increase using egcs 1.0.1 on Solaris 2.6



  In message <199803100815.QAA05886@charlotte.krdl.org.sg>you write:
  > I wrote a simple hello.c
  > 
  > #include <stdio.h>
  > 
  > main()
  > {
  >     printf("Hello World!\n");
  > }
  > 
  > And compiled it with gcc-2.7.2 , egcs-1.0.1(haifa enabled) and
  > egcs-1.02-980309-prerelease(haifa disabled)
  > 
  > The following are the file sizes and the output of size -f
THis may be an increase in the size of the debug sections or
symbol table.  Of course "size" doesn't give you such information.

objdump would probably give you information about the debug sections.

jeff


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