⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 defs.arm

📁 IXP425的BSP代码
💻 ARM
字号:
# defs.arm - ARM specific definitions for the Diab toolchain## modification history# --------------------# 01c,24jun02,m_h  define LONGCALL to allow far away ld relocations# 01b,15jan02,to   disable auto literal pool inserting# 01a,18dec01,to   written## DESCRIPTION# This file contains ARM specific definitions and flags for the# Diab tools (compiler, assembler, linker etc.)## compile flags:# -Wa,-Xgnu-thumb	generate STT_ARM_TFUNC for the compatibility#			with GNU# -Wa,-Xlit-auto-off	disable auto literal pool inserting## NOTE# The file name comes from defs.$(VX_CPU_FAMILY)#include $(TGT_DIR)/h/tool/diab/defs.diabinclude $(TGT_DIR)/h/tool/common/defs.armLONGCALL = -Xcode-absolute-farifeq  ($(findstring _T,$(CPU)),_T)# definitions for Thumb modeCC_ARCH_SPEC	+= -Xinterwork -Wa,-Xgnu-thumbelse# definitions for ARM modeendifOPTION_LANG_ASM	= -Wa,-Xlit-auto-off# end of defs.arm

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -