]> gcc.gnu.org Git - gcc.git/commit - gcc/ChangeLog
target.h (struct gcc_target): Add new field to struct cxx: import_export_class.
authorNick Clifton <nickc@redhat.com>
Thu, 1 Jul 2004 08:47:16 +0000 (08:47 +0000)
committerNick Clifton <nickc@gcc.gnu.org>
Thu, 1 Jul 2004 08:47:16 +0000 (08:47 +0000)
commitd59c7b4bdca296330783083e285ec0fab406df28
treebc3cf975abb40ef9d243230199d2065263a4789e
parented63f99a3c6a15acd707795ec041f2ef0e9e74f3
target.h (struct gcc_target): Add new field to struct cxx: import_export_class.

* target.h (struct gcc_target): Add new field to struct cxx: import_export_class.
* target-def.h (TARGET_CXX): Initialise the new field.
  (TARGET_CXX_IMPORT_EXPORT_CLASS): Provide a default value for the new field.
* doc/tm.texi: Document the new target hook.
* decl2.c (import_export_class): Invoke the import_export_class field in the
  gcc_target structure if it is not empty.

From-SVN: r83964
gcc/ChangeLog
gcc/cp/ChangeLog
gcc/cp/decl2.c
gcc/doc/tm.texi
gcc/target-def.h
gcc/target.h
This page took 0.049847 seconds and 5 git commands to generate.