Home
last modified time | relevance | path

Searched refs:mcore_s_section (Results 1 – 3 of 3) sorted by relevance

/toolchain/binutils/binutils-2.25/gas/config/
Dtc-mcore.c351 mcore_s_section (int ignore) in mcore_s_section() function
443 { "section", mcore_s_section, 0 },
444 { "section.s", mcore_s_section, 0 },
445 { "sect", mcore_s_section, 0 },
446 { "sect.s", mcore_s_section, 0 },
/toolchain/binutils/binutils-2.25/gas/
DChangeLog-9899560 * config/tc-mcore.c (mcore_s_section): Do not dump literals if a
1028 (mcore_s_section): No longer ELF specific. Call obj_coff_section
1691 * config/tc-mcore.c (mcore_s_section): Dump literals before
1759 (mcore_s_section): New function. Dump lits before changing secs.
DChangeLog-00011101 (mcore_s_section): Use ISSPACE instead of isspace.