summaryrefslogtreecommitdiff
path: root/gdb/configure.tgt
diff options
context:
space:
mode:
authorAlan Modra <amodra@gmail.com>2021-02-10 12:38:47 +1030
committerAlan Modra <amodra@gmail.com>2021-02-11 07:23:42 +1030
commit18b8df43bd11ed314153dff2ef04a4b991f00a7c (patch)
tree42cf7bf7a078d430fdd2ada30a195d4ad55d18b8 /gdb/configure.tgt
parent933feaf37ec630cb539b36e3612bd3efeee9994a (diff)
downloadbinutils-gdb-18b8df43bd11ed314153dff2ef04a4b991f00a7c.tar.gz
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/configure.tgt')
-rw-r--r--gdb/configure.tgt6
1 files changed, 0 insertions, 6 deletions
diff --git a/gdb/configure.tgt b/gdb/configure.tgt
index 5440780065f..842e683f5f5 100644
--- a/gdb/configure.tgt
+++ b/gdb/configure.tgt
@@ -184,10 +184,6 @@ arm*-*-openbsd*)
# Target: OpenBSD/arm
gdb_target_obs="arm-bsd-tdep.o arm-obsd-tdep.o"
;;
-arm*-*-symbianelf*)
- # Target: SymbianOS/arm
- gdb_target_obs="arm-symbian-tdep.o"
- ;;
arm*-*-*)
# Target: ARM embedded system
gdb_target_obs="arm-pikeos-tdep.o"
@@ -787,8 +783,6 @@ m68*-*-openbsd* | m88*-*-openbsd* | vax-*-openbsd*) ;;
*-*-mingw*) gdb_osabi=GDB_OSABI_WINDOWS ;;
*-*-cygwin*) gdb_osabi=GDB_OSABI_CYGWIN ;;
*-*-dicos*) gdb_osabi=GDB_OSABI_DICOS ;;
-*-*-symbianelf*)
- gdb_osabi=GDB_OSABI_SYMBIAN ;;
powerpc-*-aix* | rs6000-*-* | powerpc64-*-aix*)
gdb_osabi=GDB_OSABI_AIX ;;
esac