[BACK]Return to strip.c CVS log [TXT][DIR] Up to [local] / src / usr.bin / strip

Diff for /src/usr.bin/strip/Attic/strip.c between version 1.29 and 1.30

version 1.29, 2010/06/01 21:44:39 version 1.30, 2013/03/21 19:53:32
Line 235 
Line 235 
         /*          /*
          * Unfortunately, this can't work correctly without changing the way           * Unfortunately, this can't work correctly without changing the way
          * the loader works.  We could cap it at one page, or even fiddle with           * the loader works.  We could cap it at one page, or even fiddle with
          * a_data and a_bss, but this only works for CLBYTES == NBPG.  If we           * a_data and a_bss, but this only works for CLBYTES == PAGE_SIZE.  If
          * are on a system where, e.g., CLBYTES is 8k and NBPG is 4k, and we           * we are on a system where, e.g., CLBYTES is 8k and PAGE_SIZE is 4k,
          * happen to remove 4.5k, we will lose.  And we really don't want to           * and we happen to remove 4.5k, we will lose.  And we really don't want
          * fiddle with pages, because that breaks binary compatibility.  Lose.           * to fiddle with pages, because that breaks binary compatibility.  Lose.
          */           */
   
         if (zmagic) {          if (zmagic) {

Legend:
Removed from v.1.29  
changed lines
  Added in v.1.30