This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC 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]

[PATCH, committed] sysv4.opt typo


	Pat Haugen found a typo in sysv4.opt.  Fixed below.

David


2005-05-06  Pat Haugen  <pthaugen@us.ibm.com>

	* config/rs6000/sysv4.opt: Fix typo.

Index: sysv4.opt
===================================================================
RCS file: /cvs/gcc/gcc/gcc/config/rs6000/sysv4.opt,v
retrieving revision 1.1
diff -c -p -r1.1 sysv4.opt
*** sysv4.opt	5 May 2005 20:54:21 -0000	1.1
--- sysv4.opt	6 May 2005 19:31:09 -0000
*************** mbit-word
*** 92,98 ****
  Target Report Mask(NO_BITFIELD_WORD)
  Allow bit-fields to cross word boundaries
  
! mrenames
  Target Mask(REGNAMES)
  Use alternate register names
  
--- 92,98 ----
  Target Report Mask(NO_BITFIELD_WORD)
  Allow bit-fields to cross word boundaries
  
! mregnames
  Target Mask(REGNAMES)
  Use alternate register names
  


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