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: [ref] Remove macro DEPRECATED_REG_STRUCT_HAS_ADDR


On Wed, Jun 13, 2007 at 08:30:40PM +0200, Markus Deuling wrote:
> Hello,
> 
> this patch completely removes DEPRECATED_REG_STRUCT_HAS_ADDR. This was only 
> used in infcall.c
> and was replaced by gdbarch_stabs_argument_has_addr. Build and tested on x86. 
> Testsuite showed no regressions.

There's a caller to this function in cris-tdep.c!

Also, there's platforms (the SPARC) which already set
stabs_argument_has_addr.  But they don't check it in infcall.c.
So is that right?

-- 
Daniel Jacobowitz
CodeSourcery


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