2002-09-27 David Carlton <carlton@math.stanford.edu>
* Makefile.in (cris-tdep.o): Depend on gdb_string_h. (mcore-tdep.o): Ditto. (ns32k-tdep.o): Ditto. (ns32knbsd-tdep.o): Ditto. (sh3-rom.o): Ditto. (vax-tdep.o): Ditto. * cris-tdep.c: #include "gdb_string.h" * mcore-tdep.c: Ditto. * ns32k-tdep.c: Ditto. * ns32knbsd-tdep.c: Ditto. * sh3-rom.c: Ditto. * vax-tdep.c: Ditto.
This commit is contained in:
parent
bffbf9406f
commit
9bbe19fb37
@ -1,3 +1,18 @@
|
|||||||
|
2002-09-27 David Carlton <carlton@math.stanford.edu>
|
||||||
|
|
||||||
|
* Makefile.in (cris-tdep.o): Depend on gdb_string_h.
|
||||||
|
(mcore-tdep.o): Ditto.
|
||||||
|
(ns32k-tdep.o): Ditto.
|
||||||
|
(ns32knbsd-tdep.o): Ditto.
|
||||||
|
(sh3-rom.o): Ditto.
|
||||||
|
(vax-tdep.o): Ditto.
|
||||||
|
* cris-tdep.c: #include "gdb_string.h"
|
||||||
|
* mcore-tdep.c: Ditto.
|
||||||
|
* ns32k-tdep.c: Ditto.
|
||||||
|
* ns32knbsd-tdep.c: Ditto.
|
||||||
|
* sh3-rom.c: Ditto.
|
||||||
|
* vax-tdep.c: Ditto.
|
||||||
|
|
||||||
2002-09-27 David Carlton <carlton@math.stanford.edu>
|
2002-09-27 David Carlton <carlton@math.stanford.edu>
|
||||||
|
|
||||||
* config/djgpp/fnchange.lst: Add entries for
|
* config/djgpp/fnchange.lst: Add entries for
|
||||||
|
@ -1595,7 +1595,7 @@ cpu32bug-rom.o: cpu32bug-rom.c $(defs_h) $(gdbcore_h) $(target_h) \
|
|||||||
cris-tdep.o: cris-tdep.c $(defs_h) $(frame_h) $(symtab_h) $(inferior_h) \
|
cris-tdep.o: cris-tdep.c $(defs_h) $(frame_h) $(symtab_h) $(inferior_h) \
|
||||||
$(gdbtypes_h) $(gdbcore_h) $(gdbcmd_h) $(target_h) $(value_h) \
|
$(gdbtypes_h) $(gdbcore_h) $(gdbcmd_h) $(target_h) $(value_h) \
|
||||||
$(opcode_cris_h) $(arch_utils_h) $(regcache_h) $(symfile_h) \
|
$(opcode_cris_h) $(arch_utils_h) $(regcache_h) $(symfile_h) \
|
||||||
$(solib_h) $(solib_svr4_h)
|
$(solib_h) $(solib_svr4_h) $(gdb_string_h)
|
||||||
# OBSOLETE cxux-nat.o: cxux-nat.c
|
# OBSOLETE cxux-nat.o: cxux-nat.c
|
||||||
d10v-tdep.o: d10v-tdep.c $(defs_h) $(frame_h) $(symtab_h) $(gdbtypes_h) \
|
d10v-tdep.o: d10v-tdep.c $(defs_h) $(frame_h) $(symtab_h) $(gdbtypes_h) \
|
||||||
$(gdbcmd_h) $(gdbcore_h) $(gdb_string_h) $(value_h) $(inferior_h) \
|
$(gdbcmd_h) $(gdbcore_h) $(gdb_string_h) $(value_h) $(inferior_h) \
|
||||||
@ -1878,7 +1878,7 @@ mcore-rom.o: mcore-rom.c $(defs_h) $(gdbcore_h) $(target_h) $(monitor_h) \
|
|||||||
$(gdb_string_h) $(regcache_h) $(serial_h)
|
$(gdb_string_h) $(regcache_h) $(serial_h)
|
||||||
mcore-tdep.o: mcore-tdep.c $(defs_h) $(frame_h) $(symtab_h) $(value_h) \
|
mcore-tdep.o: mcore-tdep.c $(defs_h) $(frame_h) $(symtab_h) $(value_h) \
|
||||||
$(gdbcmd_h) $(regcache_h) $(symfile_h) $(gdbcore_h) $(inferior_h) \
|
$(gdbcmd_h) $(regcache_h) $(symfile_h) $(gdbcore_h) $(inferior_h) \
|
||||||
$(arch_utils_h)
|
$(arch_utils_h) $(gdb_string_h)
|
||||||
mdebugread.o: mdebugread.c $(defs_h) $(symtab_h) $(gdbtypes_h) $(gdbcore_h) \
|
mdebugread.o: mdebugread.c $(defs_h) $(symtab_h) $(gdbtypes_h) $(gdbcore_h) \
|
||||||
$(symfile_h) $(objfiles_h) $(gdb_obstack_h) $(buildsym_h) \
|
$(symfile_h) $(objfiles_h) $(gdb_obstack_h) $(buildsym_h) \
|
||||||
$(stabsread_h) $(complaints_h) $(demangle_h) $(gdb_assert_h) \
|
$(stabsread_h) $(complaints_h) $(demangle_h) $(gdb_assert_h) \
|
||||||
@ -1931,10 +1931,10 @@ nlmread.o: nlmread.c $(defs_h) $(bfd_h) $(symtab_h) $(symfile_h) \
|
|||||||
$(objfiles_h) $(buildsym_h) $(stabsread_h)
|
$(objfiles_h) $(buildsym_h) $(stabsread_h)
|
||||||
ns32k-tdep.o: ns32k-tdep.c $(defs_h) $(frame_h) $(gdbtypes_h) $(gdbcore_h) \
|
ns32k-tdep.o: ns32k-tdep.c $(defs_h) $(frame_h) $(gdbtypes_h) $(gdbcore_h) \
|
||||||
$(inferior_h) $(regcache_h) $(target_h) $(arch_utils_h) \
|
$(inferior_h) $(regcache_h) $(target_h) $(arch_utils_h) \
|
||||||
$(ns32k_tdep_h)
|
$(ns32k_tdep_h) $(gdb_string_h)
|
||||||
ns32knbsd-nat.o: ns32knbsd-nat.c $(defs_h) $(inferior_h) $(target_h) \
|
ns32knbsd-nat.o: ns32knbsd-nat.c $(defs_h) $(inferior_h) $(target_h) \
|
||||||
$(gdbcore_h) $(regcache_h)
|
$(gdbcore_h) $(regcache_h)
|
||||||
ns32knbsd-tdep.o: ns32knbsd-tdep.c $(defs_h) $(ns32k_tdep_h)
|
ns32knbsd-tdep.o: ns32knbsd-tdep.c $(defs_h) $(ns32k_tdep_h) $(gdb_string_h)
|
||||||
objfiles.o: objfiles.c $(defs_h) $(bfd_h) $(symtab_h) $(symfile_h) \
|
objfiles.o: objfiles.c $(defs_h) $(bfd_h) $(symtab_h) $(symfile_h) \
|
||||||
$(objfiles_h) $(gdb_stabs_h) $(target_h) $(bcache_h) $(gdb_stat_h) \
|
$(objfiles_h) $(gdb_stabs_h) $(target_h) $(bcache_h) $(gdb_stat_h) \
|
||||||
$(gdb_obstack_h) $(gdb_string_h) $(breakpoint_h) $(mmalloc_h)
|
$(gdb_obstack_h) $(gdb_string_h) $(breakpoint_h) $(mmalloc_h)
|
||||||
@ -2108,7 +2108,8 @@ sh-tdep.o: sh-tdep.c $(defs_h) $(frame_h) $(symtab_h) $(symfile_h) \
|
|||||||
$(regcache_h) $(doublest_h) $(sh_tdep_h) $(elf_bfd_h) \
|
$(regcache_h) $(doublest_h) $(sh_tdep_h) $(elf_bfd_h) \
|
||||||
$(solib_svr4_h) $(elf_sh_h) $(gdb_sim_sh_h)
|
$(solib_svr4_h) $(elf_sh_h) $(gdb_sim_sh_h)
|
||||||
sh3-rom.o: sh3-rom.c $(defs_h) $(gdbcore_h) $(target_h) $(monitor_h) \
|
sh3-rom.o: sh3-rom.c $(defs_h) $(gdbcore_h) $(target_h) $(monitor_h) \
|
||||||
$(serial_h) $(srec_h) $(arch_utils_h) $(regcache_h) $(sh_tdep_h)
|
$(serial_h) $(srec_h) $(arch_utils_h) $(regcache_h) $(gdb_string_h) \
|
||||||
|
$(sh_tdep_h)
|
||||||
shnbsd-nat.o: shnbsd-nat.c $(defs_h) $(inferior_h) $(shnbsd_tdep_h)
|
shnbsd-nat.o: shnbsd-nat.c $(defs_h) $(inferior_h) $(shnbsd_tdep_h)
|
||||||
shnbsd-tdep.o: shnbsd-tdep.c $(defs_h) $(gdbcore_h) $(regcache_h) $(value_h) \
|
shnbsd-tdep.o: shnbsd-tdep.c $(defs_h) $(gdbcore_h) $(regcache_h) $(value_h) \
|
||||||
$(solib_svr4_h) $(nbsd_tdep_h) $(sh_tdep_h) $(shnbsd_tdep_h)
|
$(solib_svr4_h) $(nbsd_tdep_h) $(sh_tdep_h) $(shnbsd_tdep_h)
|
||||||
@ -2256,7 +2257,7 @@ varobj.o: varobj.c $(defs_h) $(value_h) $(expression_h) $(frame_h) \
|
|||||||
$(language_h) $(wrapper_h) $(gdbcmd_h) $(gdb_string_h) $(varobj_h)
|
$(language_h) $(wrapper_h) $(gdbcmd_h) $(gdb_string_h) $(varobj_h)
|
||||||
vax-tdep.o: vax-tdep.c $(defs_h) $(symtab_h) $(opcode_vax_h) $(gdbcore_h) \
|
vax-tdep.o: vax-tdep.c $(defs_h) $(symtab_h) $(opcode_vax_h) $(gdbcore_h) \
|
||||||
$(inferior_h) $(regcache_h) $(frame_h) $(value_h) $(arch_utils_h) \
|
$(inferior_h) $(regcache_h) $(frame_h) $(value_h) $(arch_utils_h) \
|
||||||
$(vax_tdep_h)
|
$(gdb_string_h) $(vax_tdep_h)
|
||||||
w89k-rom.o: w89k-rom.c $(defs_h) $(gdbcore_h) $(target_h) $(monitor_h) \
|
w89k-rom.o: w89k-rom.c $(defs_h) $(gdbcore_h) $(target_h) $(monitor_h) \
|
||||||
$(serial_h) $(xmodem_h) $(regcache_h)
|
$(serial_h) $(xmodem_h) $(regcache_h)
|
||||||
win32-nat.o: win32-nat.c $(defs_h) $(tm_h) $(frame_h) $(inferior_h) \
|
win32-nat.o: win32-nat.c $(defs_h) $(tm_h) $(frame_h) $(inferior_h) \
|
||||||
|
@ -37,6 +37,7 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */
|
|||||||
|
|
||||||
#include "solib.h" /* Support for shared libraries. */
|
#include "solib.h" /* Support for shared libraries. */
|
||||||
#include "solib-svr4.h" /* For struct link_map_offsets. */
|
#include "solib-svr4.h" /* For struct link_map_offsets. */
|
||||||
|
#include "gdb_string.h"
|
||||||
|
|
||||||
|
|
||||||
enum cris_num_regs
|
enum cris_num_regs
|
||||||
|
@ -27,6 +27,7 @@
|
|||||||
#include "gdbcore.h"
|
#include "gdbcore.h"
|
||||||
#include "inferior.h"
|
#include "inferior.h"
|
||||||
#include "arch-utils.h"
|
#include "arch-utils.h"
|
||||||
|
#include "gdb_string.h"
|
||||||
|
|
||||||
/* Functions declared and used only in this file */
|
/* Functions declared and used only in this file */
|
||||||
|
|
||||||
|
@ -30,6 +30,7 @@
|
|||||||
#include "arch-utils.h"
|
#include "arch-utils.h"
|
||||||
|
|
||||||
#include "ns32k-tdep.h"
|
#include "ns32k-tdep.h"
|
||||||
|
#include "gdb_string.h"
|
||||||
|
|
||||||
static int sign_extend (int value, int bits);
|
static int sign_extend (int value, int bits);
|
||||||
static CORE_ADDR ns32k_get_enter_addr (CORE_ADDR);
|
static CORE_ADDR ns32k_get_enter_addr (CORE_ADDR);
|
||||||
|
@ -22,6 +22,7 @@
|
|||||||
#include "defs.h"
|
#include "defs.h"
|
||||||
|
|
||||||
#include "ns32k-tdep.h"
|
#include "ns32k-tdep.h"
|
||||||
|
#include "gdb_string.h"
|
||||||
|
|
||||||
static int
|
static int
|
||||||
ns32knbsd_aout_in_solib_call_trampoline (CORE_ADDR pc, char *name)
|
ns32knbsd_aout_in_solib_call_trampoline (CORE_ADDR pc, char *name)
|
||||||
|
@ -27,6 +27,7 @@
|
|||||||
#include "srec.h"
|
#include "srec.h"
|
||||||
#include "arch-utils.h"
|
#include "arch-utils.h"
|
||||||
#include "regcache.h"
|
#include "regcache.h"
|
||||||
|
#include "gdb_string.h"
|
||||||
|
|
||||||
#include "sh-tdep.h"
|
#include "sh-tdep.h"
|
||||||
|
|
||||||
|
@ -28,6 +28,7 @@
|
|||||||
#include "frame.h"
|
#include "frame.h"
|
||||||
#include "value.h"
|
#include "value.h"
|
||||||
#include "arch-utils.h"
|
#include "arch-utils.h"
|
||||||
|
#include "gdb_string.h"
|
||||||
|
|
||||||
#include "vax-tdep.h"
|
#include "vax-tdep.h"
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user