diff options
Diffstat (limited to 'bfd/vms-hdr.c')
-rw-r--r-- | bfd/vms-hdr.c | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/bfd/vms-hdr.c b/bfd/vms-hdr.c index 01d20aa..3b36b32 100644 --- a/bfd/vms-hdr.c +++ b/bfd/vms-hdr.c @@ -1,6 +1,6 @@ /* vms-hdr.c -- BFD back-end for VMS/VAX (openVMS/VAX) and EVAX (openVMS/Alpha) files. - Copyright 1996, 1997, 1998 Free Software Foundation, Inc. + Copyright 1996, 1997, 1998, 1999 Free Software Foundation, Inc. HDR record handling functions EMH record handling functions @@ -249,7 +249,7 @@ _bfd_vms_write_hdr (abfd, objtype) int objtype; { asymbol *symbol; - int symnum; + unsigned int symnum; int had_case = 0; int had_file = 0; @@ -334,8 +334,6 @@ _bfd_vms_write_hdr (abfd, objtype) if (symbol->flags & BSF_FILE) { - char *s; - if (strncmp ((char *)symbol->name, "<CASE:", 6) == 0) { PRIV(flag_hash_long_names) = symbol->name[6] - '0'; |