summaryrefslogtreecommitdiff
path: root/bridges/source/cpp_uno/cc5_solaris_sparc64
diff options
context:
space:
mode:
authorIvo Hinkelmann <ihi@openoffice.org>2008-04-24 15:25:22 +0000
committerIvo Hinkelmann <ihi@openoffice.org>2008-04-24 15:25:22 +0000
commit4c2a182bc2e5f73401dac2cc39389f915490a40c (patch)
tree6d689426fdb1dd8ef89e01c26c2faa0724667f77 /bridges/source/cpp_uno/cc5_solaris_sparc64
parent3b839bac0c383024683ed3fdeb77a307c3c1df47 (diff)
INTEGRATION: CWS sb85 (1.1.2); FILE ADDED
2008/03/12 10:50:33 sb 1.1.2.1: #i86117# Solaris SPARC64 bridge
Diffstat (limited to 'bridges/source/cpp_uno/cc5_solaris_sparc64')
-rw-r--r--bridges/source/cpp_uno/cc5_solaris_sparc64/doflushcode.s46
1 files changed, 46 insertions, 0 deletions
diff --git a/bridges/source/cpp_uno/cc5_solaris_sparc64/doflushcode.s b/bridges/source/cpp_uno/cc5_solaris_sparc64/doflushcode.s
new file mode 100644
index 000000000000..ccfb1ebb14e3
--- /dev/null
+++ b/bridges/source/cpp_uno/cc5_solaris_sparc64/doflushcode.s
@@ -0,0 +1,46 @@
+/*************************************************************************
+ *
+ * OpenOffice.org - a multi-platform office productivity suite
+ *
+ * $RCSfile: doflushcode.s,v $
+ *
+ * $Revision: 1.2 $
+ *
+ * last change: $Author: ihi $ $Date: 2008-04-24 16:25:22 $
+ *
+ * The Contents of this file are made available subject to
+ * the terms of GNU Lesser General Public License Version 2.1.
+ *
+ *
+ * GNU Lesser General Public License Version 2.1
+ * =============================================
+ * Copyright 2008 by Sun Microsystems, Inc.
+ * 901 San Antonio Road, Palo Alto, CA 94303, USA
+ *
+ * This library is free software; you can redistribute it and/or
+ * modify it under the terms of the GNU Lesser General Public
+ * License version 2.1, as published by the Free Software Foundation.
+ *
+ * This library is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+ * Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public
+ * License along with this library; if not, write to the Free Software
+ * Foundation, Inc., 59 Temple Place, Suite 330, Boston,
+ * MA 02111-1307 USA
+ *
+ ************************************************************************/
+
+.global doFlushCode
+.align 8
+doFlushCode:
+ flush %o0
+ deccc %o1
+ bne,pt %xcc, doFlushCode
+ add %o0, 8, %o0
+ retl
+ nop
+.size doFlushCode, . - doFlushCode
+.type doFlushCode, #function