This is the mail archive of the gdb-patches@sourceware.org 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]
Other format: [Raw text]

Re: Missing arch_string in linux-i386-low.c/linux-x86-64-low.c


On Thu, Feb 01, 2007 at 12:50:27PM +0100, Markus Deuling wrote:
> Hi Daniel,
> 
> I can't find your commit message in the mailing list so I write a new one 
> instead
> of replying.
> 
> gdbserver/ChangeLog says:
> 
> 2007-01-09  Daniel Jacobowitz  <dan@codesourcery.com>
> 
>        * linux-i386-low.c (the_low_target): Set arch_string.
>        * linux-x86-64-low.c (the_low_target): Likewise.
> 
> 
> I looked through head but I don't see arch_string in these files. Seems 
> they are missing ?

I recommend you use CVS to look at the history of those files; then you
can find what change was made.  the_low_target is an initialized
structure, so this just consisted of adding an item to its initializer.

-- 
Daniel Jacobowitz
CodeSourcery


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