* config/tc-mips.c (s_cpsetup): Fix comment.
authorThiemo Seufer <ths@networkno.de>
Fri, 31 May 2002 02:04:55 +0000 (02:04 +0000)
committerThiemo Seufer <ths@networkno.de>
Fri, 31 May 2002 02:04:55 +0000 (02:04 +0000)
gas/ChangeLog
gas/config/tc-mips.c

index 7866b0c..a5a2047 100644 (file)
@@ -1,5 +1,9 @@
 2002-05-31  Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
 
+       * config/tc-mips.c (s_cpsetup): Fix comment.
+
+2002-05-31  Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
+
        * config/tc-mips.c (md_begin): Add $ra as alias name for $31.
        (mips_ip): Likewise.
        (mips16_ip): Likewise.
index 8c6a219..92789e7 100644 (file)
@@ -11841,15 +11841,15 @@ s_cpload (ignore)
    If offset is given, this results in:
      sd                $gp, offset($sp)
      lui       $gp, %hi(%neg(%gp_rel(label)))
-     daddiu    $gp, $gp, %lo(%neg(%gp_rel(label)))
-     addu      $gp, $gp, $reg1
+     addiu     $gp, $gp, %lo(%neg(%gp_rel(label)))
+     daddu     $gp, $gp, $reg1
 
    If $reg2 is given, this results in:
      daddu     $reg2, $gp, $0
      lui       $gp, %hi(%neg(%gp_rel(label)))
-     daddiu    $gp, $gp, %lo(%neg(%gp_rel(label)))
-     addu      $gp, $gp, $reg1
- */
+     addiu     $gp, $gp, %lo(%neg(%gp_rel(label)))
+     daddu     $gp, $gp, $reg1
  $reg1 is normally $25 == $t9.  */
 static void
 s_cpsetup (ignore)
      int ignore ATTRIBUTE_UNUSED;