diff options
author | Niklas Hallqvist <niklas@cvs.openbsd.org> | 1996-03-30 15:30:11 +0000 |
---|---|---|
committer | Niklas Hallqvist <niklas@cvs.openbsd.org> | 1996-03-30 15:30:11 +0000 |
commit | f6ab5cd567eae5b6537564ff2a13e61b444e8d59 (patch) | |
tree | 16b8bdbdcda3062516b1b84ec4b0f900d17ab120 /gnu/usr.bin/gas/tc.h | |
parent | cf6ba41bd10581a3e33ca72326b838f86f9191d1 (diff) |
From NetBSD: merge of 960317
Diffstat (limited to 'gnu/usr.bin/gas/tc.h')
-rw-r--r-- | gnu/usr.bin/gas/tc.h | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/gnu/usr.bin/gas/tc.h b/gnu/usr.bin/gas/tc.h index 2c3a60df4b2..771e76a00c4 100644 --- a/gnu/usr.bin/gas/tc.h +++ b/gnu/usr.bin/gas/tc.h @@ -1,3 +1,5 @@ +/* $OpenBSD: tc.h,v 1.2 1996/03/30 15:29:27 niklas Exp $ */ + /* tc.h - target cpu dependent Copyright (C) 1987, 1990, 1991, 1992 Free Software Foundation, Inc. @@ -17,10 +19,6 @@ 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: tc.h,v 1.1 1995/10/18 08:39:00 deraadt Exp $ - */ - /* In theory (mine, at least!) the machine dependent part of the assembler should only have to include one file. This one. -- JF */ @@ -42,7 +40,7 @@ relax_typeS; extern const relax_typeS md_relax_table[]; /* Define it in MACHINE.c */ -extern int md_reloc_size; /* Size of a relocation record */ +extern const int md_reloc_size; /* Size of a relocation record */ extern void (*md_emit_relocations)(); |