From Utah, part of BFD HPPA cleanup:
* paread.c: Include som.h instead of libhppa.h.
This commit is contained in:
parent
b2ae9efbe0
commit
61a2965923
2 changed files with 5 additions and 1 deletions
|
@ -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.
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue