From: Michael Snyder Date: Fri, 18 Jul 2003 00:21:00 +0000 (+0000) Subject: 2003-07-17 Michael Snyder X-Git-Tag: ezannoni_pie-20030916-branchpoint~726 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=278a7cf7f0a800f2d1ed8bc3609c78a83cf2efb8;p=thirdparty%2Fbinutils-gdb.git 2003-07-17 Michael Snyder * remote-sim.c: Comment typo fix. --- diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 63cf4ce5c82..80ef28f074c 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,7 @@ +2003-07-17 Michael Snyder + + * remote-sim.c: Comment typo fix. + 2003-07-17 Andrew Cagney * defs.h (GDB_MULTI_ARCH): Delete conditional define. Handled by diff --git a/gdb/remote-sim.c b/gdb/remote-sim.c index f7b9e89b0ba..11424bb81ea 100644 --- a/gdb/remote-sim.c +++ b/gdb/remote-sim.c @@ -331,7 +331,7 @@ gdbsim_fetch_register (int regno) warn_user = 0; } /* FIXME: cagney/2002-05-27: Should check `nr_bytes == 0' - indicatingthat GDB and the SIM have different ideas about + indicating that GDB and the SIM have different ideas about which registers are fetchable. */ /* Else if (nr_bytes < 0): an old simulator, that doesn't think to return the register size. Just assume all is ok. */ @@ -369,7 +369,7 @@ gdbsim_store_register (int regno) internal_error (__FILE__, __LINE__, "Register size different to expected"); /* FIXME: cagney/2002-05-27: Should check `nr_bytes == 0' - indicatingthat GDB and the SIM have different ideas about + indicating that GDB and the SIM have different ideas about which registers are fetchable. */ if (sr_get_debug ()) {