diff --git a/gnu/usr.bin/ld/rrs.c b/gnu/usr.bin/ld/rrs.c index edd2ffa43c74..b999c6258f3c 100644 --- a/gnu/usr.bin/ld/rrs.c +++ b/gnu/usr.bin/ld/rrs.c @@ -27,7 +27,7 @@ * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. * - * $Id: rrs.c,v 1.5 1993/11/01 16:26:18 pk Exp $ + * $Id: rrs.c,v 1.2 1993/11/09 04:19:02 paul Exp $ */ #include @@ -294,11 +294,11 @@ symbol *sp; long *relocation; { struct relocation_info *r = rrs_next_reloc(); - +#ifdef DEBUG if (rp->r_address < text_start + text_size) error("RRS text relocation at %#x (symbol %s)", rp->r_address, sp->name); - +#endif #ifdef DEBUG printf("claim_rrs_reloc: %s\n", sp->name); #endif