From owner-freebsd-commit Thu Jul 13 01:30:42 1995 Return-Path: commit-owner Received: (from majordom@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id BAA24979 for commit-outgoing; Thu, 13 Jul 1995 01:30:42 -0700 Received: (from majordom@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id BAA24963 for cvs-gnu-outgoing; Thu, 13 Jul 1995 01:30:32 -0700 Received: (from rgrimes@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id BAA24943 ; Thu, 13 Jul 1995 01:30:11 -0700 Date: Thu, 13 Jul 1995 01:30:11 -0700 From: "Rodney W. Grimes" Message-Id: <199507130830.BAA24943@freefall.cdrom.com> To: CVS-commiters, cvs-gnu Subject: cvs commit: src/gnu/usr.bin/ld ld.c Sender: commit-owner@FreeBSD.org Precedence: bulk rgrimes 95/07/13 01:30:10 Modified: gnu/usr.bin/ld ld.c Log: Make ld's error messages consistent with gcc when no input files are given on the command line. Submitted by: Thomas Graichen