From owner-cvs-gnu Fri Dec 23 14:37:58 1994 Return-Path: cvs-gnu-owner Received: (from root@localhost) by freefall.cdrom.com (8.6.9/8.6.6) id OAA25562 for cvs-gnu-outgoing; Fri, 23 Dec 1994 14:37:58 -0800 Received: (from nate@localhost) by freefall.cdrom.com (8.6.9/8.6.6) id OAA25546; Fri, 23 Dec 1994 14:37:47 -0800 Date: Fri, 23 Dec 1994 14:37:47 -0800 From: Nate Williams Message-Id: <199412232237.OAA25546@freefall.cdrom.com> To: CVS-commiters, cvs-gnu Subject: cvs commit: src/gnu/usr.bin/as/opcode m68k.h sparc.h Sender: cvs-gnu-owner@FreeBSD.org Precedence: bulk nate 94/12/23 14:37:45 Modified: gnu/usr.bin/as Makefile app.c as.h cond.c input-scrub.c listing.c listing.h messages.c read.c read.h struc-symbol.h write.c gnu/usr.bin/as/config Makefile.i386 Makefile.sparc aout.h obj-aout.c obj-aout.h tc-i386.c tc-i386.h tc-m68k.c tc-m68k.h tc-ns32k.c tc-ns32k.h tc-sparc.c tc-sparc.h gnu/usr.bin/as/opcode m68k.h sparc.h Log: Updated version of gas which allows for link-time error reporting if used in conjustion with the new shlib 'ld' source. Note, if you use the new features both gas and ld must be updated. Obtained from: NetBSD