diff options
author | Samuel Thibault <samuel.thibault@ens-lyon.org> | 2007-08-08 06:35:17 +0000 |
---|---|---|
committer | Matthias Klose <doko@gcc.gnu.org> | 2007-08-08 06:35:17 +0000 |
commit | 5b6693af786130f37f0b7cebe023f8004361ff7f (patch) | |
tree | 5185ba498d5c927400c1483ff82be6687d455814 /gcc/ChangeLog | |
parent | cf1c6ebf1319a1fa789dea2e8cd30344cc50795a (diff) | |
download | gcc-5b6693af786130f37f0b7cebe023f8004361ff7f.tar.gz |
gnu.h (STARTFILE_SPEC): Use gcrt0.o in profile mode, add -profile option, add pie support.
2007-08-08 Samuel Thibault <samuel.thibault@ens-lyon.org>
* gcc/config/i386/gnu.h (STARTFILE_SPEC): Use gcrt0.o in profile mode, add
-profile option, add pie support.
(ENDFILE_SPEC): New spec.
* gcc/config/gnu.h (LIB_SPEC): Add -profile option.
From-SVN: r127290
Diffstat (limited to 'gcc/ChangeLog')
-rw-r--r-- | gcc/ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 8c4f0e1a537..15deba017eb 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,5 +1,12 @@ 2007-08-08 Samuel Thibault <samuel.thibault@ens-lyon.org> + * gcc/config/i386/gnu.h (STARTFILE_SPEC): Use gcrt0.o in profile mode, add + -profile option, add pie support. + (ENDFILE_SPEC): New spec. + * gcc/config/gnu.h (LIB_SPEC): Add -profile option. + +2007-08-08 Samuel Thibault <samuel.thibault@ens-lyon.org> + * gcc/config/i386/gnu.h (CPP_SPEC): Add -pthread option. * gcc/config/gnu.h (LIB_SPEC): Likewise. |