1 /* Miscellaneous BPABI functions.
3 Copyright (C) 2003, 2004 Free Software Foundation, Inc.
4 Contributed by CodeSourcery, LLC.
6 This file is free software; you can redistribute it and/or modify it
7 under the terms of the GNU General Public License as published by the
8 Free Software Foundation; either version 2, or (at your option) any
11 In addition to the permissions in the GNU General Public License, the
12 Free Software Foundation gives you unlimited permission to link the
13 compiled version of this file into combinations with other programs,
14 and to distribute those combinations without any restriction coming
15 from the use of this file. (The General Public License restrictions
16 do apply in other respects; for example, they cover modification of
17 the file, and distribution when not linked into a combine
20 This file is distributed in the hope that it will be useful, but
21 WITHOUT ANY WARRANTY; without even the implied warranty of
22 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
23 General Public License for more details.
25 You should have received a copy of the GNU General Public License
26 along with this program; see the file COPYING. If not, write to
27 the Free Software Foundation, 51 Franklin Street, Fifth Floor,
28 Boston, MA 02110-1301, USA. */
44 ARM_FUNC_START aeabi_lcmp
52 #endif /* L_aeabi_lcmp */
56 ARM_FUNC_START aeabi_ulcmp
68 #endif /* L_aeabi_ulcmp */
70 #ifdef L_aeabi_ldivmod
72 ARM_FUNC_START aeabi_ldivmod
75 bl SYM(__gnu_ldivmod_helper) __PLT__
81 #endif /* L_aeabi_ldivmod */
83 #ifdef L_aeabi_uldivmod
85 ARM_FUNC_START aeabi_uldivmod
88 bl SYM(__gnu_uldivmod_helper) __PLT__
94 #endif /* L_aeabi_divmod */