+2007-01-28 Mike Frysinger <vapier@gentoo.org>
+
+ * ltmain.in (link mode): Pass through `-p' and `-fprofile-*' for
+ GCC.
+
2007-01-28 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
* libltdl/ltdl.c, libltdl/ltdl.h: Adjust copyright years.
# -m* pass through architecture-specific compiler args for GCC
# -m*, -t[45]*, -txscale* pass through architecture-specific
# compiler args for GCC
- # -pg, --coverage pass through profiling flag for GCC
+ # -p, -pg, --coverage, -fprofile-* pass through profiling flag for GCC
# -F/path gives path to uninstalled frameworks, gcc on darwin
# @file GCC response files
-64|-mips[0-9]|-r[0-9][0-9]*|-xarch=*|-xtarget=*|+DA*|+DD*|-q*|-m*| \
- -t[45]*|-txscale*|-pg|--coverage|-F*|@*)
+ -t[45]*|-txscale*|-p|-pg|--coverage|-fprofile-*|-F*|@*)
# Unknown arguments in both finalize_command and compile_command need
# to be aesthetically quoted because they are evaled later.