aboutsummaryrefslogtreecommitdiff
path: root/bfd/evax-emh.c
diff options
context:
space:
mode:
authorIan Lance Taylor <ian@airs.com>1997-10-20 19:23:09 +0000
committerIan Lance Taylor <ian@airs.com>1997-10-20 19:23:09 +0000
commit412222d910b7776967c56d97482e863fcd6c7aa0 (patch)
treee0361e5e1b821a39b16088484eac631991b197d6 /bfd/evax-emh.c
parentd5241511dbe242f2c3e6208bb41130e76a050c15 (diff)
downloadgdb-412222d910b7776967c56d97482e863fcd6c7aa0.zip
gdb-412222d910b7776967c56d97482e863fcd6c7aa0.tar.gz
gdb-412222d910b7776967c56d97482e863fcd6c7aa0.tar.bz2
various evax patches
Diffstat (limited to 'bfd/evax-emh.c')
-rw-r--r--bfd/evax-emh.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/bfd/evax-emh.c b/bfd/evax-emh.c
index 288889c..2b50006 100644
--- a/bfd/evax-emh.c
+++ b/bfd/evax-emh.c
@@ -159,7 +159,7 @@ get_vms_time_string ()
} Descriptor;
Descriptor.Size = 17;
Descriptor.Ptr = tbuf;
- sys$asctim (0, &Descriptor, 0, 0);
+ SYS$ASCTIM (0, &Descriptor, 0, 0);
#endif /* not VMS */
#if EVAX_DEBUG
@@ -273,7 +273,7 @@ _bfd_evax_write_emh (abfd)
continue;
}
- _bfd_evax_output_dump (abfd, (char *)symbol->name, strlen (symbol->name));
+ _bfd_evax_output_dump (abfd, (unsigned char *)symbol->name, strlen (symbol->name));
if (had_case)
break;
had_file = 1;
@@ -281,7 +281,7 @@ _bfd_evax_write_emh (abfd)
}
if (symnum == abfd->symcount)
- _bfd_evax_output_dump (abfd, "noname", 6);
+ _bfd_evax_output_dump (abfd, (unsigned char *)"noname", 6);
_bfd_evax_output_flush (abfd);