]> git.ipfire.org Git - thirdparty/gcc.git/commit - gcc/configure.ac
configure.ac (HAVE_LD_NO_DOT_SYMBOLS): Add powerpc64-*-freebsd*.
authorAndreas Tobler <andreast@fgznet.ch>
Wed, 21 Mar 2012 20:13:50 +0000 (21:13 +0100)
committerAndreas Tobler <andreast@gcc.gnu.org>
Wed, 21 Mar 2012 20:13:50 +0000 (21:13 +0100)
commita26f86dcb1fd70f7136deb3964443bef528db516
tree6de6a3120496c1dc6d4c272ec1de3fe57695c0f0
parentd82ad50db3dcf1a7fd7dabae129bf4ee6dc771fd
configure.ac (HAVE_LD_NO_DOT_SYMBOLS): Add powerpc64-*-freebsd*.

2012-03-21  Andreas Tobler  <andreast@fgznet.ch>

        * configure.ac (HAVE_LD_NO_DOT_SYMBOLS): Add powerpc64-*-freebsd*.
        Introduce emul_name to select the right linker emulation for
        powerpc64-*-freebsd*.
        * configure: Regenerate.
        * config.gcc: Add bits to support powerpc64-*-freebsd*.
        * config/rs6000/freebsd.h (POWERPC_FREEBSD): Define.
        * config/rs6000/freebsd64.h: New file.
        * config/rs6000/rs6000.c (rs6000_option_override_internal): Use
        POWERPC_FREEBSD.
        (rs6000_savres_strategy): Likewise.
        (rs6000_savres_routine_name): Likewise.
        (rs6000_elf_file_end): Likewise.
        * config/rs6000/t-freebsd64: New file.
        * config/rs6000/sysv4.h (SUBTARGET_OVERRIDE_OPTIONS): Set the
        rs6000_current_abi for 64-bit FreeBSD to ABI_AIX.

From-SVN: r185615
gcc/ChangeLog
gcc/config.gcc
gcc/config/rs6000/freebsd.h
gcc/config/rs6000/freebsd64.h [new file with mode: 0644]
gcc/config/rs6000/rs6000.c
gcc/config/rs6000/sysv4.h
gcc/config/rs6000/t-freebsd64 [new file with mode: 0644]
gcc/configure
gcc/configure.ac