From Utah, part of BFD HPPA cleanup:

* paread.c: Include som.h instead of libhppa.h.
This commit is contained in:
Ken Raeburn 1993-08-28 00:58:17 +00:00
parent b2ae9efbe0
commit 61a2965923
2 changed files with 5 additions and 1 deletions

View file

@ -1,3 +1,7 @@
Fri Aug 27 17:09:19 1993 Ken Raeburn (raeburn@cambridge.cygnus.com)
* paread.c: Include som.h instead of libhppa.h. (From Utah.)
Fri Aug 27 09:30:40 1993 Jim Kingdon (kingdon@deneb.cygnus.com)
* symmisc.c (dump_symtab): Use catch_errors around print_symbol.

View file

@ -21,7 +21,7 @@ Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. */
#include "defs.h"
#include "bfd.h"
#include "libbfd.h"
#include "libhppa.h"
#include "som.h"
#include <syms.h>
#include "symtab.h"
#include "symfile.h"