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]

Re: [PATCH] remote protocol support for harvard architecture


Michael Snyder wrote:
> 
> I'll check this in in a day or two.

Ok, it definitly won't affect existing targets.

	Andrew

>   ------------------------------------------------------------------------
> 2001-02-15  Michael Snyder  <msnyder@mvstp600e.cygnus.com>
> 
>         * remote.c (build_remote_gdbarch_data): Use new TARGET_ADDR_BIT
>         instead of TARGET_PTR_BIT (to support Harvard architectures).
> 
> Index: remote.c
> ===================================================================
> RCS file: /cvs/src/src/gdb/remote.c,v
> retrieving revision 1.38
> diff -c -3 -p -r1.38 remote.c
> *** remote.c    2001/02/08 06:03:53     1.38
> --- remote.c    2001/02/15 22:35:26
> *************** build_remote_gdbarch_data (void)
> *** 5516,5522 ****
> 
>     /* Cisco stuff */
>     tty_input = xmalloc (PBUFSIZ);
> !   remote_address_size = TARGET_PTR_BIT;
>   }
> 
>   void
> --- 5516,5522 ----
> 
>     /* Cisco stuff */
>     tty_input = xmalloc (PBUFSIZ);
> !   remote_address_size = TARGET_ADDR_BIT;
>   }
> 
>   void


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