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]

Checkin procedure question. Applied patch to gas/config/tc-cris.c


Is it necessary or of interest that all patches are CC:ed here,
or are smaller ones of narrow interest (like this) just unwanted
noise?  (I'll probably default to assuming the latter in the future.)

I've scrutinized Mr. Kaizu Hirata's formatting work on tc-cris.c
(thank you!) and found just a few more things I should've
checked and fixed before submitting tc-cris.c...  Applied.

2000-09-05  Hans-Peter Nilsson  <hp@axis.com>

	* config/tc-cris.c: Correct comment typos.

Index: tc-cris.c
===================================================================
RCS file: /cvs/src/src/gas/config/tc-cris.c,v
retrieving revision 1.3
diff -p -c -r1.3 tc-cris.c
*** tc-cris.c	2000/08/04 18:43:45	1.3
--- tc-cris.c	2000/09/05 17:48:25
*************** md_estimate_size_before_relax (fragP, se
*** 391,397 ****
  
  	      /* Modify the byte-offset BDAP into a word or dword offset
  		 BDAP.	Or really, a BDAP rX,8bit into a
! 		 BDAP.[wd] rX,[PC+] followed by a and a word or dword.  */
  	      (fragP->fr_opcode)[0] = BDAP_PC_LOW + pow2_of_size * 16;
  
  	      /* Keep the register number in the highest four bits.  */
--- 391,397 ----
  
  	      /* Modify the byte-offset BDAP into a word or dword offset
  		 BDAP.	Or really, a BDAP rX,8bit into a
! 		 BDAP.[wd] rX,[PC+] followed by a word or dword.  */
  	      (fragP->fr_opcode)[0] = BDAP_PC_LOW + pow2_of_size * 16;
  
  	      /* Keep the register number in the highest four bits.  */
*************** get_bw_size_modifier (cPP, size_bitsp)
*** 1451,1457 ****
      }
  }
  
! /* Get a general register from the string pointed out by *cPP.	The
     variable *cPP is advanced to the character following the general
     register name on a successful return, and has its initial position
     otherwise.
--- 1451,1457 ----
      }
  }
  
! /* Get a general register from the string pointed out by *cPP.  The
     variable *cPP is advanced to the character following the general
     register name on a successful return, and has its initial position
     otherwise.
*************** get_3op_or_dip_prefix_op (cPP, prefixp)
*** 1956,1962 ****
  		   | prefixp->base_reg_number /* << 0 */
  		   | (index_reg_number << 12));
  
! 	      /*  */
  	      if (! get_bwd_size_modifier (cPP, &size_bits))
  		/* Missing size, so fail.  */
  		return 0;
--- 1956,1962 ----
  		   | prefixp->base_reg_number /* << 0 */
  		   | (index_reg_number << 12));
  
! 	      /* Consume the ".S".  */
  	      if (! get_bwd_size_modifier (cPP, &size_bits))
  		/* Missing size, so fail.  */
  		return 0;

brgds, H-P

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