Commit fb38008e by Ben Elliston Committed by Ben Elliston

configure.ac: Don't escape apostrophe in --enable-coverage help.

	* configure.ac: Don't escape apostrophe in --enable-coverage help.
	* configure: Regenerate.

From-SVN: r86313
parent f76f0f89
2004-08-20 Ben Elliston <bje@au.ibm.com>
* configure.ac: Don't escape apostrophe in --enable-coverage help.
* configure: Regenerate.
2004-08-20 Danny Smith <dannysmith@users.sourceforge.net>
PR 5620
......@@ -823,7 +828,6 @@
(xstormy16_reorg): New.
(TARGET_MACHINE_DEPENDENT_REORG): Define.
* config/stormy16/stormy16.md (movqi_internal): Make name public.
(movhi_internal): Likewise.
(cbhranchhi): Likewise.
......
......@@ -531,7 +531,7 @@ fi
# Enable code coverage collection
AC_ARG_ENABLE(coverage,
[ --enable-coverage[=LEVEL]
enable compiler\'s code coverage collection.
enable compiler's code coverage collection.
Use to measure compiler performance and locate
unused parts of the compiler. With LEVEL, specify
optimization. Values are opt, noopt,
......
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