From owner-cvs-gnu Sun Feb 2 16:50:42 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id QAA26532 for cvs-gnu-outgoing; Sun, 2 Feb 1997 16:50:42 -0800 (PST) Received: (from jdp@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id QAA26525; Sun, 2 Feb 1997 16:50:40 -0800 (PST) Date: Sun, 2 Feb 1997 16:50:40 -0800 (PST) From: John Polstra Message-Id: <199702030050.QAA26525@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-gnu Subject: cvs commit: src/gnu/usr.bin/ld ld.c support.c Sender: owner-cvs-gnu@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk jdp 97/02/02 16:50:39 Branch: gnu/usr.bin/ld RELENG_2_2 Modified: gnu/usr.bin/ld ld.c support.c Log: Merge two bug fixes from main branch: Use xmalloc instead of malloc: ld.c 1.38 -> 1.39 support.c 1.2 -> 1.3 Fix miscounting of N_INDR (alias) symbols: ld.c 1.39 -> 1.40 Revision Changes Path 1.36.2.1 +10 -4 src/gnu/usr.bin/ld/ld.c 1.1.2.1 +2 -2 src/gnu/usr.bin/ld/support.c