diff options
author | Niklas Hallqvist <niklas@cvs.openbsd.org> | 1998-02-15 18:50:15 +0000 |
---|---|---|
committer | Niklas Hallqvist <niklas@cvs.openbsd.org> | 1998-02-15 18:50:15 +0000 |
commit | 2b89a04cf6f974f8370b54e72b96ebd0bc1f9b64 (patch) | |
tree | db5c05309ed682f005c398826f4f5af1922fafcc /gnu/usr.bin/gas/opcode/a29k.h | |
parent | 69610abb4918feb6cc803c767885ba8ff78fbf24 (diff) |
Merge of NetBSD changes + $OpenBSD$ tags
Diffstat (limited to 'gnu/usr.bin/gas/opcode/a29k.h')
-rw-r--r-- | gnu/usr.bin/gas/opcode/a29k.h | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/gnu/usr.bin/gas/opcode/a29k.h b/gnu/usr.bin/gas/opcode/a29k.h index 82bb4d2c199..33f79f15e7e 100644 --- a/gnu/usr.bin/gas/opcode/a29k.h +++ b/gnu/usr.bin/gas/opcode/a29k.h @@ -1,3 +1,5 @@ +/* $OpenBSD: a29k.h,v 1.2 1998/02/15 18:50:01 niklas Exp $ */ + /* Table of opcodes for the AMD 29000 Copyright (C) 1990, 1991 Free Software Foundation, Inc. @@ -285,8 +287,11 @@ CONST unsigned int num_opcodes = (((sizeof a29k_opcodes) / (sizeof a29k_opcodes[ /* * $Log: a29k.h,v $ - * Revision 1.1 1995/10/18 08:39:09 deraadt - * Initial revision + * Revision 1.2 1998/02/15 18:50:01 niklas + * Merge of NetBSD changes + $OpenBSD$ tags + * + * Revision 1.1.1.1 1995/10/18 08:39:09 deraadt + * initial import of NetBSD tree * * Revision 1.1 1993/10/02 21:00:40 pk * GNU gas 1.92.3 based assembler supporting PIC code (for i386 and sparc). |