Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
R
riscv-gcc-1
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
lvzhengyang
riscv-gcc-1
Commits
b9265ec1
Commit
b9265ec1
authored
Nov 13, 2000
by
Joseph Myers
Committed by
Joseph Myers
Nov 13, 2000
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* invoke.texi: Update lists of languages and suffixes supported.
From-SVN: r37424
parent
cc1e60ea
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
53 additions
and
2 deletions
+53
-2
gcc/ChangeLog
+4
-0
gcc/invoke.texi
+49
-2
No files found.
gcc/ChangeLog
View file @
b9265ec1
2000-11-13 Joseph S. Myers <jsm28@cam.ac.uk>
* invoke.texi: Update lists of languages and suffixes supported.
2000-11-13 Joseph S. Myers <jsm28@cam.ac.uk>
* configure.in: Take toplevel configure arguments from the
environment to create configargs.h and substitute
gcc_config_arguments, taking account of any existing configargs.h
...
...
gcc/invoke.texi
View file @
b9265ec1
...
...
@@ -551,17 +551,60 @@ C++ source code which should not be preprocessed.
Objective-C source code. Note that you must link with the library
@file{libobjc.a} to make an Objective-C program work.
@item @var{file}.mi
Objective-C source code which should not be preprocessed.
@item @var{file}.h
C header file (not to be compiled or linked).
@item @var{file}.cc
@itemx @var{file}.cp
@itemx @var{file}.cxx
@itemx @var{file}.cpp
@itemx @var{file}.c++
@itemx @var{file}.C
C++ source code which must be preprocessed. Note that in @samp{.cxx},
the last two letters must both be literally @samp{x}. Likewise,
@samp{.C} refers to a literal capital C.
@item @var{file}.f
@itemx @var{file}.for
@itemx @var{file}.FOR
Fortran source code which should not be preprocessed.
@item @var{file}.F
@itemx @var{file}.fpp
@itemx @var{file}.FPP
Fortran source code which must be preprocessed (with the traditional
preprocessor).
@item @var{file}.r
Fortran source code which must be preprocessed with a RATFOR
preprocessor (not included with GCC).
@xref{Overall Options,,Options Controlling the Kind of Output, g77,
Using and Porting GNU Fortran}, for more details of the handling of
Fortran input files.
@c FIXME: Descriptions of Java file types.
@c @var{file}.java
@c @var{file}.class
@c @var{file}.zip
@c @var{file}.jar
@c GCC also knows about some suffixes for languages not yet included:
@c Ada:
@c @var{file}.ads
@c @var{file}.adb
@c @var{file}.ada
@c Pascal:
@c @var{file}.p
@c @var{file}.pas
@item @var{file}.ch
@itemx @var{file}.chi
CHILL source code (preprocessed with the traditional preprocessor).
@item @var{file}.s
Assembler code.
...
...
@@ -582,10 +625,14 @@ Specify explicitly the @var{language} for the following input files
name suffix). This option applies to all following input files until
the next @samp{-x} option. Possible values for @var{language} are:
@example
c objective-c c++
c-header cpp-output c++-cpp-output
c c-header cpp-output
c++ c++-cpp-output
objective-c objc-cpp-output
assembler assembler-with-cpp
f77 f77-cpp-input ratfor
java chill
@end example
@c Also f77-version, for internal use only.
@item -x none
Turn off any specification of a language, so that subsequent files are
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment