diff options
author | Eric Botcazou <ebotcazou@libertysurf.fr> | 2004-11-13 23:28:46 +0100 |
---|---|---|
committer | Eric Botcazou <ebotcazou@gcc.gnu.org> | 2004-11-13 22:28:46 +0000 |
commit | 595163db430ae9e2d23ee5214dda68fb06e8b5bb (patch) | |
tree | 956a62e64bd8dd8685dc23228ade2ced1c2a22d0 /gcc/ChangeLog | |
parent | 4e36f613a3fc9a3670c4d01a4eeff52d9d625cfc (diff) | |
download | gcc-595163db430ae9e2d23ee5214dda68fb06e8b5bb.zip gcc-595163db430ae9e2d23ee5214dda68fb06e8b5bb.tar.gz gcc-595163db430ae9e2d23ee5214dda68fb06e8b5bb.tar.bz2 |
md.texi (constraints): Mention that it is useless when the two alternatives are strictly identical.
* doc/md.texi (constraints) <% modifier>: Mention that it is
useless when the two alternatives are strictly identical.
From-SVN: r90598
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 21d0805..3630a10 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,8 @@ +2004-11-13 Eric Botcazou <ebotcazou@libertysurf.fr> + + * doc/md.texi (constraints) <% modifier>: Mention that it is + useless when the two alternatives are strictly identical. + 2004-11-13 Richard Henderson <rth@redhat.com> * expmed.c (extract_split_bit_field): Temporarily disable call to |