]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
Fix problems noticed while reviewing patch from Alex Oliva.
authorJames E Wilson <wilson@specifixinc.com>
Fri, 29 Apr 2005 01:29:04 +0000 (01:29 +0000)
committerJim Wilson <wilson@gcc.gnu.org>
Fri, 29 Apr 2005 01:29:04 +0000 (18:29 -0700)
* config/i386/i386.h (HI_REGISTER_NAMES): Fix typos in comment.
(ADDITIONAL_REGISTER_NAMES): Delete obsolete mmx register entries.

From-SVN: r98966

gcc/ChangeLog
gcc/config/i386/i386.h

index 0476f7d2284a35a8b5c7ce02fe3007bb6a1b3a95..492dec371a21cd2388747ae300514df2a88b210d 100644 (file)
@@ -1,3 +1,8 @@
+2005-04-28  James E Wilson  <wilson@specifixinc.com>
+
+       * config/i386/i386.h (HI_REGISTER_NAMES): Fix typos in comment.
+       (ADDITIONAL_REGISTER_NAMES): Delete obsolete mmx register entries.
+
 2005-04-28  DJ Delorie  <dj@redhat.com>
 
        * opt-functions.awk (var_set): Emit proper initializer for
index 9b04fadbcca2c110fe8a837bae8d6ec4b6e0a42a..4ad8e2e4e12a70e9222dc8fe05b857a853fb980e 100644 (file)
@@ -1940,7 +1940,7 @@ do {                                                      \
 /* How to refer to registers in assembler output.
    This sequence is indexed by compiler's hard-register-number (see above).  */
 
-/* In order to refer to the first 8 regs as 32 bit regs prefix an "e"
+/* In order to refer to the first 8 regs as 32 bit regs, prefix an "e".
    For non floating point regs, the following are the HImode names.
 
    For float regs, the stack top is sometimes referred to as "%st(0)"
@@ -1965,9 +1965,7 @@ do {                                                      \
   { "rax", 0 }, { "rdx", 1 }, { "rcx", 2 }, { "rbx", 3 },      \
   { "rsi", 4 }, { "rdi", 5 }, { "rbp", 6 }, { "rsp", 7 },      \
   { "al", 0 }, { "dl", 1 }, { "cl", 2 }, { "bl", 3 },          \
-  { "ah", 0 }, { "dh", 1 }, { "ch", 2 }, { "bh", 3 },          \
-  { "mm0", 8},  { "mm1", 9},  { "mm2", 10}, { "mm3", 11},      \
-  { "mm4", 12}, { "mm5", 13}, { "mm6", 14}, { "mm7", 15} }
+  { "ah", 0 }, { "dh", 1 }, { "ch", 2 }, { "bh", 3 } }
 
 /* Note we are omitting these since currently I don't know how
 to get gcc to use these, since they want the same but different