Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 4 Sep 2001 16:04:48 -0700 (PDT)
From:      Peter Wemm <peter@FreeBSD.org>
To:        cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/gnu/usr.bin/as as.h read.c read.h
Message-ID:  <200109042304.f84N4mh74649@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

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




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200109042304.f84N4mh74649>