aboutsummaryrefslogtreecommitdiff
path: root/gcc/config.in
diff options
context:
space:
mode:
authorH.J. Lu <hongjiu.lu@intel.com>2004-07-07 20:29:13 +0000
committerH.J. Lu <hjl@gcc.gnu.org>2004-07-07 13:29:13 -0700
commitd594623ade98699f505a959c91f8f58fc9828255 (patch)
treee6dfd33f5e444278cf6eff5e3e80fc6d94ba1a92 /gcc/config.in
parentf0517163a9b573e1e5858490d95787a48c8a4a10 (diff)
downloadgcc-d594623ade98699f505a959c91f8f58fc9828255.zip
gcc-d594623ade98699f505a959c91f8f58fc9828255.tar.gz
gcc-d594623ade98699f505a959c91f8f58fc9828255.tar.bz2
collect2.c (dump_file): Don't call cplus_demangle if HAVE_LD_DEMANGLE is defined.
2004-07-07 H.J. Lu <hongjiu.lu@intel.com> * collect2.c (dump_file): Don't call cplus_demangle if HAVE_LD_DEMANGLE is defined. (main): Pass "--demangle" to ld if no_demangle is not 0 and HAVE_LD_DEMANGLE is defined. Don't set current_demangling_style if HAVE_LD_DEMANGLE is defined. * configure.ac (--with-demangler-in-ld): Added (HAVE_LD_DEMANGLE): Define if ld supports --demangle when --with-demangler-in-ld is used. * config.in: Regenerated. * configure: Likewise. From-SVN: r84227
Diffstat (limited to 'gcc/config.in')
-rw-r--r--gcc/config.in3
1 files changed, 3 insertions, 0 deletions
diff --git a/gcc/config.in b/gcc/config.in
index 39d9e53..ab3a670 100644
--- a/gcc/config.in
+++ b/gcc/config.in
@@ -341,6 +341,9 @@
/* Define if your linker supports --as-needed and --no-as-needed options. */
#undef HAVE_LD_AS_NEEDED
+/* Define if your linker supports --demangle option. */
+#undef HAVE_LD_DEMANGLE
+
/* Define if your linker supports --eh-frame-hdr option. */
#undef HAVE_LD_EH_FRAME_HDR