mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2024-11-27 03:51:15 +08:00
Really zap tty_input from multi-arch swap.
This commit is contained in:
parent
c3b1835c01
commit
9525aa9055
@ -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
|
||||
|
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user