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]

Re: Crash on info architecture


Thanks, I've fixed this a slightly different way.
	Andrew


> 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;
>  	    }
>  	}
>      }


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