Commit f811f821 by Stacey Sheldon Committed by Richard Henderson

* config/arc/initfini.c (.init): Fix typo.

From-SVN: r42614
parent d365ba42
2001-05-25 Stacey Sheldon <ssheldon@Catena.com>
* config/arc/initfini.c (.init): Fix typo.
2001-05-25 Geoffrey Keating <geoffk@redhat.com> 2001-05-25 Geoffrey Keating <geoffk@redhat.com>
* config/rs6000/rs6000.md (fseldfsf4): Correct mode of operand 4. * config/rs6000/rs6000.md (fseldfsf4): Correct mode of operand 4.
......
...@@ -141,7 +141,7 @@ __do_global_ctors () ...@@ -141,7 +141,7 @@ __do_global_ctors ()
asm ("\n\ asm ("\n\
.section .init\n\ .section .init\n\
bl.nd __do_global_ctors\ bl.nd __do_global_ctors\n\
ld blink,[fp,4]\n\ ld blink,[fp,4]\n\
j.d blink\n\ j.d blink\n\
ld.a fp,[sp,16]\n\ ld.a fp,[sp,16]\n\
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment