Home
last modified time | relevance | path

Searched refs:ppc_change_csect (Results 1 – 6 of 6) sorted by relevance

/toolchain/binutils/binutils-2.27/gas/config/
Dtc-ppc.c117 static void ppc_change_csect (symbolS *, offsetT);
3832 ppc_change_csect (sym, align); in ppc_csect()
3840 ppc_change_csect (symbolS *sym, offsetT align) in ppc_change_csect() function
4104 ppc_change_csect (sym, 2); in ppc_section()
4139 ppc_change_csect (sym, 2); in ppc_named_section()
/toolchain/binutils/binutils-2.27/gas/
DChangeLog-02031564 * config/tc-ppc.c (ppc_csect): Pass alignment to ppc_change_csect.
1565 (ppc_change_csect): Add align param. Align frag at start of csect.
1566 (ppc_section, ppc_named_section): Adjust ppc_change_csect calls.
5355 (ppc_change_csect): Default csect align is 2.
DChangeLog-2009827 * config/tc-ppc.c (ppc_csect, ppc_change_csect, ppc_function)
DChangeLog-9295412 (ppc_change_csect): Check that ppc_toc_csect is not NULL.
433 (ppc_csect): Move most of the code to ppc_change_csect, and call
435 (ppc_change_csect): New static function, taken from ppc_csect.
DChangeLog-9697892 * config/tc-ppc.c (ppc_change_csect): Temporarily lower the
DChangeLog-00016701 (ppc_change_csect): Align correctly for XCOFF64.