From mboxrd@z Thu Jan 1 00:00:00 1970 From: Andrew Cagney To: Michael Snyder Cc: gdb-patches@sources.redhat.com, taylor@redhat.com, cagney@redhat.com Subject: Re: [PATCH] remote protocol support for harvard architecture Date: Thu, 15 Feb 2001 15:09:00 -0000 Message-id: <3A8C60A4.650A772@cygnus.com> References: <3A8C5A2A.7808464E@cygnus.com> X-SW-Source: 2001-02/msg00272.html 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 > > * 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