* target.h (struct gcc_target): Add new field to struct cxx: import_export_class.
commit52d6bee4af7c047290440bcef095b2b11b5280f4
authornickc <nickc@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 1 Jul 2004 08:47:16 +0000 (1 08:47 +0000)
committernickc <nickc@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 1 Jul 2004 08:47:16 +0000 (1 08:47 +0000)
treebc3cf975abb40ef9d243230199d2065263a4789e
parentda5bcf43ce3d4265b85c9acaa27f6f1bdd7ef86d
* 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.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@83964 138bc75d-0d04-0410-961f-82ee72b054a4
gcc/ChangeLog
gcc/cp/ChangeLog
gcc/cp/decl2.c
gcc/doc/tm.texi
gcc/target-def.h
gcc/target.h