Line 1... |
Line 1... |
/* BFD back-end for HP/UX core files.
|
/* BFD back-end for HP/UX core files.
|
Copyright 1993, 1994, 1996, 1998, 1999, 2001, 2002, 2003, 2004, 2006,
|
Copyright 1993, 1994, 1996, 1998, 1999, 2001, 2002, 2003, 2004, 2005, 2006,
|
2007 Free Software Foundation, Inc.
|
2007, 2008 Free Software Foundation, Inc.
|
Written by Stu Grossman, Cygnus Support.
|
Written by Stu Grossman, Cygnus Support.
|
Converted to back-end form by Ian Lance Taylor, Cygnus SUpport
|
Converted to back-end form by Ian Lance Taylor, Cygnus SUpport
|
|
|
This file is part of BFD, the Binary File Descriptor library.
|
This file is part of BFD, the Binary File Descriptor library.
|
|
|
Line 64... |
Line 64... |
#endif
|
#endif
|
#include <signal.h>
|
#include <signal.h>
|
#ifdef HPUX_CORE
|
#ifdef HPUX_CORE
|
#include <machine/reg.h>
|
#include <machine/reg.h>
|
#endif
|
#endif
|
#include <sys/user.h> /* After a.out.h */
|
|
#include <sys/file.h>
|
#include <sys/file.h>
|
|
|
/* Kludge: There's no explicit mechanism provided by sys/core.h to
|
/* Kludge: There's no explicit mechanism provided by sys/core.h to
|
conditionally know whether a proc_info has thread id fields.
|
conditionally know whether a proc_info has thread id fields.
|
However, CORE_ANON_SHMEM shows up first at 10.30, which is
|
However, CORE_ANON_SHMEM shows up first at 10.30, which is
|