diff options
author | Andrew Cagney <cagney@redhat.com> | 2002-06-14 22:30:41 +0000 |
---|---|---|
committer | Andrew Cagney <cagney@redhat.com> | 2002-06-14 22:30:41 +0000 |
commit | 8a78ded137b3316d3a89851871262b8b1ae30dc7 (patch) | |
tree | 7217ea417625b394ad71a255ae9df88dcd227dd8 /gdb/i386-linux-nat.c | |
parent | ff297fc4f5926e4d5f1875903612e2819ebb577d (diff) | |
download | gdb-8a78ded137b3316d3a89851871262b8b1ae30dc7.tar.gz |
* Makefile.in (i386_linux_tdep_h): Define.
(i386_tdep_h, i387_tdep_h): Define.
(i386-linux-nat.o): Add $(i386_linux_tdep_h),
$(i386_tdep_h) and $(i387_tdep_h).
* i386-linux-nat.c: Include "i386-linux-tdep.h".
Diffstat (limited to 'gdb/i386-linux-nat.c')
-rw-r--r-- | gdb/i386-linux-nat.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/gdb/i386-linux-nat.c b/gdb/i386-linux-nat.c index 222c6146dca..26f5aaf85ab 100644 --- a/gdb/i386-linux-nat.c +++ b/gdb/i386-linux-nat.c @@ -62,6 +62,9 @@ /* Defines for XMM0_REGNUM etc. */ #include "i386-tdep.h" +/* Defines I386_LINUX_ORIG_EAX_REGNUM. */ +#include "i386-linux-tdep.h" + /* Prototypes for local functions. */ static void dummy_sse_values (void); |