[gdb/testsuite] Move code from gdb_init to default_gdb_init
[deliverable/binutils-gdb.git] / gdbserver / linux-ia64-low.cc
index 64b39be4b0007580e4e2cdf54d5ee6c403823100..ee255418b0f88f4610476a9240b91fc7d08d1297 100644 (file)
@@ -53,15 +53,15 @@ static ia64_target the_ia64_target;
 const gdb_byte *
 ia64_target::sw_breakpoint_from_kind (int kind, int *size)
 {
-  gdb_assert_no_reached ("target op sw_breakpoint_from_kind is not "
-                        "implemented by this target");
+  gdb_assert_not_reached ("target op sw_breakpoint_from_kind is not "
+                         "implemented by this target");
 }
 
 bool
 ia64_target::low_breakpoint_at (CORE_ADDR pc)
 {
-  gdb_assert_no_reached ("linux target op low_breakpoint_at is not "
-                        "implemented by this target");
+  gdb_assert_not_reached ("linux target op low_breakpoint_at is not "
+                         "implemented by this target");
 }
 
 /* Defined in auto-generated file reg-ia64.c.  */
@@ -385,10 +385,6 @@ ia64_target::low_arch_setup ()
   current_process ()->tdesc = tdesc_ia64;
 }
 
-
-struct linux_target_ops the_low_target = {
-};
-
 /* The linux target ops object.  */
 
 linux_process_target *the_linux_target = &the_ia64_target;
This page took 0.025602 seconds and 4 git commands to generate.