Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(998)

Unified Diff: gcc/gcc/config/m68k/lb1sf68.asm

Issue 3050029: [gcc] GCC 4.5.0=>4.5.1 (Closed) Base URL: ssh://git@gitrw.chromium.org:9222/nacl-toolchain.git
Patch Set: Created 10 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « gcc/gcc/config/m68k/constraints.md ('k') | gcc/gcc/config/m68k/linux.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: gcc/gcc/config/m68k/lb1sf68.asm
diff --git a/gcc/gcc/config/m68k/lb1sf68.asm b/gcc/gcc/config/m68k/lb1sf68.asm
index 4bafbfb188b1a5023c80aa259bb95dad489ed24e..0339a092c4f7fa68f8f506d3c183747372c61d4e 100644
--- a/gcc/gcc/config/m68k/lb1sf68.asm
+++ b/gcc/gcc/config/m68k/lb1sf68.asm
@@ -164,7 +164,7 @@ see the files COPYING3 and COPYING.RUNTIME respectively. If not, see
lea \addr-.-8,a0
jsr pc@(a0)
#else
- bsr \addr
+ jbsr \addr
#endif
.endm
@@ -203,7 +203,7 @@ see the files COPYING3 and COPYING.RUNTIME respectively. If not, see
lea \addr-.-8,a0
jsr pc@(a0)
#else
- bsr \addr
+ jbsr \addr
#endif
.endm
« no previous file with comments | « gcc/gcc/config/m68k/constraints.md ('k') | gcc/gcc/config/m68k/linux.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698