Really zap tty_input from multi-arch swap.
authorAndrew Cagney <cagney@redhat.com>
Thu, 15 Nov 2001 20:30:41 +0000 (20:30 +0000)
committerAndrew Cagney <cagney@redhat.com>
Thu, 15 Nov 2001 20:30:41 +0000 (20:30 +0000)
gdb/ChangeLog
gdb/remote.c

index 0475bfe0aee0e95bd19e792e36825dbe471b6c14..855ceca9fe4650bdc4be05f918c9be05449b568a 100644 (file)
@@ -1,3 +1,8 @@
+2001-11-15  Andrew Cagney  <ac131313@redhat.com>
+
+       * remote.c (_initialize_remote): Don't multi-arch swap tty_input.
+       Second attempt.
+
 2001-11-15  Andrew Cagney  <ac131313@redhat.com>
 
        * utils.c (phex_nz): For default case, set str to phex_nz return
index 52bde8a26f623a3a80ccc2f50a5897b319dc7676..017be6c9bcd9a5f8d1537e3a2aa68199445ec7e7 100644 (file)
@@ -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);