From owner-cvs-gnu Mon May 27 11:06:14 1996 Return-Path: owner-cvs-gnu Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id LAA29980 for cvs-gnu-outgoing; Mon, 27 May 1996 11:06:14 -0700 (PDT) Received: (from jdp@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id LAA29963; Mon, 27 May 1996 11:06:06 -0700 (PDT) Date: Mon, 27 May 1996 11:06:06 -0700 (PDT) From: John Polstra Message-Id: <199605271806.LAA29963@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-gnu Subject: cvs commit: src/gnu/usr.bin/ld rrs.c Sender: owner-cvs-gnu@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk jdp 96/05/27 11:06:05 Modified: gnu/usr.bin/ld rrs.c Log: Zero out an unused field in a structure that is written to the output file. The field formerly contained random garbage, leading to spurious differences between otherwise identical executables and libraries. Submitted by: Bruce Evans Revision Changes Path 1.15 +2 -1 src/gnu/usr.bin/ld/rrs.c