diff options
author | rth <rth@138bc75d-0d04-0410-961f-82ee72b054a4> | 2001-05-26 01:14:19 +0000 |
---|---|---|
committer | rth <rth@138bc75d-0d04-0410-961f-82ee72b054a4> | 2001-05-26 01:14:19 +0000 |
commit | 71c7d83c059c87adffe5407c1d7c6ab58fa7d5ec (patch) | |
tree | de322212a5be97628c93e34e92270575bcfbf9ff /gcc | |
parent | fc84a2f7e0d320fbb9b1d38394d46112edd69baa (diff) | |
download | gcc-71c7d83c059c87adffe5407c1d7c6ab58fa7d5ec.tar.gz |
* config/arc/initfini.c (.init): Fix typo.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@42614 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/ChangeLog | 4 | ||||
-rw-r--r-- | gcc/config/arc/initfini.c | 2 |
2 files changed, 5 insertions, 1 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog index e3dada18b9f..2cd17a1effe 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -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. diff --git a/gcc/config/arc/initfini.c b/gcc/config/arc/initfini.c index 9d4952b8721..dd52be98ffd 100644 --- a/gcc/config/arc/initfini.c +++ b/gcc/config/arc/initfini.c @@ -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\ |