diff options
Diffstat (limited to 'gnu/usr.bin/gas/config/tc-i860.c')
-rw-r--r-- | gnu/usr.bin/gas/config/tc-i860.c | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/gnu/usr.bin/gas/config/tc-i860.c b/gnu/usr.bin/gas/config/tc-i860.c index a4698f86601..cb7cd179728 100644 --- a/gnu/usr.bin/gas/config/tc-i860.c +++ b/gnu/usr.bin/gas/config/tc-i860.c @@ -1,3 +1,5 @@ +/* $OpenBSD: tc-i860.c,v 1.3 1996/03/30 15:29:39 niklas Exp $ */ + /* tc-i860.c -- Assemble for the I860 Copyright (C) 1989, 1992 Free Software Foundation, Inc. @@ -1157,7 +1159,7 @@ relax_addressT segment_address_in_file; */ -int md_reloc_size = 12; +const int md_reloc_size = 12; void tc_aout_fix_to_chars(where, fixP, segment_address_in_file) char *where; |