*** empty log message ***

This commit is contained in:
Mark Kettenis 2004-02-25 20:59:12 +00:00
parent 9c1488cbbc
commit 85be1ca620
8 changed files with 9 additions and 9 deletions

View file

@ -26,7 +26,7 @@
#include "gdb_assert.h"
#include "i386-tdep.h"
#include "x86-64-tdep.h"
#include "amd64-tdep.h"
/* The following bits of code help with implementing debugging 32-bit
code natively on AMD64. The idea is to define two mappings between

View file

@ -1,6 +1,6 @@
/* Native-dependent code for AMD64 BSD's.
Copyright 2003 Free Software Foundation, Inc.
Copyright 2003, 2004 Free Software Foundation, Inc.
This file is part of GDB.
@ -31,7 +31,7 @@
#include <sys/ptrace.h>
#include <machine/reg.h>
#include "x86-64-tdep.h"
#include "amd64-tdep.h"
#include "amd64-nat.h"

View file

@ -44,7 +44,7 @@ typedef struct fpreg fpregset_t;
#endif
#include "gregset.h"
#include "x86-64-tdep.h"
#include "amd64-tdep.h"
#include "amd64-nat.h"

View file

@ -28,7 +28,7 @@
#include "gdb_string.h"
#include "x86-64-tdep.h"
#include "amd64-tdep.h"
#include "solib-svr4.h"
/* Support for signal handlers. */

View file

@ -23,7 +23,7 @@
#include "gdb_assert.h"
#include "x86-64-tdep.h"
#include "amd64-tdep.h"
#include "amd64-nat.h"
/* Mapping between the general-purpose registers in NetBSD/amd64

View file

@ -27,7 +27,7 @@
#include "gdb_assert.h"
#include "x86-64-tdep.h"
#include "amd64-tdep.h"
#include "nbsd-tdep.h"
#include "solib-svr4.h"

View file

@ -23,7 +23,7 @@
#include "gdb_assert.h"
#include "x86-64-tdep.h"
#include "amd64-tdep.h"
#include "amd64-nat.h"
/* Mapping between the general-purpose registers in OpenBSD/amd64

View file

@ -29,7 +29,7 @@
#include "gdb_assert.h"
#include "gdb_string.h"
#include "x86-64-tdep.h"
#include "amd64-tdep.h"
#include "i387-tdep.h"
#include "solib-svr4.h"