Commit 138b9ed9 by David Edelsohn

config.host: Add x-aix to host_xmake_file.

        * config.host: Add x-aix to host_xmake_file.
        * config/rs6000/t-aix52: Do not override LDFLAGS.
        * config/rs6000/x-aix: New file.

From-SVN: r140361
parent 9215065f
2008-09-14 David Edelsohn <edelsohn@gnu.org>
* config.host: Add x-aix to host_xmake_file.
* config/rs6000/t-aix52: Do not override LDFLAGS.
* config/rs6000/x-aix: New file.
2008-09-14 Andy Hutchinson <hutchinsonandy@aim.com> 2008-09-14 Andy Hutchinson <hutchinsonandy@aim.com>
PR target/19636 PR target/19636
...@@ -6306,7 +6312,7 @@ ...@@ -6306,7 +6312,7 @@
PR ada/36554 PR ada/36554
* dwarf2out.c (is_subrange_type): Deal with BOOLEAN_TYPE. * dwarf2out.c (is_subrange_type): Deal with BOOLEAN_TYPE.
2008-07-30 Rafael Ávila de Espíndola <espindola@google.com> 2008-07-30 Rafael vila de Espíndola <espindola@google.com>
PR 36974 PR 36974
* final.c (call_from_call_insn): Handle COND_EXEC. * final.c (call_from_call_insn): Handle COND_EXEC.
...@@ -6518,7 +6524,7 @@ ...@@ -6518,7 +6524,7 @@
* config/rs6000/rs6000.h (SLOW_UNALIGNED_ACCESS): Add clause for * config/rs6000/rs6000.h (SLOW_UNALIGNED_ACCESS): Add clause for
vector modes. vector modes.
2008-07-30 Rafael Ávila de Espíndola <espindola@google.com> 2008-07-30 Rafael vila de Espíndola <espindola@google.com>
* final.c (call_from_call_insn): New. * final.c (call_from_call_insn): New.
(final_scan_insn): Call assemble_external on FUNCTION_DECLs. (final_scan_insn): Call assemble_external on FUNCTION_DECLs.
...@@ -7634,7 +7640,7 @@ ...@@ -7634,7 +7640,7 @@
(TARGET_OPTION_PRINT): Ditto. (TARGET_OPTION_PRINT): Ditto.
(TARGET_CAN_INLINE_P): Ditto. (TARGET_CAN_INLINE_P): Ditto.
2008-07-22 Rafael Ávila de Espíndola <espindola@google.com> 2008-07-22 Rafael vila de Espíndola <espindola@google.com>
* c-typeck.c (build_external_ref): Don't call assemble_external. * c-typeck.c (build_external_ref): Don't call assemble_external.
* final.c (output_operand): Call assemble_external. * final.c (output_operand): Call assemble_external.
...@@ -7655,7 +7661,7 @@ ...@@ -7655,7 +7661,7 @@
highest magnitude if this is still less or equal to the true highest magnitude if this is still less or equal to the true
quotient in magnitude. quotient in magnitude.
2008-07-21 Rafael Ávila de Espíndola <espindola@google.com> 2008-07-21 Rafael vila de Espíndola <espindola@google.com>
* Makefile.in: Replace toplev.h with TOPLEV_H. * Makefile.in: Replace toplev.h with TOPLEV_H.
* c-decl.c (merge_decls): Don't set DECL_IN_SYSTEM_HEADER. * c-decl.c (merge_decls): Don't set DECL_IN_SYSTEM_HEADER.
...@@ -7957,7 +7963,7 @@ ...@@ -7957,7 +7963,7 @@
(m32c_legitimate_address_p): Handle "++rii" addresses created by (m32c_legitimate_address_p): Handle "++rii" addresses created by
m32c_legitimize_reload_address. m32c_legitimize_reload_address.
2007-07-16 Rafael Ávila de Espíndola <espindola@google.com> 2007-07-16 Rafael vila de Espíndola <espindola@google.com>
* c-decl.c (merge_decls): Keep DECL_SOURCE_LOCATION and * c-decl.c (merge_decls): Keep DECL_SOURCE_LOCATION and
DECL_IN_SYSTEM_HEADER in sync. DECL_IN_SYSTEM_HEADER in sync.
...@@ -8047,7 +8053,7 @@ ...@@ -8047,7 +8053,7 @@
* emit-rtl.c (set_mem_attributes_minus_bitpos): Improve comment. * emit-rtl.c (set_mem_attributes_minus_bitpos): Improve comment.
2007-07-14 Rafael Ávila de Espíndola <espindola@google.com> 2007-07-14 Rafael vila de Espíndola <espindola@google.com>
* c-decl.c (diagnose_mismatched_decls): Don't warn if TREE_NO_WARNING * c-decl.c (diagnose_mismatched_decls): Don't warn if TREE_NO_WARNING
is set. is set.
......
...@@ -203,6 +203,9 @@ case ${host} in ...@@ -203,6 +203,9 @@ case ${host} in
out_host_hook_obj="${out_host_hook_obj} host-ppc64-darwin.o" out_host_hook_obj="${out_host_hook_obj} host-ppc64-darwin.o"
host_xmake_file="${host_xmake_file} rs6000/x-darwin64" host_xmake_file="${host_xmake_file} rs6000/x-darwin64"
;; ;;
rs6000-ibm-aix* | powerpc-ibm-aix*)
host_xmake_file="${host_xmake_file} rs6000/x-aix"
;;
*-*-solaris2*) *-*-solaris2*)
out_host_hook_obj=host-solaris.o out_host_hook_obj=host-solaris.o
host_xmake_file="${host_xmake_file} x-solaris" host_xmake_file="${host_xmake_file} x-solaris"
......
...@@ -54,6 +54,3 @@ TARGET_LIBGCC2_CFLAGS = -mlong-double-128 ...@@ -54,6 +54,3 @@ TARGET_LIBGCC2_CFLAGS = -mlong-double-128
# Either 32-bit and 64-bit objects in archives. # Either 32-bit and 64-bit objects in archives.
AR_FLAGS_FOR_TARGET = -X32_64 AR_FLAGS_FOR_TARGET = -X32_64
# genautomata requires more than 256MB of data
build/genautomata : override LDFLAGS += -Wl,-bmaxdata:0x20000000
# genautomata requires more than 256MB of data
build/genautomata : override LDFLAGS += -Wl,-bmaxdata:0x20000000
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