* config/arc/initfini.c (.init): Fix typo.
authorStacey Sheldon <ssheldon@Catena.com>
Sat, 26 May 2001 01:14:19 +0000 (01:14 +0000)
committerRichard Henderson <rth@gcc.gnu.org>
Sat, 26 May 2001 01:14:19 +0000 (18:14 -0700)
From-SVN: r42614

gcc/ChangeLog
gcc/config/arc/initfini.c

index e3dada18b9f2683c4aa1928e5159fbe47fcc2de2..2cd17a1effeb737fc724fb352bb4574a3e361e90 100644 (file)
@@ -1,3 +1,7 @@
+2001-05-25  Stacey Sheldon  <ssheldon@Catena.com>
+
+       * config/arc/initfini.c (.init): Fix typo.
+
 2001-05-25  Geoffrey Keating  <geoffk@redhat.com>
 
        * config/rs6000/rs6000.md (fseldfsf4): Correct mode of operand 4.
index 9d4952b87214d4143ab95172bb2bd55dc7a48684..dd52be98ffda35dbb3b47fd9498f783601722f99 100644 (file)
@@ -141,7 +141,7 @@ __do_global_ctors ()
 
 asm ("\n\
        .section .init\n\
-       bl.nd __do_global_ctors\
+       bl.nd __do_global_ctors\n\
        ld blink,[fp,4]\n\
        j.d blink\n\
        ld.a fp,[sp,16]\n\