[Ltrace-devel] [PATCH v1 6/6] mipsel: Add support for CPIC main programs

Edgar E. Iglesias edgar.iglesias at gmail.com
Mon Oct 15 08:42:29 UTC 2012


On Sun, Oct 14, 2012 at 01:17:59AM +0200, Petr Machata wrote:
> edgar.iglesias at gmail.com writes:
> 
> > +/* Are we in pure CPIC mode (the non-PIC ABI extension)?  */
> > +static inline int mips_elf_is_cpic(unsigned int elf_flags)
> 
> Function name shoud start a new line.
> 
> > +	/* FIXME: for CPIC we should really scan both GOT tables
> > +	 * to pick up relocations to external functions. Right now
> > +	 * function pointers from the main binary to external functions
> > +	 * can't be traced in CPIC mode.  */
> 
> Two spaces after period that doesn't denote abbreviation.
> 
> Other than these two nits I'm fine with the whole series.  When you fix
> them, feel free to merge.

Thanks, I've fixed and merged this series now.

Cheers



More information about the Ltrace-devel mailing list