tc_i386.h
来自「Algorithms for Image Processing and Comp」· C头文件 代码 · 共 21 行
H
21 行
*** 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 + =
减小字号Ctrl + -
显示快捷键?