[Bug other/51022] powerpc libgcc static-object.mk error

ro at gcc dot gnu.org gcc-bugzilla@gcc.gnu.org
Mon Nov 28 16:31:00 GMT 2011


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51022

--- Comment #6 from Rainer Orth <ro at gcc dot gnu.org> 2011-11-28 16:02:16 UTC ---
Author: ro
Date: Mon Nov 28 16:02:10 2011
New Revision: 181782

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=181782
Log:
Cleanup rs6000/t-ppccomm configurations (PR other/51022)

    PR other/51022
    * config/rs6000/t-savresfgpr: New file.
    * config/rs6000/t-ppccomm (LIB2ADD_ST): Remove all but
    $(srcdir)/config/rs6000/eabi.S.
    * config/rs6000/t-ppccomm-ldbl: Remove.
    * config.host (powerpc-*-freebsd*): Add rs6000/t-savresfgpr to
    tmake_file.
    (powerpc-*-eabispe*): Likewise.
    (powerpc-*-eabi*): Likewise.
    (powerpc-*-linux*, powerpc64-*-linux*): Likewise.
    (powerpc-wrs-vxworks, powerpc-wrs-vxworksae): Add rs6000/t-ppccomm
    to tmake_file, remove rs6000/t-ppccomm-ldbl.
    (powerpc-*-eabisimaltivec*): Remove rs6000/t-ppccomm-ldbl from
    tmake_file.
    (powerpc-*-eabisim*): Likewise.
    (powerpc-*-elf*): Likewise.
    (powerpc-*-eabialtivec*): Likewise.
    (powerpc-xilinx-eabi*): Likewise.
    (powerpc-*-rtems*): Likewise.
    (powerpcle-*-elf*): Likewise.
    (powerpcle-*-eabisim*): Likewise.
    (powerpcle-*-eabi*): Likewise.

Added:
    trunk/libgcc/config/rs6000/t-savresfgpr
      - copied, changed from r181779, trunk/libgcc/config/rs6000/t-ppccomm
Removed:
    trunk/libgcc/config/rs6000/t-ppccomm-ldbl
Modified:
    trunk/libgcc/ChangeLog
    trunk/libgcc/config.host
    trunk/libgcc/config/rs6000/t-ppccomm



More information about the Gcc-bugs mailing list