diff options
| author | cvs2svn <cvs2svn@FreeBSD.org> | 2000-07-26 21:12:35 +0000 |
|---|---|---|
| committer | cvs2svn <cvs2svn@FreeBSD.org> | 2000-07-26 21:12:35 +0000 |
| commit | 7f1bf9342879a7ee2dd88e11a33ae7509eab55b0 (patch) | |
| tree | a37e562f560b38e8e087a744d063186d6b1e6746 /gnu/usr.bin/as/opcode | |
| parent | a964be6d2c35243e54bf5ce12c15339d331189cb (diff) | |
Diffstat (limited to 'gnu/usr.bin/as/opcode')
| -rw-r--r-- | gnu/usr.bin/as/opcode/i386.h | 2 | ||||
| -rw-r--r-- | gnu/usr.bin/as/opcode/i960.h | 2 | ||||
| -rw-r--r-- | gnu/usr.bin/as/opcode/sparc.h | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/gnu/usr.bin/as/opcode/i386.h b/gnu/usr.bin/as/opcode/i386.h index b87b056d8452..54af6bb9b159 100644 --- a/gnu/usr.bin/as/opcode/i386.h +++ b/gnu/usr.bin/as/opcode/i386.h @@ -17,7 +17,7 @@ You should have received a copy of the GNU General Public License along with GAS; see the file COPYING. If not, write to the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ -/* $FreeBSD$ */ +/* $FreeBSD: src/gnu/usr.bin/as/opcode/i386.h,v 1.12 1999/11/28 01:11:35 obrien Exp $ */ static const template i386_optab[] = { diff --git a/gnu/usr.bin/as/opcode/i960.h b/gnu/usr.bin/as/opcode/i960.h index 20b10a8ecf69..424510460ebb 100644 --- a/gnu/usr.bin/as/opcode/i960.h +++ b/gnu/usr.bin/as/opcode/i960.h @@ -18,7 +18,7 @@ * appropriate. */ -/* $FreeBSD$ */ +/* $FreeBSD: src/gnu/usr.bin/as/opcode/i960.h,v 1.5 1999/08/27 23:34:33 peter Exp $ */ #define CTRL 0 #define COBR 1 diff --git a/gnu/usr.bin/as/opcode/sparc.h b/gnu/usr.bin/as/opcode/sparc.h index cd032c256186..851499f2f8b1 100644 --- a/gnu/usr.bin/as/opcode/sparc.h +++ b/gnu/usr.bin/as/opcode/sparc.h @@ -20,7 +20,7 @@ along with GAS or GDB; see the file COPYING. If not, write to the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ /* - * $FreeBSD$ + * $FreeBSD: src/gnu/usr.bin/as/opcode/sparc.h,v 1.6 1999/08/27 23:34:33 peter Exp $ */ /* FIXME-someday: perhaps the ,a's and such should be embedded in the |
