diff options
author | Uros Bizjak <uros@kss-loka.si> | 2006-10-28 11:20:23 +0200 |
---|---|---|
committer | Uros Bizjak <uros@gcc.gnu.org> | 2006-10-28 11:20:23 +0200 |
commit | 87ccbc5cdd38ffd76515d6c6df48d1680ff0b380 (patch) | |
tree | 94ba421fe2e57d7dae9d752a8559e5abfaf85a93 /gcc/ChangeLog | |
parent | f356a436f04c20db31d307e2e31e4dab21d0543b (diff) | |
download | gcc-87ccbc5cdd38ffd76515d6c6df48d1680ff0b380.zip gcc-87ccbc5cdd38ffd76515d6c6df48d1680ff0b380.tar.gz gcc-87ccbc5cdd38ffd76515d6c6df48d1680ff0b380.tar.bz2 |
i386.c (output_387_ffreep): Create output from a template string for !HAVE_AS_IX86_FFREEP.
* config/i386/i386.c (output_387_ffreep): Create output from a
template string for !HAVE_AS_IX86_FFREEP.
From-SVN: r118101
Diffstat (limited to 'gcc/ChangeLog')
-rw-r--r-- | gcc/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 855dccb..d1d2e4e 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,8 @@ +2006-10-28 Uros Bizjak <uros@kss-loka.si> + + * config/i386/i386.c (output_387_ffreep): Create output from a + template string for !HAVE_AS_IX86_FFREEP. + 2006-10-27 Eric Christopher <echristo@apple.com> * config/darwin.c: Fix formatting and grammar. |