OSDN Git Service

* config/arc/initfini.c (.init): Fix typo.
authorrth <rth@138bc75d-0d04-0410-961f-82ee72b054a4>
Sat, 26 May 2001 01:14:19 +0000 (01:14 +0000)
committerrth <rth@138bc75d-0d04-0410-961f-82ee72b054a4>
Sat, 26 May 2001 01:14:19 +0000 (01:14 +0000)
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@42614 138bc75d-0d04-0410-961f-82ee72b054a4

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

index e3dada1..2cd17a1 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 9d4952b..dd52be9 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\