invoke.texi (Overall Options): Add .sx file extension as a synonym for .S.

2007-09-09  Sandra Loosemore  <sandra@codesourcery.com>
            Nigel Stephens <nigel@mips.com>

	gcc/
	* doc/invoke.texi (Overall Options):  Add .sx file extension
	as a synonym for .S.
	* cppspec.c (known_suffixes): Likewise.
	* gcc.c (default_compilers): Likewise.

Co-Authored-By: Nigel Stephens <nigel@mips.com>

From-SVN: r128308
This commit is contained in:
Sandra Loosemore 2007-09-09 18:29:24 -04:00 committed by Sandra Loosemore
parent 3110357b8f
commit 55b8093e20
4 changed files with 11 additions and 0 deletions

View File

@ -1,3 +1,11 @@
2007-09-09 Sandra Loosemore <sandra@codesourcery.com>
Nigel Stephens <nigel@mips.com>
* doc/invoke.texi (Overall Options): Add .sx file extension
as a synonym for .S.
* cppspec.c (known_suffixes): Likewise.
* gcc.c (default_compilers): Likewise.
2007-09-07 Andrew Haley <aph@redhat.com>
* configure.ac (noconfigdirs): Remove target-libffi and

View File

@ -45,6 +45,7 @@ static const char *const known_suffixes[] =
{
".c", ".C", ".S", ".m",
".cc", ".cxx", ".cpp", ".cp", ".c++",
".sx",
NULL
};

View File

@ -978,6 +978,7 @@ package body). Such files are also called @dfn{bodies}.
Assembler code.
@item @var{file}.S
@itemx @var{file}.sx
Assembler code which must be preprocessed.
@item @var{other}

View File

@ -1023,6 +1023,7 @@ static const struct compiler default_compilers[] =
{".s", "@assembler", 0, 1, 0},
{"@assembler",
"%{!M:%{!MM:%{!E:%{!S:as %(asm_debug) %(asm_options) %i %A }}}}", 0, 1, 0},
{".sx", "@assembler-with-cpp", 0, 1, 0},
{".S", "@assembler-with-cpp", 0, 1, 0},
{"@assembler-with-cpp",
#ifdef AS_NEEDS_DASH_FOR_PIPED_INPUT