aboutsummaryrefslogtreecommitdiff
path: root/gdb/gdbarch.h
diff options
context:
space:
mode:
authorPedro Alves <palves@redhat.com>2010-05-07 14:00:30 +0000
committerPedro Alves <palves@redhat.com>2010-05-07 14:00:30 +0000
commit1408c251017cb8f0ffe27cbc69ffbed385d408da (patch)
tree054a51ec634a8b0f7832569ece8750538a0ec4fd /gdb/gdbarch.h
parent6540b386f061cad1d2c14121bff0f0135ea78583 (diff)
downloadfsf-binutils-gdb-1408c251017cb8f0ffe27cbc69ffbed385d408da.zip
fsf-binutils-gdb-1408c251017cb8f0ffe27cbc69ffbed385d408da.tar.gz
fsf-binutils-gdb-1408c251017cb8f0ffe27cbc69ffbed385d408da.tar.bz2
* gdbarch.sh (qsupported): Delete.
* gdbarch.h, gdbarch.c: Regenerate. * remote.c (remote_query_supported): Remove use of gdbarch_qsupported.
Diffstat (limited to 'gdb/gdbarch.h')
-rw-r--r--gdb/gdbarch.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/gdb/gdbarch.h b/gdb/gdbarch.h
index 71da45b..af060df 100644
--- a/gdb/gdbarch.h
+++ b/gdb/gdbarch.h
@@ -923,11 +923,6 @@ typedef int (gdbarch_fast_tracepoint_valid_at_ftype) (struct gdbarch *gdbarch, C
extern int gdbarch_fast_tracepoint_valid_at (struct gdbarch *gdbarch, CORE_ADDR addr, int *isize, char **msg);
extern void set_gdbarch_fast_tracepoint_valid_at (struct gdbarch *gdbarch, gdbarch_fast_tracepoint_valid_at_ftype *fast_tracepoint_valid_at);
-/* Not NULL if a target has additonal field for qSupported. */
-
-extern const char * gdbarch_qsupported (struct gdbarch *gdbarch);
-extern void set_gdbarch_qsupported (struct gdbarch *gdbarch, const char * qsupported);
-
/* Return the "auto" target charset. */
typedef const char * (gdbarch_auto_charset_ftype) (void);