Home
last modified time | relevance | path

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

/trueos/contrib/binutils/gas/config/
HDtc-ppc.c107 static void ppc_change_csect (symbolS *, offsetT);
3129 ppc_change_csect (sym, align); in ppc_csect()
3137 ppc_change_csect (symbolS *sym, offsetT align) in ppc_change_csect() function
3251 ppc_change_csect (sym, 2); in ppc_section()
3287 ppc_change_csect (sym, 2); in ppc_named_section()
/trueos/contrib/binutils/gas/
HDChangeLog-02031569 * config/tc-ppc.c (ppc_csect): Pass alignment to ppc_change_csect.
1570 (ppc_change_csect): Add align param. Align frag at start of csect.
1571 (ppc_section, ppc_named_section): Adjust ppc_change_csect calls.
5363 (ppc_change_csect): Default csect align is 2.
HDChangeLog-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.
HDChangeLog-9697892 * config/tc-ppc.c (ppc_change_csect): Temporarily lower the
HDChangeLog-00016711 (ppc_change_csect): Align correctly for XCOFF64.