From c91884b37798e204d4d5a0838905d85c398d0250 Mon Sep 17 00:00:00 2001 From: Stan Shebs Date: Mon, 3 Jan 1994 22:02:48 +0000 Subject: [PATCH] Mon Jan 3 13:05:08 1994 Stan Shebs (shebs@andros.cygnus.com) * syms.c (bfd_print_symbol_vandf): Change PTR to FILE *. * hosts/irix4.h (exit): Declare properly. --- bfd/ChangeLog | 5 +++++ bfd/syms.c | 8 ++++---- 2 files changed, 9 insertions(+), 4 deletions(-) diff --git a/bfd/ChangeLog b/bfd/ChangeLog index 71215cebb84..9e796c1715b 100644 --- a/bfd/ChangeLog +++ b/bfd/ChangeLog @@ -1,3 +1,8 @@ +Mon Jan 3 13:05:08 1994 Stan Shebs (shebs@andros.cygnus.com) + + * syms.c (bfd_print_symbol_vandf): Change PTR to FILE *. + * hosts/irix4.h (exit): Declare properly. + Mon Jan 3 11:41:45 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com) * bfd-in.h (bfd_get{b,l}[_signed_]{16,32,64}): Declare argument to diff --git a/bfd/syms.c b/bfd/syms.c index 65dcb190ee4..021332f5061 100644 --- a/bfd/syms.c +++ b/bfd/syms.c @@ -55,7 +55,7 @@ SECTION INODE Reading Symbols, Writing Symbols, Symbols, Symbols SUBSECTION - Reading Symbols + Reading symbols There are two stages to reading a symbol table from a BFD: allocating storage, and the actual reading process. This is an @@ -87,7 +87,7 @@ SUBSECTION INODE Writing Symbols, typedef asymbol, Reading Symbols, Symbols SUBSECTION - Writing Symbols + Writing symbols Writing of a symbol table is automatic when a BFD open for writing is closed. The application attaches a vector of @@ -274,7 +274,7 @@ DOCDD INODE symbol handling functions, , typedef asymbol, Symbols SUBSECTION - Symbol Handling Functions + Symbol handling functions */ /* @@ -353,7 +353,7 @@ DESCRIPTION */ void DEFUN(bfd_print_symbol_vandf,(file, symbol), -PTR file AND +FILE *file AND asymbol *symbol) { flagword type = symbol->flags; -- 2.30.2