2001-02-16 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).
This commit is contained in:
parent
971429b4a4
commit
d696208fa8
2 changed files with 7 additions and 1 deletions
|
@ -1,3 +1,8 @@
|
|||
2001-02-16 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).
|
||||
|
||||
2001-02-16 Andrew Cagney <ac131313@redhat.com>
|
||||
|
||||
From 2001-02-11 Paul Hilfinger <hilfingr@lisbon.int.act-europe.fr>
|
||||
|
@ -29,6 +34,7 @@
|
|||
* f-exp.y: Include <ctype.h>.
|
||||
(parse_number): Ensure that ``i'' is always initialized.
|
||||
|
||||
>>>>>>> 1.966
|
||||
2001-02-14 Jim Kingdon <jkingdon@engr.sgi.com>
|
||||
|
||||
* MAINTAINERS: Add myself to paper trail section.
|
||||
|
|
|
@ -5516,7 +5516,7 @@ build_remote_gdbarch_data (void)
|
|||
|
||||
/* Cisco stuff */
|
||||
tty_input = xmalloc (PBUFSIZ);
|
||||
remote_address_size = TARGET_PTR_BIT;
|
||||
remote_address_size = TARGET_ADDR_BIT;
|
||||
}
|
||||
|
||||
void
|
||||
|
|
Loading…
Reference in a new issue