Commit 2fd634d4 by David Edelsohn Committed by David Edelsohn

revert: config.gcc (powerpc-ibm-aix*): Define target_gtfiles.

        Revert
        2019-06-26  David Edelsohn  <dje.gcc@gmail.com>
        * config.gcc (powerpc-ibm-aix*): Define target_gtfiles.

        * config.gcc(rs6000-*-*): Define target_gtfiles.

From-SVN: r272753
parent 85693eef
2019-06-27 David Edelsohn <dje.gcc@gmail.com>
Revert
2019-06-26 David Edelsohn <dje.gcc@gmail.com>
* config.gcc (powerpc-ibm-aix*): Define target_gtfiles.
* config.gcc(rs6000-*-*): Define target_gtfiles.
2019-06-27 Jan Hubicka <jh@suse.cz> 2019-06-27 Jan Hubicka <jh@suse.cz>
* ipa-devirt.c (odr_type_d): Add tbaa_enabled flag. * ipa-devirt.c (odr_type_d): Add tbaa_enabled flag.
......
...@@ -526,6 +526,7 @@ riscv*) ...@@ -526,6 +526,7 @@ riscv*)
rs6000*-*-*) rs6000*-*-*)
extra_options="${extra_options} g.opt fused-madd.opt rs6000/rs6000-tables.opt" extra_options="${extra_options} g.opt fused-madd.opt rs6000/rs6000-tables.opt"
extra_objs="rs6000-string.o rs6000-p8swap.o rs6000-logue.o" extra_objs="rs6000-string.o rs6000-p8swap.o rs6000-logue.o"
target_gtfiles="$target_gtfiles \$(srcdir)/config/rs6000/rs6000-logue.c"
;; ;;
sparc*-*-*) sparc*-*-*)
cpu_type=sparc cpu_type=sparc
...@@ -2810,7 +2811,6 @@ rs6000-ibm-aix6.* | powerpc-ibm-aix6.*) ...@@ -2810,7 +2811,6 @@ rs6000-ibm-aix6.* | powerpc-ibm-aix6.*)
tm_file="${tm_file} rs6000/aix.h rs6000/aix61.h rs6000/xcoff.h rs6000/aix-stdint.h" tm_file="${tm_file} rs6000/aix.h rs6000/aix61.h rs6000/xcoff.h rs6000/aix-stdint.h"
tmake_file="rs6000/t-aix52 t-slibgcc" tmake_file="rs6000/t-aix52 t-slibgcc"
extra_options="${extra_options} rs6000/aix64.opt" extra_options="${extra_options} rs6000/aix64.opt"
target_gtfiles="$target_gtfiles \$(srcdir)/config/rs6000/rs6000-logue.c"
use_collect2=yes use_collect2=yes
thread_file='aix' thread_file='aix'
use_gcc_stdint=wrap use_gcc_stdint=wrap
...@@ -2820,7 +2820,6 @@ rs6000-ibm-aix7.1.* | powerpc-ibm-aix7.1.*) ...@@ -2820,7 +2820,6 @@ rs6000-ibm-aix7.1.* | powerpc-ibm-aix7.1.*)
tm_file="${tm_file} rs6000/aix.h rs6000/aix71.h rs6000/xcoff.h rs6000/aix-stdint.h" tm_file="${tm_file} rs6000/aix.h rs6000/aix71.h rs6000/xcoff.h rs6000/aix-stdint.h"
tmake_file="rs6000/t-aix52 t-slibgcc" tmake_file="rs6000/t-aix52 t-slibgcc"
extra_options="${extra_options} rs6000/aix64.opt" extra_options="${extra_options} rs6000/aix64.opt"
target_gtfiles="$target_gtfiles \$(srcdir)/config/rs6000/rs6000-logue.c"
use_collect2=yes use_collect2=yes
thread_file='aix' thread_file='aix'
use_gcc_stdint=wrap use_gcc_stdint=wrap
...@@ -2830,7 +2829,6 @@ rs6000-ibm-aix[789].* | powerpc-ibm-aix[789].*) ...@@ -2830,7 +2829,6 @@ rs6000-ibm-aix[789].* | powerpc-ibm-aix[789].*)
tm_file="${tm_file} rs6000/aix.h rs6000/aix72.h rs6000/xcoff.h rs6000/aix-stdint.h" tm_file="${tm_file} rs6000/aix.h rs6000/aix72.h rs6000/xcoff.h rs6000/aix-stdint.h"
tmake_file="rs6000/t-aix52 t-slibgcc" tmake_file="rs6000/t-aix52 t-slibgcc"
extra_options="${extra_options} rs6000/aix64.opt" extra_options="${extra_options} rs6000/aix64.opt"
target_gtfiles="$target_gtfiles \$(srcdir)/config/rs6000/rs6000-logue.c"
use_collect2=yes use_collect2=yes
thread_file='aix' thread_file='aix'
use_gcc_stdint=wrap use_gcc_stdint=wrap
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment