summaryrefslogtreecommitdiff
path: root/sim-scripts
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 /sim-scripts
parenta11b7a37fea2dfb355a3936a2bd7a8aad6992b03 (diff)
gdb-sim.in: Symbol is now _Terminate
Diffstat (limited to 'sim-scripts')
-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