This is the mail archive of the binutils@sources.redhat.com mailing list for the binutils project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Update invocation of c_dot I am applying the patch below to fix uptc-tic54x.c which calls c_dot_file_symbol() but which did not have the new second parameter set.


  Nick
gas/ChangeLog
2004-11-22  Nick Clifton  <nickc@redhat.com>
	* config/tc-tic54x.c (tic54x_adjust_symtab): Adjust call to
	c_dot_file_symbol.
Index: tc-tic54x.c
===================================================================
RCS file: /cvs/src/src/gas/config/tc-tic54x.c,v
retrieving revision 1.16
diff -c -3 -p -r1.16 tc-tic54x.c
*** tc-tic54x.c	22 Nov 2003 15:32:28 -0000	1.16
--- tc-tic54x.c	22 Nov 2004 09:59:04 -0000
*************** tic54x_adjust_symtab ()
*** 5379,5385 ****
        char *filename;
        unsigned lineno;
        as_where (&filename, &lineno);
!       c_dot_file_symbol (filename);
      }
  }
--- 5379,5385 ----
        char *filename;
        unsigned lineno;
        as_where (&filename, &lineno);
!       c_dot_file_symbol (filename, 0);
      }
  }
From: Nick Clifton <nickc@redhat.com>
Date: Mon, 22 Nov 2004 10:06:19 +0000
Message-ID: <m3brdq2o6c.fsf@redhat.com>


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