From 18b8df43bd11ed314153dff2ef04a4b991f00a7c Mon Sep 17 00:00:00 2001 From: Alan Modra Date: Wed, 10 Feb 2021 12:38:47 +1030 Subject: 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. --- gdb/doc/gdb.texinfo | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'gdb/doc') diff --git a/gdb/doc/gdb.texinfo b/gdb/doc/gdb.texinfo index 174fd6d..3bc9e26 100644 --- a/gdb/doc/gdb.texinfo +++ b/gdb/doc/gdb.texinfo @@ -20850,8 +20850,8 @@ to specify a local system root using a directory that happens to be named @file{target:} or @file{remote:}, you need to use some equivalent variant of the name like @file{./target:}. -For targets with an MS-DOS based filesystem, such as MS-Windows and -SymbianOS, @value{GDBN} tries prefixing a few variants of the target +For targets with an MS-DOS based filesystem, such as MS-Windows, +@value{GDBN} tries prefixing a few variants of the target absolute file name with @var{path}. But first, on Unix hosts, @value{GDBN} converts all backslash directory separators into forward slashes, because the backslash is not a directory separator on Unix: -- cgit v1.1