+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
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
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
INODE
symbol handling functions, , typedef asymbol, Symbols
SUBSECTION
- Symbol Handling Functions
+ Symbol handling functions
*/
/*
*/
void
DEFUN(bfd_print_symbol_vandf,(file, symbol),
-PTR file AND
+FILE *file AND
asymbol *symbol)
{
flagword type = symbol->flags;