Changeset 1973 for binutils/trunk/gas/doc/internals.texi
- Timestamp:
- Feb 6, 2017, 1:00:00 PM (8 years ago)
- Location:
- binutils/trunk
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
binutils/trunk ¶
-
Property svn:mergeinfo
set to
/binutils/vendor/current merged eligible
-
Property svn:mergeinfo
set to
-
TabularUnified binutils/trunk/gas/doc/internals.texi ¶
r970 r1973 1 1 \input texinfo 2 @c Copyright (C) 1991-201 4Free Software Foundation, Inc.2 @c Copyright (C) 1991-2016 Free Software Foundation, Inc. 3 3 @setfilename internals.info 4 4 @node Top … … 151 151 @cindex S_IS_EXTERNAL 152 152 Return non-zero if the symbol is externally visible. 153 154 @item S_IS_EXTERN155 @cindex S_IS_EXTERN156 A synonym for @code{S_IS_EXTERNAL}. Don't use it.157 153 158 154 @item S_IS_WEAK … … 1474 1470 generated. 1475 1471 1472 @item tc_cfi_reloc_for_encoding 1473 @cindex tc_cfi_reloc_for_encoding 1474 This macro is used to indicate whether a cfi encoding requires a relocation. 1475 It should return the required relocation type. Defining this macro implies 1476 that Compact EH is supported. 1477 1476 1478 @item md_post_relax_hook 1477 1479 If you define this macro, GAS will call it after relaxing and sizing the
Note:
See TracChangeset
for help on using the changeset viewer.