diff options
author | Jason Thorpe <thorpej@netbsd.org> | 2002-05-17 06:55:49 +0000 |
---|---|---|
committer | Jason Thorpe <thorpej@netbsd.org> | 2002-05-17 06:55:49 +0000 |
commit | ab3b81262e3164b572fc8eada737809cc09c92f8 (patch) | |
tree | bcbf9e97456e4a2027abc994d084308a8e0d19a4 /gdb/Makefile.in | |
parent | fae1e84fb6a12166f777eb05bb599acbfefc23cc (diff) | |
download | gdb-ab3b81262e3164b572fc8eada737809cc09c92f8.zip gdb-ab3b81262e3164b572fc8eada737809cc09c92f8.tar.gz gdb-ab3b81262e3164b572fc8eada737809cc09c92f8.tar.bz2 |
* Makefile.in (sh_tdep_h): Define and use.
* config/sh/tm-sh.h (sh_osabi, sh_abi, gdbarch_tdep,
register enum): Move to...
* * sh-tdep.h: ...here.
* sh-tdep.c: Include sh-tdep.h.
* sh3-rom.c: Likewise.
* shnbsd-tdep.c: Likewise.
Diffstat (limited to 'gdb/Makefile.in')
-rw-r--r-- | gdb/Makefile.in | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/gdb/Makefile.in b/gdb/Makefile.in index 333cbc3..37abd9f 100644 --- a/gdb/Makefile.in +++ b/gdb/Makefile.in @@ -649,6 +649,7 @@ remote_h = remote.h remote_utils_h = remote-utils.h $(target_h) ser_unix_h = ser-unix.h serial_h = serial.h +sh_tdep_h = sh-tdep.h solist_h = solist.h source_h = source.h stabsread_h = stabsread.h @@ -2052,11 +2053,11 @@ serial.o: serial.c $(defs_h) $(serial_h) $(gdb_string_h) sh-tdep.o: sh-tdep.c $(bfd_h) $(dis_asm_h) \ $(srcdir)/../opcodes/sh-opc.h $(defs_h) $(expression_h) $(frame_h) \ $(gdbcmd_h) $(gdbtypes_h) $(symtab_h) $(value_h) $(arch_utils_h) \ - $(regcache_h) $(doublest_h) + $(regcache_h) $(doublest_h) $(sh_tdep_h) sh3-rom.o: sh3-rom.c $(monitor_h) $(bfd_h) $(gdb_wait_h) $(defs_h) $(gdbcmd_h) \ $(inferior_h) $(target_h) $(serial_h) $(terminal_h) $(arch_utils_h) \ - $(regcache_h) + $(regcache_h) $(sh_tdep_h) signals.o: signals/signals.c $(defs_h) $(target_h) $(CC) -c $(INTERNAL_CFLAGS) $< |