1 /* Copyright (C) 2011-2013 Free Software Foundation, Inc.
3 This file is part of the GNU Transactional Memory Library (libitm).
5 Libitm is free software; you can redistribute it and/or modify it
6 under the terms of the GNU General Public License as published by
7 the Free Software Foundation; either version 3 of the License, or
8 (at your option) any later version.
10 Libitm is distributed in the hope that it will be useful, but WITHOUT ANY
11 WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
12 FOR A PARTICULAR PURPOSE. See the GNU General Public License for
15 Under Section 7 of GPL version 3, you are granted additional
16 permissions described in the GCC Runtime Library Exception, version
17 3.1, as published by the Free Software Foundation.
19 You should have received a copy of the GNU General Public License and
20 a copy of the GCC Runtime Library Exception along with this program;
21 see the files COPYING3 and COPYING.RUNTIME respectively. If not, see
22 <http://www.gnu.org/licenses/>. */
28 .global _ITM_beginTransaction
29 .type _ITM_beginTransaction, %function
31 _ITM_beginTransaction:
40 #endif /* __SH_FPU_ANY__ */
52 cfi_def_cfa_offset (4*15)
54 cfi_def_cfa_offset (4*10)
56 #if defined HAVE_ATTRIBUTE_VISIBILITY || !defined __PIC__
77 cfi_def_cfa_offset (0)
84 .long _GLOBAL_OFFSET_TABLE_
86 #if defined HAVE_ATTRIBUTE_VISIBILITY || !defined __PIC__
87 .long GTM_begin_transaction
89 .long GTM_begin_transaction@PLT-(.Lbegin0-.)
91 .size _ITM_beginTransaction, . - _ITM_beginTransaction
95 .type GTM_longjmp, %function
108 #ifdef __SH_FPU_ANY__
118 .size GTM_longjmp, . - GTM_longjmp
121 .section .note.GNU-stack, "", %progbits