--- gforth/comp-i.fs 2003/08/04 20:32:34 1.13 +++ gforth/comp-i.fs 2004/04/10 10:05:03 1.15 @@ -1,6 +1,6 @@ \ 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 Free Software Foundation, Inc. \ This file is part of Gforth. @@ -43,7 +43,8 @@ s" address-unit-bits" environment? drop if ." : images have the same base address; producing only a data-relocatable image" cr 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 0 image1 i-field + ! 0 image2 i-field + ! endif