aix.h (ASM_DECLARE_FUNCTION_NAME): Call named_section() or text_section() as appropri...
authorDavid Edelsohn <dje@gcc.gnu.org>
Tue, 22 Aug 2000 19:27:31 +0000 (15:27 -0400)
committerDavid Edelsohn <dje@gcc.gnu.org>
Tue, 22 Aug 2000 19:27:31 +0000 (15:27 -0400)
commit9861b0c9d63ef866cf7e5b99ffc528f978ca66e2
tree66183ff44fa21fe4077829d8dfc76e821ceec710
parent180ca3a1bbfbadb7e3a819f8c1a9bad962dbaa3c
aix.h (ASM_DECLARE_FUNCTION_NAME): Call named_section() or text_section() as appropriate instead of emitting text...

* aix.h (ASM_DECLARE_FUNCTION_NAME): Call named_section() or
        text_section() as appropriate instead of emitting text csect
pseudo-op directly.
(TEXT_SECTION_ASM_OP): Only require default 32-bit alignment.
(UNIQUE_SECTION): Define macro.
(ASM_OUTPUT_SECTION_NAME): Define macro.
* rs6000.c (rs6000_override_options): Disable -ffunction-sections
        on AIX if debugging and -fdata-sections always.

From-SVN: r35886
gcc/ChangeLog
gcc/config/rs6000/aix.h
gcc/config/rs6000/rs6000.c