public inbox for insight@sourceware.org
 help / color / mirror / Atom feed
* Fix - remote target: Memory access error while loading section .rom_vectors
@ 2004-12-31 23:33 Peter Stephens
  0 siblings, 0 replies; only message in thread
From: Peter Stephens @ 2004-12-31 23:33 UTC (permalink / raw)
  To: insight, gdb; +Cc: iliev

This is probably not a final fix, but (bad programmer - spank, spank).  If
you initialize the 'err' variable it works OK.  This is probably why it has
been such an intermittent problem.

Index: symfile.c
===================================================================
RCS file: /cvs/src/src/gdb/symfile.c,v
retrieving revision 1.144
diff -r1.144 symfile.c
1408c1408
<         int err;
---
>         int err=0;

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2004-12-31 23:33 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2004-12-31 23:33 Fix - remote target: Memory access error while loading section .rom_vectors Peter Stephens

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).