Browse Source

* i386v4-nat.c (defs.h): Include before testing HAVE_SYS_PROCFS_H.

gdb-4_18-branch
Fred Fish 31 years ago
parent
commit
d58ffc6cc6
  1. 1
      gdb/ChangeLog
  2. 3
      gdb/i386v4-nat.c

1
gdb/ChangeLog

@ -9,6 +9,7 @@ Sat Mar 16 16:45:43 1996 Fred Fish <fnf@cygnus.com>
(config.h, stamp-h): New targets to remake config.h when necessary.
* defs.h (config.h): Include before any other includes or defines.
* i386-tdep.c (gdb_string.h): Move include after include of defs.h.
* i386v4-nat.c (defs.h): Include before testing HAVE_SYS_PROCFS_H.
Sat Mar 16 14:55:27 1996 Fred Fish <fnf@cygnus.com>

3
gdb/i386v4-nat.c

@ -17,9 +17,10 @@ You should have received a copy of the GNU General Public License
along with this program; if not, write to the Free Software
Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */
#include "defs.h"
#ifdef HAVE_SYS_PROCFS_H
#include "defs.h"
#include <sys/procfs.h>
/* The /proc interface divides the target machine's register set up into

Loading…
Cancel
Save