diff options
Diffstat (limited to 'libgloss/cris/crtn.c')
-rw-r--r-- | libgloss/cris/crtn.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/libgloss/cris/crtn.c b/libgloss/cris/crtn.c index 012e5b1e4..a819daa22 100644 --- a/libgloss/cris/crtn.c +++ b/libgloss/cris/crtn.c @@ -1,5 +1,5 @@ /* Executable and DSO init/fini end for cris*-axis-linux-gnu and simulators - Copyright (C) 2000, 2001, 2004, 2005 Axis Communications. + Copyright (C) 2000, 2001, 2004, 2005, 2007 Axis Communications. All rights reserved. Redistribution and use in source and binary forms, with or without @@ -36,7 +36,7 @@ __asm__ (".section .init\n" #endif "\tmove.d [sp+],r9\n" "\tjump r9\n" - "\tnop\n" + "\tsetf\n" "\t.section .fini\n" #ifdef __PIC__ @@ -44,7 +44,7 @@ __asm__ (".section .init\n" #endif "\tmove.d [sp+],r9\n" "\tjump r9\n" - "\tnop\n"); + "\tsetf\n"); #else extern int Dummy; |