X-Git-Url: http://drtracing.org/?a=blobdiff_plain;f=gdbserver%2Flinux-ia64-low.cc;h=ee255418b0f88f4610476a9240b91fc7d08d1297;hb=a8a566853a0fc7f57159e55436ff6f395e499568;hp=64b39be4b0007580e4e2cdf54d5ee6c403823100;hpb=d7146cda56c8ee6d1129c0c787c2645c01301fb8;p=deliverable%2Fbinutils-gdb.git diff --git a/gdbserver/linux-ia64-low.cc b/gdbserver/linux-ia64-low.cc index 64b39be4b0..ee255418b0 100644 --- a/gdbserver/linux-ia64-low.cc +++ b/gdbserver/linux-ia64-low.cc @@ -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;