From 9525aa9055098241aea1437a71991160a7af81b9 Mon Sep 17 00:00:00 2001 From: Andrew Cagney Date: Thu, 15 Nov 2001 20:30:41 +0000 Subject: [PATCH] Really zap tty_input from multi-arch swap. --- gdb/ChangeLog | 5 +++++ gdb/remote.c | 1 - 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 0475bfe0aee..855ceca9fe4 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,8 @@ +2001-11-15 Andrew Cagney + + * remote.c (_initialize_remote): Don't multi-arch swap tty_input. + Second attempt. + 2001-11-15 Andrew Cagney * utils.c (phex_nz): For default case, set str to phex_nz return diff --git a/gdb/remote.c b/gdb/remote.c index 52bde8a26f6..017be6c9bcd 100644 --- a/gdb/remote.c +++ b/gdb/remote.c @@ -5887,7 +5887,6 @@ _initialize_remote (void) /* Old tacky stuff. NOTE: This comes after the remote protocol so that the remote protocol has been initialized. */ - register_gdbarch_swap (&tty_input, sizeof (&tty_input), NULL); register_gdbarch_swap (&remote_address_size, sizeof (&remote_address_size), NULL); register_gdbarch_swap (NULL, 0, build_remote_gdbarch_data); -- 2.30.2