�
* decl2.c (start_objects): Make file scope constructors and
destructors local to the file if ASM_OUTPUT_CONSTRUCTOR and
ASM_OUTPUT_DESTRUCTOR are defined.
From-SVN: r25355
+Sun Feb 21 20:38:00 1999 H.J. Lu (hjl@gnu.org)
+
+ * decl2.c (start_objects): Make file scope constructors and
+ destructors local to the file if ASM_OUTPUT_CONSTRUCTOR and
+ ASM_OUTPUT_DESTRUCTOR are defined.
+
Sat Feb 20 15:08:42 1999 Jeffrey A Law (law@cygnus.com)
1999-01-25 Martin von Löwis <loewis@informatik.hu-berlin.de>
NULL_TREE),
NULL_TREE, 0);
+#if defined(ASM_OUTPUT_CONSTRUCTOR) && defined(ASM_OUTPUT_DESTRUCTOR)
+ /* It can be a static function with .ctors/.dtors sections. */
+ TREE_PUBLIC (current_function_decl) = 0;
+#endif
+
store_parm_decls ();
pushlevel (0);
clear_last_expr ();