daily update
[deliverable/binutils-gdb.git] / bfd / vms-gsd.c
index 10fbb2d35c75bfc8ae0b4c4035133d3c7a426ba1..660c06cbc4c21f8cdb3e78229d6ea8826446ac1a 100644 (file)
@@ -674,7 +674,9 @@ _bfd_vms_slurp_gsd (abfd, objtype)
 
            /* save symbol in vms_symbol_table  */
 
-           entry = (vms_symbol_entry *) bfd_hash_lookup (PRIV(vms_symbol_table), symbol->name, true, false);
+           entry = (vms_symbol_entry *) bfd_hash_lookup (PRIV(vms_symbol_table),
+                                                         symbol->name,
+                                                         TRUE, FALSE);
            if (entry == (vms_symbol_entry *)NULL)
              {
                bfd_set_error (bfd_error_no_memory);
@@ -786,7 +788,7 @@ _bfd_vms_write_gsd (abfd, objtype)
          last_index++;
        }
 
-      /* Don't know if this is neccesary for the linker but for now it keeps
+      /* Don't know if this is necessary for the linker but for now it keeps
         vms_slurp_gsd happy  */
 
       sname = (char *)section->name;
This page took 0.023962 seconds and 4 git commands to generate.