public inbox for binutils@sourceware.org
 help / color / mirror / Atom feed
* [PATCH]: Fix typo in new gas v850 code
@ 2005-05-22 10:14 Nick Clifton
  0 siblings, 0 replies; only message in thread
From: Nick Clifton @ 2005-05-22 10:14 UTC (permalink / raw)
  To: binutils

Hi Guys,

  My recent fix for the v850 assembler contained a silly typo.  I am
  applying the patch below to fix this.

Cheers
  Nick

gas/ChangeLog
2005-05-22  Nick Clifton  <nickc@redhat.com>

	* config/tc-v850.c (md_apply_fix3): Pass the address of the
	message buffer when invoking the insert function.

Index: gas/config/tc-v850.c
===================================================================
RCS file: /cvs/src/src/gas/config/tc-v850.c,v
retrieving revision 1.47
diff -c -3 -p -r1.47 tc-v850.c
*** gas/config/tc-v850.c        18 May 2005 09:42:13 -0000      1.47
--- gas/config/tc-v850.c        22 May 2005 05:52:54 -0000
*************** md_apply_fix3 (fixS *fixP, valueT *value
*** 2341,2347 ****
  
          /* Use the operand's insertion procedure, if present, in order to
             make sure that the value is correctly stored in the insn.  */
!         insn = operand->insert (insn, (offsetT) value, message);
          /* Ignore message even if it is set.  */
  
          bfd_putl32 ((bfd_vma) insn, (unsigned char *) where);
--- 2341,2347 ----
  
          /* Use the operand's insertion procedure, if present, in order to
             make sure that the value is correctly stored in the insn.  */
!         insn = operand->insert (insn, (offsetT) value, & message);
          /* Ignore message even if it is set.  */
  
          bfd_putl32 ((bfd_vma) insn, (unsigned char *) where);


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

only message in thread, other threads:[~2005-05-22  5:54 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2005-05-22 10:14 [PATCH]: Fix typo in new gas v850 code 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).