diff options
Diffstat (limited to 'gnu/usr.bin/as/opcode')
| -rw-r--r-- | gnu/usr.bin/as/opcode/a29k.h | 5 | ||||
| -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 |
4 files changed, 7 insertions, 4 deletions
diff --git a/gnu/usr.bin/as/opcode/a29k.h b/gnu/usr.bin/as/opcode/a29k.h index 8c3616747f09..33cb489b8916 100644 --- a/gnu/usr.bin/as/opcode/a29k.h +++ b/gnu/usr.bin/as/opcode/a29k.h @@ -284,7 +284,10 @@ static CONST struct a29k_opcode a29k_opcodes[] = CONST unsigned int num_opcodes = (((sizeof a29k_opcodes) / (sizeof a29k_opcodes[0])) - 1); /* - * $Log: a29k.h,v $ + * a29k.h,v + * Revision 1.1 1993/11/03 00:55:48 paul + * Brought over NetBSD's gas ready for pk's shared libs. + * * Revision 1.1 1993/10/02 21:00:40 pk * GNU gas 1.92.3 based assembler supporting PIC code (for i386 and sparc). * diff --git a/gnu/usr.bin/as/opcode/i386.h b/gnu/usr.bin/as/opcode/i386.h index cc8fe1ca36c1..e357376b638e 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. */ -/* $Id: i386.h,v 1.2 1993/10/04 22:53:32 pk Exp $ */ +/* i386.h,v 1.1 1993/11/03 00:55:51 paul 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 e9c8cb4bef29..f8e7d1009757 100644 --- a/gnu/usr.bin/as/opcode/i960.h +++ b/gnu/usr.bin/as/opcode/i960.h @@ -18,7 +18,7 @@ * appropriate. */ -/* $Id: i960.h,v 1.1 1993/10/02 21:00:44 pk Exp $ */ +/* i960.h,v 1.1 1993/11/03 00:55:56 paul 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 3c52464e6a91..26bbb629edde 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. */ /* - * $Id: sparc.h,v 1.1 1993/10/02 21:00:55 pk Exp $ + * sparc.h,v 1.1 1993/11/03 00:56:11 paul Exp */ /* FIXME-someday: perhaps the ,a's and such should be embedded in the |
