This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

[PATCH] sparc64 typo


Hi!

Attempt to fully bootstrap sparc64-redhat-linux revealed a typo:

1999-12-06  Jakub Jelinek  <jakub@redhat.com>

	* config/sparc/sparc.md (return_losum_di): Typo fix.

--- config/sparc/sparc.md.jj	Wed Dec  1 18:30:22 1999
+++ config/sparc/sparc.md	Mon Dec  6 11:40:15 1999
@@ -9027,7 +9027,7 @@
 		   (match_operand:DI 2 "immediate_operand" "in")))
    (return)]
   "TARGET_ARCH64 && ! TARGET_EPILOGUE && ! TARGET_CM_MEDMID"
-  "ret\;restore %r1, %%lo(a2), %Y0"
+  "ret\;restore %r1, %%lo(%a2), %Y0"
   [(set_attr "type" "multi")])
 
 ;; The following pattern is only generated by delayed-branch scheduling,


Cheers,
    Jakub
___________________________________________________________________
Jakub Jelinek | jakub@redhat.com | http://sunsite.mff.cuni.cz/~jj
Linux version 2.3.18 on a sparc64 machine (1343.49 BogoMips)
___________________________________________________________________


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]