This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
PATCH to collect2.c
- To: gcc-patches at gcc dot gnu dot org
- Subject: PATCH to collect2.c
- From: Jason Merrill <jason at redhat dot com>
- Date: 22 Dec 2000 11:34:00 +0000
2000-12-20 Jason Merrill <jason@redhat.com>
* collect2.c (main): Use auto_demangling.
*** collect2.c.~1~ Fri Dec 22 11:24:04 2000
--- collect2.c Fri Dec 22 11:24:05 2000
*************** main (argc, argv)
*** 916,922 ****
obstack_begin (&permanent_obstack, 0);
temporary_firstobj = (char *) obstack_alloc (&temporary_obstack, 0);
! current_demangling_style = gnu_demangling;
p = getenv ("COLLECT_GCC_OPTIONS");
while (p && *p)
{
--- 916,922 ----
obstack_begin (&permanent_obstack, 0);
temporary_firstobj = (char *) obstack_alloc (&temporary_obstack, 0);
! current_demangling_style = auto_demangling;
p = getenv ("COLLECT_GCC_OPTIONS");
while (p && *p)
{