dotgnu-pnet-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Dotgnu-pnet-commits] CVS: pnet/include il_linker.h,1.14,1.15


From: Rhys Weatherley <address@hidden>
Subject: [Dotgnu-pnet-commits] CVS: pnet/include il_linker.h,1.14,1.15
Date: Thu, 13 Feb 2003 18:19:15 -0500

Update of /cvsroot/dotgnu-pnet/pnet/include
In directory subversions:/tmp/cvs-serv30208/include

Modified Files:
        il_linker.h 
Log Message:


Add the "-fminimize-parameters" option to the linker which can be used
to strip the ParamDef table down to just those parameter blocks that
are strictly necessary.


Index: il_linker.h
===================================================================
RCS file: /cvsroot/dotgnu-pnet/pnet/include/il_linker.h,v
retrieving revision 1.14
retrieving revision 1.15
diff -C2 -r1.14 -r1.15
*** il_linker.h 25 Aug 2002 04:05:32 -0000      1.14
--- il_linker.h 13 Feb 2003 23:19:12 -0000      1.15
***************
*** 35,38 ****
--- 35,43 ----
  
  /*
+  * Extra linker flags.
+  */
+ #define       IL_LINKFLAG_MINIMIZE_PARAMS             (1<<0)
+ 
+ /*
   * Create a linker context.  The supplied parameters
   * are used to create an ILWriter for the final image.
***************
*** 140,143 ****
--- 145,153 ----
   */
  int ILLinkerPerformLink(ILLinker *linker);
+ 
+ /*
+  * Set the extra linker flags.  Returns the previous state.
+  */
+ int ILLinkerSetFlags(ILLinker *linker, int flags);
  
  /*





reply via email to

[Prev in Thread] Current Thread [Next in Thread]