diff options
author | David O'Brien <obrien@gcc.gnu.org> | 2002-04-23 16:39:34 +0000 |
---|---|---|
committer | David O'Brien <obrien@gcc.gnu.org> | 2002-04-23 16:39:34 +0000 |
commit | 9566d1e9f281aefa8134456b3644abf61c28954f (patch) | |
tree | e9e795e00e3d405dc5b3dba25e4d73a6b61e5073 /gcc | |
parent | 515387dcd9b2e44c2ffffd75a54e21f10f8431ed (diff) | |
download | gcc-9566d1e9f281aefa8134456b3644abf61c28954f.zip gcc-9566d1e9f281aefa8134456b3644abf61c28954f.tar.gz gcc-9566d1e9f281aefa8134456b3644abf61c28954f.tar.bz2 |
Tweak my last entry.
From-SVN: r52672
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/ChangeLog | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog index fc34e7b..465a640 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,6 +1,6 @@ 2002-04-23 David O'Brien <obrien@FreeBSD.org> - * g++spec.c: Use profiled libstdc++ and libm with -p/-pg. + * cp/g++spec.c: Use profiled libstdc++ and libm with -p/-pg. * config/freebsd.h (MATH_LIBRARY_PROFILE): Use the _p verions of these libraries. |