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: Recognise .sx as an assembler file


On Mon, Dec 10, 2007 at 03:18:43PM +0000, Maciej W. Rozycki wrote:
> Hello,
> 
>  Following a recent change to GCC this adds .sx to the list of recognised 
> suffixes.
> 
>  Tested using the mipsisa32-sde-elf target, with the mips-sim-sde32/-EB 
> and mips-sim-sde32/-EL boards with no regressions.
> 
> 2007-12-10  Chris Dearman  <chris@mips.com>
> 
> 	* symfile.c (init_filename_language_table): Recognise .sx as
> 	an assembler file.
> 
>  OK to apply?

OK, I suppose.  At least half the uses of this table are silly; we
don't need to guess the languages of subfiles, because they should
always have the same language as the containing CU.

-- 
Daniel Jacobowitz
CodeSourcery


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