re PR target/16304 (bootstrap failure on AIX 4.3.3: cannot build strstream in libstdc++)
authorJohn David Anglin <dave.anglin@nrc-cnrc.gc.ca>
Sun, 16 Jan 2005 15:28:18 +0000 (15:28 +0000)
committerJohn David Anglin <danglin@gcc.gnu.org>
Sun, 16 Jan 2005 15:28:18 +0000 (15:28 +0000)
commit083b6717421551de719da50c1457e63e4fa4bbd9
tree1c91cbe9f2de1c17161aeacff28875b71fb4cf00
parent5352b89f604b3be2f9e7d33e748e82391d49cf90
re PR target/16304 (bootstrap failure on AIX 4.3.3: cannot build strstream in libstdc++)

PR target/16304
* defaults.h (TARGET_DEFERRED_OUTPUT_DEFS): Provide default.
* toplev.c (compile_file): Call process_pending_assemble_output_defs
just before targetm.asm_out.file_end.
* tree.h (process_pending_assemble_output_defs): Declare.
* varasm.c (assemble_output_def, process_pending_assemble_output_defs):
New functions.
(assemble_alias): Defer generation of assembly code for defines when
TARGET_DEFERRED_OUTPUT_DEFS is true.
* config/rs6000/aix41.h (TARGET_DEFERRED_OUTPUT_DEFS): Define.
* config/rs6000/aix43.h (TARGET_DEFERRED_OUTPUT_DEFS): Define.
* doc/tm.texi (TARGET_DEFERRED_OUTPUT_DEFS): document.

From-SVN: r93726
gcc/ChangeLog
gcc/config/rs6000/aix41.h
gcc/config/rs6000/aix43.h
gcc/defaults.h
gcc/doc/tm.texi
gcc/toplev.c
gcc/tree.h
gcc/varasm.c