This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
Language front end headers and additions to libgcc2
- From: "Joseph S. Myers" <jsm28 at cam dot ac dot uk>
- To: <gcc-patches at gcc dot gnu dot org>
- Date: Tue, 18 Dec 2001 21:39:54 +0000 (GMT)
- Subject: Language front end headers and additions to libgcc2
There presently exists a mechanism for language front ends to add headers
to be installed in libsubdir/include (setting headers in config-lang.in)
and functions for libgcc2 (setting lib2funcs, though the setting doesn't
actually seem to be used). This mechanism isn't used any more, since the
C++ parts of libgcc moved out to libsupc++. I understand that the current
practice is that languages shouldn't add anything to libgcc2, and should
install headers from their runtime library directories at top level; would
it be appropriate to remove this machinery? If so, I'll send a patch to
remove it.
--
Joseph S. Myers
jsm28@cam.ac.uk