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

📄 tc_i386.h

📁 Algorithms for Image Processing and Computer Vision Source Code
💻 H
字号:
*** orig/binutils.252/gas/config/tc-i386.h	Sat Dec 17 19:48:10 1994
--- src/binutils.252/gas/config/tc-i386.h	Sat Dec 17 19:50:06 1994
***************
*** 112,122 ****
--- 112,126 ----
  #endif
  #define tc_coff_symbol_emit_hook(a)	;	/* not used */
  
+ #ifndef TE_GO32
+ /* djgpp is coff, but with underscores, to gcc uses "L*" for local labels
+    instead of ".L*".  FIXME - should check for underscores, like gcc does */
  #ifndef OBJ_AOUT
  /* Local labels starts with .L */
  #define LOCAL_LABEL(name) (name[0] == '.' \
  		 && (name[1] == 'L' || name[1] == 'X' || name[1] == '.'))
  #define FAKE_LABEL_NAME ".L0\001"
+ #endif
  #endif
  #define LOCAL_LABELS_FB
  

⌨️ 快捷键说明

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