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: [RFA] patch to skip bigtoc fixup code


On Apr 30, 12:26pm, Nicholas Duffek wrote:

> 	* config/rs6000/tm-rs6000.h (IN_SOLIB_RETURN_TRAMPOLINE): Define.
> 	(rs6000_in_solib_return_trampoline): Declare.
> 	* rs6000-tdep.c (rs6000_in_solib_return_trampoline): New
> 	function.
> 	(rs6000_skip_trampoline_code): Skip bigtoc fixup code.
> 	* xcoffread.c (read_xcoff_symtab): Perform the ISFCN function
> 	check after the CSECT check rather than before it.  Allocate
> 	separate symtabs for CSECTs whose names begin with '@'.
> 	(scan_xcoff_symtab): Don't ignore symbols beginning with '@'.
> 	Activate the misc_func_recorded mechanism for whose names begin
> 	with '@'.
> 
> Tested on powerpc-ibm-aix4.3.3.0.  Okay to apply?

Nick,

It all looks okay to me.  The tm-rs6000.h and rs6000-tdep.c changes
are approved.  (Actually, I'm not sure you need my approval, since it
looks to me like you're a co-maintainer of these files.)  I'm going to
defer to the others regarding xcoffread.c since I apparently stepped
on a few toes the last time...

I will note, however, that IN_SOLIB_RETURN_TRAMPOLINE ought to be
multiarched at some point, but I see no reason to hold up this patch
since you're merely making use of an existing macro that hasn't yet
been multiarched.

Kevin


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