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] Update the list of ports that use define_peephole


Hi,

Attached is a patch to add cris and s390 to the list of ports that use
define_peephole.  Committed as obvious.

Kazu Hirata

Index: beginner.html
===================================================================
RCS file: /cvs/gcc/wwwdocs/htdocs/projects/beginner.html,v
retrieving revision 1.16
diff -c -r1.16 beginner.html
*** beginner.html	2002/01/08 00:21:16	1.16
--- beginner.html	2002/01/18 20:15:50
***************
*** 582,589 ****
  
  <p>The targets with text peepholes are:</p>
  <pre>
!   1750a arm avr c4x dsp16xx fr30 i860 i960 m32r m68hc11 m68k
!   mcore mips mn10200 mn10300 ns32k pa romp rs6000 sh sparc.
  </pre>
  </li>
  
--- 582,589 ----
  
  <p>The targets with text peepholes are:</p>
  <pre>
!   1750a arm avr c4x cris dsp16xx fr30 i860 i960 m32r m68hc11 m68k
!   mcore mips mn10200 mn10300 ns32k pa romp rs6000 s390 sh sparc.
  </pre>
  </li>
  


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