summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@oarcorp.com>2014-04-07 18:35:23 -0500
committerJoel Sherrill <joel.sherrill@oarcorp.com>2014-04-07 18:35:23 -0500
commitee6207cfcf1d48db54276c99398aa11e3809261e (patch)
tree9b0eb07b68e6e426f24bd9764c05f0e2d54acc90
parentcheck_endof: Improve END OF line check to match rtems-tester (diff)
downloadrtems-testing-ee6207cfcf1d48db54276c99398aa11e3809261e.tar.bz2
gdb-sim.in: Symbol is now _Terminate
-rwxr-xr-xsim-scripts/gdb-sim.in1
1 files changed, 0 insertions, 1 deletions
diff --git a/sim-scripts/gdb-sim.in b/sim-scripts/gdb-sim.in
index 42a6a80..3e04154 100755
--- a/sim-scripts/gdb-sim.in
+++ b/sim-scripts/gdb-sim.in
@@ -127,7 +127,6 @@ esac >>@BSP@-cmds
### Add generic commands which break on known bad places
cat >>@BSP@-cmds <<EOF
-b _Internal_error_Occurred
b _Terminate
condition 1 (the_source != RTEMS_FATAL_SOURCE_EXIT) || (the_error != 0)
b rtems_fatal_error_occurred