mirror of
git://gcc.gnu.org/git/gcc.git
synced 2025-03-31 15:31:11 +08:00
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:
parent
3110357b8f
commit
55b8093e20
@ -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
|
||||
|
@ -45,6 +45,7 @@ static const char *const known_suffixes[] =
|
||||
{
|
||||
".c", ".C", ".S", ".m",
|
||||
".cc", ".cxx", ".cpp", ".cp", ".c++",
|
||||
".sx",
|
||||
NULL
|
||||
};
|
||||
|
||||
|
@ -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}
|
||||
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user