From owner-cvs-all Tue Sep 4 16: 4:55 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id EEC1337B401; Tue, 4 Sep 2001 16:04:48 -0700 (PDT) Received: (from peter@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f84N4mh74649; Tue, 4 Sep 2001 16:04:48 -0700 (PDT) (envelope-from peter) Message-Id: <200109042304.f84N4mh74649@freefall.freebsd.org> From: Peter Wemm Date: Tue, 4 Sep 2001 16:04:48 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/gnu/usr.bin/as as.h read.c read.h X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG peter 2001/09/04 16:04:48 PDT Modified files: gnu/usr.bin/as as.h read.c read.h Log: Implement .previous (swap section back to the last section) This enables: .data .asciz "foo" .previous .. just like on current binutils Revision Changes Path 1.9 +3 -3 src/gnu/usr.bin/as/as.h 1.14 +29 -1 src/gnu/usr.bin/as/read.c 1.10 +3 -1 src/gnu/usr.bin/as/read.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message