Diff for /gforth/comp-i.fs between versions 1.13 and 1.16

version 1.13, 2003/08/04 20:32:34 version 1.16, 2004/12/31 13:23:56
Line 1 Line 1
 \ Compare nonrelocatable images and produce a relocatable image  \ Compare nonrelocatable images and produce a relocatable image
   
 \ Copyright (C) 1996,1997,1998,2002 Free Software Foundation, Inc.  \ Copyright (C) 1996,1997,1998,2002,2003,2004 Free Software Foundation, Inc.
   
 \ This file is part of Gforth.  \ This file is part of Gforth.
   
Line 43  s" address-unit-bits" environment? drop Line 43  s" address-unit-bits" environment? drop
     if      if
         ." : images have the same base address; producing only a data-relocatable image" cr          ." : images have the same base address; producing only a data-relocatable image" cr
     else      else
         offset abs expected-offset <> abort" images produced by different engines"          \ the following sanity check produces false positices with exec-shield
           \ offset abs expected-offset <> abort" images produced by different engines"
         ."  offset=" offset . cr          ."  offset=" offset . cr
         0 image1 i-field + ! 0 image2 i-field + !          0 image1 i-field + ! 0 image2 i-field + !
     endif      endif

Removed from v.1.13  
changed lines
  Added in v.1.16


FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>