Mirror of the gdb-patches mailing list
 help / color / mirror / Atom feed
From: "Maciej W. Rozycki" <macro@mips.com>
To: gdb-patches@sourceware.org
Cc: Chris Dearman <chris@mips.com>,
	"Maciej W. Rozycki" <macro@linux-mips.org>
Subject: Recognise .sx as an assembler file
Date: Mon, 10 Dec 2007 15:32:00 -0000	[thread overview]
Message-ID: <Pine.LNX.4.61.0712071906170.31587@perivale.mips.com> (raw)

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?

  Maciej

12271-5.diff
Index: binutils-quilt/src/gdb/symfile.c
===================================================================
--- binutils-quilt.orig/src/gdb/symfile.c	2007-05-22 18:37:38.000000000 +0100
+++ binutils-quilt/src/gdb/symfile.c	2007-05-22 18:49:49.000000000 +0100
@@ -2492,6 +2492,7 @@
       add_filename_language (".f", language_fortran);
       add_filename_language (".F", language_fortran);
       add_filename_language (".s", language_asm);
+      add_filename_language (".sx", language_asm);
       add_filename_language (".S", language_asm);
       add_filename_language (".pas", language_pascal);
       add_filename_language (".p", language_pascal);


             reply	other threads:[~2007-12-10 15:19 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2007-12-10 15:32 Maciej W. Rozycki [this message]
2007-12-10 15:52 ` Daniel Jacobowitz

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=Pine.LNX.4.61.0712071906170.31587@perivale.mips.com \
    --to=macro@mips.com \
    --cc=chris@mips.com \
    --cc=gdb-patches@sourceware.org \
    --cc=macro@linux-mips.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox