diff options
author | Stan Shebs <shebs@codesourcery.com> | 1994-01-03 22:02:48 +0000 |
---|---|---|
committer | Stan Shebs <shebs@codesourcery.com> | 1994-01-03 22:02:48 +0000 |
commit | c91884b37798e204d4d5a0838905d85c398d0250 (patch) | |
tree | 8e5aeed304f1f2c2ae095dbaff202cc041d0666c /bfd/syms.c | |
parent | eaba7fae01a0e61420763aca5051eae011719a90 (diff) | |
download | gdb-c91884b37798e204d4d5a0838905d85c398d0250.zip gdb-c91884b37798e204d4d5a0838905d85c398d0250.tar.gz gdb-c91884b37798e204d4d5a0838905d85c398d0250.tar.bz2 |
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.
Diffstat (limited to 'bfd/syms.c')
-rw-r--r-- | bfd/syms.c | 8 |
1 files changed, 4 insertions, 4 deletions
@@ -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; |