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]

Crash on info architecture


2001-03-30  Andreas Schwab  <schwab@suse.de>

	* arch-utils.c (info_architecture): Don't follow the next link
	twice each time.

--- arch-utils.c.~1.23.~	Wed Mar 28 10:53:00 2001
+++ arch-utils.c	Fri Mar 30 14:26:20 2001
@@ -556,7 +556,6 @@
 	       ap = ap->next)
 	    {
 	      printf_filtered (" %s", ap->printable_name);
-	      ap = ap->next;
 	    }
 	}
     }

-- 
Andreas Schwab                                  "And now for something
SuSE Labs                                        completely different."
Andreas.Schwab@suse.de
SuSE GmbH, Schanzäckerstr. 10, D-90443 Nürnberg
Key fingerprint = 58CA 54C7 6D53 942B 1756  01D3 44D5 214B 8276 4ED5


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