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: [rfc/rft] [1/3] Remove stabs target macros: VARIABLES_INSIDE_BLOCK


On Fri, Oct 05, 2007 at 08:05:13PM +0200, Ulrich Weigand wrote:
> +/* Specify that for the native compiler variables for a particular
> +   lexical context are listed after the beginning LBRAC instead of
> +   before in the executables list of symbols.  */
> +static int
> +arm_variables_inside_block (int desc, int gcc_p)
> +{
> +  return !gcc_p;
> +}

Does anyone reading this know what native compiler is meant here?
I suspect it is an ancient comment, probably back as far as RiscOS.
In that case there's no reason to keep the variable.

>  
>  static enum gdb_osabi
>  arm_elf_osabi_sniffer (bfd *abfd)
> @@ -3001,6 +3010,9 @@ arm_gdbarch_init (struct gdbarch_info in
>    set_gdbarch_coff_make_msymbol_special (gdbarch,
>  					 arm_coff_make_msymbol_special);
>  
> +  /* Specical STABS overrides.  */

Typo.

-- 
Daniel Jacobowitz
CodeSourcery


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