public inbox for binutils@sourceware.org
 help / color / mirror / Atom feed
From: Nick Clifton <nickc@redhat.com>
To: binutils@sources.redhat.com
Subject: 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.
Date: Mon, 22 Nov 2004 10:02:00 -0000	[thread overview]
Message-ID: <200411221001.iAMA1tan015119@pobox.surrey.redhat.com> (raw)

  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>

                 reply	other threads:[~2004-11-22 10:02 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=200411221001.iAMA1tan015119@pobox.surrey.redhat.com \
    --to=nickc@redhat.com \
    --cc=binutils@sources.redhat.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).