aboutsummaryrefslogtreecommitdiff
path: root/bfd/bfd.c
diff options
context:
space:
mode:
authorSteve Chamberlain <steve@cygnus>1991-07-15 23:30:28 +0000
committerSteve Chamberlain <steve@cygnus>1991-07-15 23:30:28 +0000
commit41f50af07b8622f62e08b219389a43111fcce33a (patch)
tree5574113db3cd2ca942719969cb89efe49567dc35 /bfd/bfd.c
parent36b9d39cf464e3511c08399cbce1da7e098fde69 (diff)
downloadgdb-41f50af07b8622f62e08b219389a43111fcce33a.zip
gdb-41f50af07b8622f62e08b219389a43111fcce33a.tar.gz
gdb-41f50af07b8622f62e08b219389a43111fcce33a.tar.bz2
* aoutf1.h archive.c bfd.c coffcode.h core.c ecoff.c ieee.c
bfd.texinfo oasys.c opncls.c reloc.c srec.c: More documentation on lint fixes. * amdcoff.c bfd.texinfo Makefile.in : Folded in changes for amd 29k coff by David Wood (wood@lab.ultra.nyu.edu).
Diffstat (limited to 'bfd/bfd.c')
-rw-r--r--bfd/bfd.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/bfd/bfd.c b/bfd/bfd.c
index eb435c8..c582f1d 100644
--- a/bfd/bfd.c
+++ b/bfd/bfd.c
@@ -374,7 +374,7 @@ Return cached file modification time (e.g. as read from archive header
for archive members, or from file system if we have been called
before); else determine modify time, cache it, and return it.
-*;PROTO(long, bfd_get_mtime, (bfd *));
+*; PROTO(long, bfd_get_mtime, (bfd *));
*/