aboutsummaryrefslogtreecommitdiff
path: root/gdb/configure.tgt
diff options
context:
space:
mode:
authorStu Grossman <grossman@cygnus>1997-09-25 01:26:36 +0000
committerStu Grossman <grossman@cygnus>1997-09-25 01:26:36 +0000
commit45a70ed6531bf1ecd9266991e8d1bb44c9e66bfa (patch)
treee34e5accd538bab88c44b9091ba8f6e8998d96cc /gdb/configure.tgt
parent4d5d36f015212384d5540c5d65ae9e220ad226cc (diff)
downloadfsf-binutils-gdb-45a70ed6531bf1ecd9266991e8d1bb44c9e66bfa.zip
fsf-binutils-gdb-45a70ed6531bf1ecd9266991e8d1bb44c9e66bfa.tar.gz
fsf-binutils-gdb-45a70ed6531bf1ecd9266991e8d1bb44c9e66bfa.tar.bz2
* The following block of changes add support for debugging assembly
source files. * breakpoint.c (resolve_sal_pc): Prevent crash when pc isn't associated with a function. * buildsym.c (record_line start_symtab end_symtab): Don't delete symtabs which only have line numbers (but no other debug symbols). * dbxread.c (read_dbx_symtab end_psymtab): Ditto. * remote-sim.c: New functions gdbsim_insert/remove_breakpoint. Use intrinsic simulator breakpoints if available, otherwise do it the hard way. * configure.tgt: Add d30v. * d30v-tdep.c: New file. * config/d30v/d30v.mt, config/d30v/tm-d30v.h: New files.
Diffstat (limited to 'gdb/configure.tgt')
-rw-r--r--gdb/configure.tgt3
1 files changed, 3 insertions, 0 deletions
diff --git a/gdb/configure.tgt b/gdb/configure.tgt
index bc3e3cc..f5dab23 100644
--- a/gdb/configure.tgt
+++ b/gdb/configure.tgt
@@ -53,7 +53,10 @@ c1-*-*) gdb_target=convex ;;
c2-*-*) gdb_target=convex ;;
d10v-*-*) gdb_target=d10v ;;
+# start-sanitize-d30v
+d30v-*-*) gdb_target=d30v ;;
+# end-sanitize-d30v
h8300-*-*) gdb_target=h8300 ;;
h8500-*-*) gdb_target=h8500 ;;