Commit e492980b by Rask Ingemann Lambertsen Committed by Rask Ingemann Lambertsen

sourcebuild.texi (Test Directives): Fix "compile" and "assemble" descriptions which were swapped.

	* doc/sourcebuild.texi (Test Directives): Fix "compile" and
	"assemble" descriptions which were swapped.

From-SVN: r127269
parent d2b8fb9e
2007-08-07 Rask Ingemann Lambertsen <rask@sygehus.dk>
* doc/sourcebuild.texi (Test Directives): Fix "compile" and
"assemble" descriptions which were swapped.
2007-08-06 Chao-ying Fu <fu@mips.com> 2007-08-06 Chao-ying Fu <fu@mips.com>
* fixed-value.h: New file. * fixed-value.h: New file.
......
...@@ -944,9 +944,9 @@ it is executed. It is one of: ...@@ -944,9 +944,9 @@ it is executed. It is one of:
@table @code @table @code
@item preprocess @item preprocess
Compile with @option{-E} to run only the preprocessor. Compile with @option{-E} to run only the preprocessor.
@item assemble
Compile with @option{-S} to produce an assembly code file.
@item compile @item compile
Compile with @option{-S} to produce an assembly code file.
@item assemble
Compile with @option{-c} to produce a relocatable object file. Compile with @option{-c} to produce a relocatable object file.
@item link @item link
Compile, assemble, and link to produce an executable file. Compile, assemble, and link to produce an executable file.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment