Commit f521b293 by David Malcolm Committed by David Malcolm

Remove stray character from install.texi

gcc/ChangeLog:
	* doc/install.texi (--with-target-bdw-gc): Remove stray '@'.

From-SVN: r242991
parent 94f597df
2016-11-29 David Malcolm <dmalcolm@redhat.com> 2016-11-29 David Malcolm <dmalcolm@redhat.com>
* doc/install.texi (--with-target-bdw-gc): Remove stray '@'.
2016-11-29 David Malcolm <dmalcolm@redhat.com>
PR preprocessor/78569 PR preprocessor/78569
* input.c (get_substring_ranges_for_loc): Fail gracefully if * input.c (get_substring_ranges_for_loc): Fail gracefully if
line directives were present. line directives were present.
...@@ -2196,7 +2196,7 @@ continues. ...@@ -2196,7 +2196,7 @@ continues.
@itemx --with-target-bdw-gc-lib=@var{list} @itemx --with-target-bdw-gc-lib=@var{list}
Specify search directories for the garbage collector header files and Specify search directories for the garbage collector header files and
libraries. @var{list} is a comma separated list of key value pairs of the libraries. @var{list} is a comma separated list of key value pairs of the
form @samp{@var{multilibdir}@=@var{path}}, where the default multilib key form @samp{@var{multilibdir}=@var{path}}, where the default multilib key
is named as @samp{.} (dot), or is omitted (e.g. is named as @samp{.} (dot), or is omitted (e.g.
@samp{--with-target-bdw-gc=/opt/bdw-gc,32=/opt-bdw-gc32}). @samp{--with-target-bdw-gc=/opt/bdw-gc,32=/opt-bdw-gc32}).
......
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