gdbserver/linux-ia64-low: fix a build-breaking typo
authorTankut Baris Aktemur <tankut.baris.aktemur@intel.com>
Sat, 16 May 2020 08:24:24 +0000 (10:24 +0200)
committerTankut Baris Aktemur <tankut.baris.aktemur@intel.com>
Sat, 16 May 2020 08:45:40 +0000 (10:45 +0200)
commit8bbf03947dd594262e672c1fbc3462a81c811b6f
treeaac3c3c88dad2b08a2d9fd083e0c5e9e86d61a0a
parent8f86ae1a18417e575f510d1aa7b6df2524256464
gdbserver/linux-ia64-low: fix a build-breaking typo

During the gdbserver c++'ification refactoring, I apparently made a
typo that broke build in ia64 targets.

gdbserver/ChangeLog:
2020-05-16  Tankut Baris Aktemur  <tankut.baris.aktemur@intel.com>

* linux-ia64-low.cc (ia64_target::sw_breakpoint_from_kind):
Fix incorrect 'gdb_assert_no_reached' to 'gdb_assert_not_reached'.
(ia64_target::low_breakpoint_at): Ditto.
gdbserver/ChangeLog
gdbserver/linux-ia64-low.cc
This page took 0.023794 seconds and 4 git commands to generate.