summaryrefslogtreecommitdiff
path: root/gnu/usr.bin/gas/config/tc-a29k.c
diff options
context:
space:
mode:
authorNiklas Hallqvist <niklas@cvs.openbsd.org>1996-03-30 15:30:11 +0000
committerNiklas Hallqvist <niklas@cvs.openbsd.org>1996-03-30 15:30:11 +0000
commitf6ab5cd567eae5b6537564ff2a13e61b444e8d59 (patch)
tree16b8bdbdcda3062516b1b84ec4b0f900d17ab120 /gnu/usr.bin/gas/config/tc-a29k.c
parentcf6ba41bd10581a3e33ca72326b838f86f9191d1 (diff)
From NetBSD: merge of 960317
Diffstat (limited to 'gnu/usr.bin/gas/config/tc-a29k.c')
-rw-r--r--gnu/usr.bin/gas/config/tc-a29k.c8
1 files changed, 5 insertions, 3 deletions
diff --git a/gnu/usr.bin/gas/config/tc-a29k.c b/gnu/usr.bin/gas/config/tc-a29k.c
index 84ec97a6caa..96ca6e22722 100644
--- a/gnu/usr.bin/gas/config/tc-a29k.c
+++ b/gnu/usr.bin/gas/config/tc-a29k.c
@@ -1,3 +1,5 @@
+/* $OpenBSD: tc-a29k.c,v 1.2 1996/03/30 15:29:32 niklas Exp $ */
+
/* tc-a29k.c -- Assemble for the AMD 29000.
Copyright (C) 1989, 1990, 1991, 1992 Free Software Foundation, Inc.
@@ -86,12 +88,12 @@ int md_short_jump_size = 4;
int md_long_jump_size = 4;
#if defined(BFD_HEADERS)
#ifdef RELSZ
-int md_reloc_size = RELSZ; /* Coff headers */
+const int md_reloc_size = RELSZ; /* Coff headers */
#else
-int md_reloc_size = 12; /* something else headers */
+const int md_reloc_size = 12; /* something else headers */
#endif
#else
-int md_reloc_size = 12; /* Not bfdized*/
+const int md_reloc_size = 12; /* Not bfdized*/
#endif
/* This array holds the chars that always start a comment. If the