This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

PATCH to collect2.c


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)
      {

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]