comparison gcc/config/arm/bpabi.S @ 63:b7f97abdc517 gcc-4.6-20100522

update gcc from gcc-4.5.0 to gcc-4.6
author ryoma <e075725@ie.u-ryukyu.ac.jp>
date Mon, 24 May 2010 12:47:05 +0900
parents 77e2b8dfacca
children f6334be47118
comparison
equal deleted inserted replaced
56:3c8a44c06a95 63:b7f97abdc517
19 19
20 You should have received a copy of the GNU General Public License and 20 You should have received a copy of the GNU General Public License and
21 a copy of the GCC Runtime Library Exception along with this program; 21 a copy of the GCC Runtime Library Exception along with this program;
22 see the files COPYING3 and COPYING.RUNTIME respectively. If not, see 22 see the files COPYING3 and COPYING.RUNTIME respectively. If not, see
23 <http://www.gnu.org/licenses/>. */ 23 <http://www.gnu.org/licenses/>. */
24
25 #ifdef __ARM_EABI__
26 /* Some attributes that are common to all routines in this file. */
27 /* Tag_ABI_align_needed: This code does not require 8-byte
28 alignment from the caller. */
29 /* .eabi_attribute 24, 0 -- default setting. */
30 /* Tag_ABI_align_preserved: This code preserves 8-byte
31 alignment in any callee. */
32 .eabi_attribute 25, 1
33 #endif /* __ARM_EABI__ */
24 34
25 #ifdef L_aeabi_lcmp 35 #ifdef L_aeabi_lcmp
26 36
27 ARM_FUNC_START aeabi_lcmp 37 ARM_FUNC_START aeabi_lcmp
28 cmp xxh, yyh 38 cmp xxh, yyh