diff options
author | Geoffrey Keating <geoffk@apple.com> | 2003-05-16 23:45:42 +0000 |
---|---|---|
committer | Geoffrey Keating <geoffk@gcc.gnu.org> | 2003-05-16 23:45:42 +0000 |
commit | cabfd2588bfd5c38f5a363251dae3e92dcab939f (patch) | |
tree | b87bca54ee1412d56970b7edb08dc36781c6b1e0 /gcc/ChangeLog | |
parent | 7e53359d446a7904474486bfb7c1e947cca326f3 (diff) | |
download | gcc-cabfd2588bfd5c38f5a363251dae3e92dcab939f.zip gcc-cabfd2588bfd5c38f5a363251dae3e92dcab939f.tar.gz gcc-cabfd2588bfd5c38f5a363251dae3e92dcab939f.tar.bz2 |
rs6000.c (expand_block_move): Unify the TARGET_STRING and ! TARGET_STRING cases.
* config/rs6000/rs6000.c (expand_block_move): Unify the TARGET_STRING
and ! TARGET_STRING cases.
From-SVN: r66896
Diffstat (limited to 'gcc/ChangeLog')
-rw-r--r-- | gcc/ChangeLog | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog index e59d175..1f0a5b0 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -8,6 +8,9 @@ 2003-05-16 Geoffrey Keating <geoffk@apple.com> + * config/rs6000/rs6000.c (expand_block_move): Unify the TARGET_STRING + and ! TARGET_STRING cases. + * doc/cppopts.texi (-undef): Fix texinfo warning. * doc/cppopts.texi (-H): Document that -H works for PCH files too. |