`--coverage' and `-pg', for GCC. Report by Rainer Keller
<keller@hlrs.de> and Tor Lillqvist <tml@iki.fi>.
+2006-08-25 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
+
+ * libltdl/config/ltmain.m4sh (func_mode_link): Pass through
+ `--coverage' and `-pg', for GCC. Report by Rainer Keller
+ <keller@hlrs.de> and Tor Lillqvist <tml@iki.fi>.
+
2006-08-25 Kurt Roeckx <kurt@roeckx.be>,
Aurelien Jarno <aurel32@debian.org>
# -q* pass through compiler args for the IBM compiler
# -m*, -t[45]*, -txscale* pass through architecture-specific
# compiler args for GCC
+ # -pg, --coverage pass through profiling flag for GCC
# @file GCC response files
-64|-mips[[0-9]]|-r[[0-9]][[0-9]]*|-xarch=*|-xtarget=*|+DA*|+DD*|-q*|-m*| \
- -t[[45]]*|-txscale*|@*)
+ -t[[45]]*|-txscale*|-pg|--coverage|@*)
func_quote_for_eval "$arg"
arg="$func_quote_for_eval_result"
func_append compile_command " $arg"