public inbox for binutils@sourceware.org
 help / color / mirror / Atom feed
* Update invocation of c_dot  I am applying the patch below to fix up tc-tic54x.c which calls c_dot_file_symbol() but which did not have the new second parameter set.
@ 2004-11-22 10:02 Nick Clifton
  0 siblings, 0 replies; only message in thread
From: Nick Clifton @ 2004-11-22 10:02 UTC (permalink / raw)
  To: binutils

  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>

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2004-11-22 10:02 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2004-11-22 10:02 Update invocation of c_dot I am applying the patch below to fix up tc-tic54x.c which calls c_dot_file_symbol() but which did not have the new second parameter set Nick Clifton

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).