2003-10-01 Chris Demetriou <cgd@broadcom.com>
authorChris Demetriou <cgd@google.com>
Wed, 1 Oct 2003 06:09:31 +0000 (06:09 +0000)
committerChris Demetriou <cgd@google.com>
Wed, 1 Oct 2003 06:09:31 +0000 (06:09 +0000)
        * config/tc-mips.c (s_cpreturn): Correct errors in comment.

gas/ChangeLog
gas/config/tc-mips.c

index 761b259af5fcf07f5eece49bfc7674a481831374..70396f5c432285a2c0783585866415f9a97bd538 100644 (file)
@@ -1,3 +1,7 @@
+2003-10-01  Chris Demetriou  <cgd@broadcom.com>
+
+       * config/tc-mips.c (s_cpreturn): Correct errors in comment.
+
 2003-10-01  Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
 
        * config/tc-mips.c (macro_build_ldst_constoffset): Fix sign extension
index 18cb24bb1136ea2ccb3460f2da6228399e4a6f57..644e76ab965ebf8075c68df96d52b208226810b6 100644 (file)
@@ -12527,11 +12527,11 @@ s_cprestore (int ignore ATTRIBUTE_UNUSED)
 }
 
 /* Handle the .cpreturn pseudo-op defined for NewABI PIC code. If an offset
-   was given in the preceeding .gpsetup, it results in:
+   was given in the preceeding .cpsetup, it results in:
      ld                $gp, offset($sp)
 
    If a register $reg2 was given there, it results in:
-     daddiu    $gp, $gp, $reg2
+     daddu     $gp, $reg2, $0
  */
 static void
 s_cpreturn (int ignore ATTRIBUTE_UNUSED)
This page took 0.040934 seconds and 4 git commands to generate.