X-Git-Url: http://git.sourceforge.jp/view?a=blobdiff_plain;f=gcc%2FChangeLog;h=30d9a68c27623596297d52a9fc13bce57141c4b1;hb=73730883fe0f9874b1a30a1ba8ab4fe1d6b0768b;hp=3739e5f3de85aaa61fd80ab8cb8b4c7566ca62f8;hpb=287e15c8200e784bd7811d358a405e36a7789fac;p=pf3gnuchains%2Fgcc-fork.git diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 3739e5f3de8..30d9a68c276 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,6 +1,14 @@ Thu Apr 15 01:03:21 1999 Jan Hubicka Jeff Law + * i386.md (ashlsi patterns): Call output_ashl instead of output_ashlsi3. + (ashlqi): Use expander, separate LEA and SAL / ADD patterns; call + output_ashl. + (ashlhi): Likewise. + * i386.h (output_ashl): Renamed from output_ashlsi3. + * i386.c (output_ashl): Likewise; support HImode and QImode operands + as well. + * i386.md (notsi, nothi, xorsi, xorhi, and xorqi patterns): Call memory_address_displacement_length instead of memory_address_length. * i386.c (memory_address_info): Renamed from memory_address_length.