diff options
author | Alan Modra <amodra@gmail.com> | 2021-02-10 12:38:47 +1030 |
---|---|---|
committer | Alan Modra <amodra@gmail.com> | 2021-02-11 07:23:42 +1030 |
commit | 18b8df43bd11ed314153dff2ef04a4b991f00a7c (patch) | |
tree | 42cf7bf7a078d430fdd2ada30a195d4ad55d18b8 /gdb/testsuite/gdb.base/ending-run.exp | |
parent | 933feaf37ec630cb539b36e3612bd3efeee9994a (diff) | |
download | gdb-18b8df43bd11ed314153dff2ef04a4b991f00a7c.zip gdb-18b8df43bd11ed314153dff2ef04a4b991f00a7c.tar.gz gdb-18b8df43bd11ed314153dff2ef04a4b991f00a7c.tar.bz2 |
gdb: Remove arm-symbianelf support
Since it has gone from bfd/.
* arm-symbian-tdep.c: Delete.
* NEWS: Mention arm-symbian removal.
* Makefile.in: Remove arm-symbian-tdep entries.
* configure.tgt: Remove arm*-*-symbianelf*.
* doc/gdb.texinfo: Remove mention of SymbianOS.
* osabi.c (gdb_osabi_names): Remove "Symbian".
* osabi.h (enum gdb_osabi): Remove GDB_OSABI_SYMBIAN.
* testsuite/gdb.base/ending-run.exp: Remove E32Main handling.
* testsuite/gdb.ada/catch_ex_std.exp: Remove arm*-*-symbianelf*
handling.
* testsuite/gdb.base/dup-sect.exp: Likewise.
* testsuite/gdb.base/long_long.exp: Likewise.
* testsuite/gdb.base/solib-weak.exp: Likewise.
* testsuite/gdb.guile/scm-section-script.exp: Likewise.
* testsuite/gdb.python/py-section-script.exp: Likewise.
* testsuite/lib/dwarf.exp: Likewise.
* testsuite/lib/gdb.exp: Likewise.
Diffstat (limited to 'gdb/testsuite/gdb.base/ending-run.exp')
-rw-r--r-- | gdb/testsuite/gdb.base/ending-run.exp | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/gdb/testsuite/gdb.base/ending-run.exp b/gdb/testsuite/gdb.base/ending-run.exp index 23b13200..31befa6 100644 --- a/gdb/testsuite/gdb.base/ending-run.exp +++ b/gdb/testsuite/gdb.base/ending-run.exp @@ -189,10 +189,6 @@ gdb_test_multiple "next" "step out of main" { # another `next' is necessary. gdb_test "next" ".*in start_l ().*" "step out of main" } - -re "E32Main (.*).*$gdb_prompt $" { - # On SymbianOS there's a different function which calls main. - pass "step out of main" - } -re ".*in.*currently asm.*$gdb_prompt $" { pass "step out of main" } |