This is the mail archive of the gdb@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: gdb/regcache.c:211: undefined reference to `GET_SAVED_REGISTER'


Mark Kettenis wrote:
> 
>    From: Andreas Jaeger <aj@suse.de>
>    Date: 11 Aug 2000 11:58:46 +0200
> 
>    By default (!GDB_MULTI_ARCH && !GET_SAVED_REGISTER) no replacement is
>    defined.
> 
> Looks like Andrew accidentiliy removed the GET_SAVED_REGISTER stuff
> from regcache.c (there's no ChangeLog for that bit).  The attached
> patch restores it.  Andrew, I'll leave it to you to check it in and
> put an appropriate notice in the ChangeLog :-).

Yes.  Sorry.  That snuck through :-(.   It is part of another patch that
moves all of GET_SAVED_REGISTER to gdbarch.[hc].

	Andrew

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