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/config/tc-i960.c | |
parent | cf6ba41bd10581a3e33ca72326b838f86f9191d1 (diff) |
From NetBSD: merge of 960317
Diffstat (limited to 'gnu/usr.bin/gas/config/tc-i960.c')
-rw-r--r-- | gnu/usr.bin/gas/config/tc-i960.c | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/gnu/usr.bin/gas/config/tc-i960.c b/gnu/usr.bin/gas/config/tc-i960.c index 8f9091ce5f0..09e39c13ae3 100644 --- a/gnu/usr.bin/gas/config/tc-i960.c +++ b/gnu/usr.bin/gas/config/tc-i960.c @@ -1,3 +1,5 @@ +/* $OpenBSD: tc-i960.c,v 1.2 1996/03/30 15:29:42 niklas Exp $ */ + /* tc-i960.c - All the i80960-specific stuff Copyright (C) 1989, 1990, 1991, 1992 Free Software Foundation, Inc. @@ -87,9 +89,9 @@ extern struct hash_control *po_hash; extern char *next_object_file_charP; #ifdef OBJ_COFF -int md_reloc_size = sizeof(struct reloc); +const int md_reloc_size = sizeof(struct reloc); #else /* OBJ_COFF */ -int md_reloc_size = sizeof(struct relocation_info); +const int md_reloc_size = sizeof(struct relocation_info); #endif /* OBJ_COFF */ /*************************** |