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: [PATCH: doco] gdbint.texinfo


On Sun, Jun 24, 2007 at 06:32:31PM +1200, Nick Roberts wrote:
> Also 
> 
> `gdb/ARCH-tdep.c'
> `gdb/ARCH-tdep.h'
>      This often exists to describe the basic layout of the target
>      machine's processor chip (registers, stack, etc.).  If used, it is
>      included by `TTT-tdep.h'.  It can be shared among many targets
>      that use the same processor.
> 
> `gdb/config/ARCH/tm-ARCH.h'
>      This often exists to describe the basic layout of the target
>      machine's processor chip (registers, stack, etc.).  If used, it is
>      included by `tm-TTT.h'.  It can be shared among many targets that
>      use the same processor.
> 
> have the same description.  I presume the first is wrong.

Yes, the description for the first is somewhat wrong.  The description
for the second is a bit stale - nowadays it exists for local hacks,
and we're phasing it out pretty fast.  After Ulrich finished his
cleanups, there are only nine left!

-- 
Daniel Jacobowitz
CodeSourcery


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