dbxout.c (FORCE_TEXT): Switch to current_function_decl, not text_section.
authorDavid Edelsohn <edelsohn@gnu.org>
Fri, 27 Sep 2002 03:08:38 +0000 (03:08 +0000)
committerDavid Edelsohn <dje@gcc.gnu.org>
Fri, 27 Sep 2002 03:08:38 +0000 (23:08 -0400)
commit67cef334cce4159cc4de8543ffcc399bfb6c94be
tree5b410740259c1bcccd678c630e6933000e8538f0
parentfa4211cb739503d1ad376083ead0abc75cdf4831
dbxout.c (FORCE_TEXT): Switch to current_function_decl, not text_section.

2002-09-26  David Edelsohn  <edelsohn@gnu.org>

        * dbxout.c (FORCE_TEXT): Switch to current_function_decl, not
        text_section.
        * xcoffout.h (DBX_STATIC_BLOCK_START): Remove explicit change to
        text section.
        * config/rs6000/rs6000.c (rs6000_override_options): Allow
        function-sections and data-sections functionality on AIX.

2002-09-26  David Edelsohn  <edelsohn@gnu.org>
            Dale Johannesen  <dalej@apple.com>

        * config/rs6000/rs6000.c (rs6000_emit_move): Insert zero-extend
        in RTL for sub-word loads from memory.

Co-Authored-By: Dale Johannesen <dalej@apple.com>
From-SVN: r57572
gcc/ChangeLog
gcc/config/rs6000/rs6000.c
gcc/dbxout.c
gcc/xcoffout.h