mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-10-16 12:24:19 +08:00
* 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".
This commit is contained in:
@ -1,3 +1,11 @@
|
|||||||
|
2002-06-14 Andrew Cagney <cagney@redhat.com>
|
||||||
|
|
||||||
|
* 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".
|
||||||
|
|
||||||
2002-06-14 Mark Kettenis <kettenis@gnu.org>
|
2002-06-14 Mark Kettenis <kettenis@gnu.org>
|
||||||
|
|
||||||
* config/i386/tm-i386.h (START_INFERIOR_TRAPS_EXPECTED): Removed.
|
* config/i386/tm-i386.h (START_INFERIOR_TRAPS_EXPECTED): Removed.
|
||||||
|
@ -637,6 +637,9 @@ gdbcmd_h = gdbcmd.h $(command_h) $(ui_out_h)
|
|||||||
gdbcore_h = gdbcore.h $(bfd_h)
|
gdbcore_h = gdbcore.h $(bfd_h)
|
||||||
gdbthread_h = gdbthread.h $(breakpoint_h)
|
gdbthread_h = gdbthread.h $(breakpoint_h)
|
||||||
gdbtypes_h = gdbtypes.h
|
gdbtypes_h = gdbtypes.h
|
||||||
|
i386_tdep_h = i386-tdep.h
|
||||||
|
i386_linux_tdep_h = i386-linux-tdep.h
|
||||||
|
i387_tdep_h = i387-tdep.h
|
||||||
inf_loop_h = inf-loop.h
|
inf_loop_h = inf-loop.h
|
||||||
inferior_h = inferior.h $(breakpoint_h)
|
inferior_h = inferior.h $(breakpoint_h)
|
||||||
language_h = language.h
|
language_h = language.h
|
||||||
@ -1677,7 +1680,8 @@ i386v-nat.o: i386v-nat.c $(floatformat_h) $(defs_h) $(gdbcore_h) \
|
|||||||
$(inferior_h) $(language_h) $(target_h)
|
$(inferior_h) $(language_h) $(target_h)
|
||||||
|
|
||||||
i386-linux-nat.o: i386-linux-nat.c $(defs_h) $(inferior_h) $(gdbcore_h) \
|
i386-linux-nat.o: i386-linux-nat.c $(defs_h) $(inferior_h) $(gdbcore_h) \
|
||||||
$(symtab_h) $(symfile_h) $(objfiles_h) $(regcache_h)
|
$(symtab_h) $(symfile_h) $(objfiles_h) $(regcache_h) \
|
||||||
|
$(i386_linux_tdep_h) $(i386_tdep_h) $(i387_tdep_h)
|
||||||
|
|
||||||
i386-linux-tdep.o: i386-linux-tdep.c $(defs_h) $(gdbcore_h) $(frame_h) \
|
i386-linux-tdep.o: i386-linux-tdep.c $(defs_h) $(gdbcore_h) $(frame_h) \
|
||||||
$(value_h) $(regcache_h)
|
$(value_h) $(regcache_h)
|
||||||
|
@ -62,6 +62,9 @@
|
|||||||
/* Defines for XMM0_REGNUM etc. */
|
/* Defines for XMM0_REGNUM etc. */
|
||||||
#include "i386-tdep.h"
|
#include "i386-tdep.h"
|
||||||
|
|
||||||
|
/* Defines I386_LINUX_ORIG_EAX_REGNUM. */
|
||||||
|
#include "i386-linux-tdep.h"
|
||||||
|
|
||||||
/* Prototypes for local functions. */
|
/* Prototypes for local functions. */
|
||||||
static void dummy_sse_values (void);
|
static void dummy_sse_values (void);
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user