diff options
author | Jason Thorpe <thorpej@netbsd.org> | 2002-05-31 00:19:47 +0000 |
---|---|---|
committer | Jason Thorpe <thorpej@netbsd.org> | 2002-05-31 00:19:47 +0000 |
commit | ef3cf0627ae0fd56b9a59dcdfb71275d8c459e79 (patch) | |
tree | 4286763b205201bd671deadeed4aa857ea5728d0 /gdb/Makefile.in | |
parent | 4aaa392b924fc0792d80990bdadb66a8b35299dd (diff) | |
download | gdb-ef3cf0627ae0fd56b9a59dcdfb71275d8c459e79.zip gdb-ef3cf0627ae0fd56b9a59dcdfb71275d8c459e79.tar.gz gdb-ef3cf0627ae0fd56b9a59dcdfb71275d8c459e79.tar.bz2 |
* Makefile.in (sparc-tdep.o): Add osabi.h to dependency list.
* sparc-tdep.c: Include osabi.h.
(gdbarch_tdep): Add osabi member.
(_initialize_sparc_tdep): Use gdbarch_register.
(sparc_gdbarch_init): Use generic OS ABI framework.
(sparc_dump_tdep): New function.
Diffstat (limited to 'gdb/Makefile.in')
-rw-r--r-- | gdb/Makefile.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/Makefile.in b/gdb/Makefile.in index 57421b0..8658b6a 100644 --- a/gdb/Makefile.in +++ b/gdb/Makefile.in @@ -2124,7 +2124,7 @@ sparc-nat.o: sparc-nat.c $(bfd_h) $(defs_h) $(inferior_h) $(gdbcore_h) \ sparc-tdep.o: sparc-tdep.c $(floatformat_h) $(defs_h) $(gdbcore_h) \ $(inferior_h) $(objfiles_h) $(symfile_h) $(target_h) $(gdb_string_h) \ - $(arch_utils_h) $(regcache_h) + $(arch_utils_h) $(regcache_h) osabi.h sparcl-tdep.o: sparcl-tdep.c $(defs_h) $(gdbcore_h) $(target_h) $(regcache_h) |