Files removed as of the 1999-08-23 snapshot.
[deliverable/binutils-gdb.git] / bfd / vms-hdr.c
index 01d20aabefa63303a2f06d99181824378f1adb89..3b36b3278c580b65acfb1ca1fc69cd6d4ca4f1fb 100644 (file)
@@ -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';
This page took 0.023634 seconds and 4 git commands to generate.