This is the mail archive of the gdb-patches@sources.redhat.com mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[patch] really de-multi-arch tty_input


Oops, this snuck back in.

Andrew
2001-11-15  Andrew Cagney  <ac131313@redhat.com>

	* remote.c (_initialize_remote): Don't multi-arch swap tty_input.
	Second attempt.

Index: remote.c
===================================================================
RCS file: /cvs/src/src/gdb/remote.c,v
retrieving revision 1.67
diff -p -r1.67 remote.c
*** remote.c	2001/11/15 06:43:10	1.67
--- remote.c	2001/11/15 20:21:53
*************** _initialize_remote (void)
*** 5887,5893 ****
  
    /* 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);
--- 5887,5892 ----

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]