From f521b29334903c4e3c27d4ef67fbf602ac427df7 Mon Sep 17 00:00:00 2001 From: David Malcolm Date: Wed, 30 Nov 2016 01:23:44 +0000 Subject: [PATCH] Remove stray character from install.texi gcc/ChangeLog: * doc/install.texi (--with-target-bdw-gc): Remove stray '@'. From-SVN: r242991 --- gcc/ChangeLog | 4 ++++ gcc/doc/install.texi | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 2af1d97..b6383aa 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,5 +1,9 @@ 2016-11-29 David Malcolm + * doc/install.texi (--with-target-bdw-gc): Remove stray '@'. + +2016-11-29 David Malcolm + PR preprocessor/78569 * input.c (get_substring_ranges_for_loc): Fail gracefully if line directives were present. diff --git a/gcc/doc/install.texi b/gcc/doc/install.texi index 5d96e5f..140ff80 100644 --- a/gcc/doc/install.texi +++ b/gcc/doc/install.texi @@ -2196,7 +2196,7 @@ continues. @itemx --with-target-bdw-gc-lib=@var{list} Specify search directories for the garbage collector header files and 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. @samp{--with-target-bdw-gc=/opt/bdw-gc,32=/opt-bdw-gc32}). -- 2.7.4