Home
last modified time | relevance | path

Searched refs:sh_small (Results 1 – 4 of 4) sorted by relevance

/toolchain/binutils/binutils-2.27/gas/config/
Dtc-sh.h37 extern int sh_small;
150 : (sh_small ? 2 : 4)))
Dobj-coff.h117 ? (sh_small ? "coff-shl-small" : "coff-shl") \
118 : (sh_small ? "coff-sh-small" : "coff-sh"))
Dtc-sh.c128 int sh_small; variable
3202 sh_small = 1; in md_parse_option()
/toolchain/binutils/binutils-2.27/gas/
DChangeLog-9697358 * config/tc-sh.c (sh_small): New variable.
363 * config/tc-sh.h (sh_small): Declare.
364 (SUB_SEGMENT_ALIGN): Handle sh_small.
365 * config/obj-coff.h (TARGET_FORMAT): Check sh_small in TC_SH