This is the mail archive of the gcc-bugs@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]

Re: rs6000.c cr names


	Geoff or I will apply something along the lines of the appended
patch. 

David

Index: rs6000.c
===================================================================
RCS file: /cvs/gcc/egcs/gcc/config/rs6000/rs6000.c,v
retrieving revision 1.120
diff -c -p -r1.120 rs6000.c
*** rs6000.c	2000/05/06 04:31:16	1.120
--- rs6000.c	2000/05/06 18:22:09
*************** output_cbranch (op, label, reversed, ins
*** 4073,4079 ****
    else
      s += sprintf (s, "b%s%s ", ccode, pred);
  
!   s += sprintf (s, "%d", cc_regno);
  
    if (label != NULL)
      {
--- 4073,4079 ----
    else
      s += sprintf (s, "b%s%s ", ccode, pred);
  
!   s += sprintf (s, "%s", reg_names[cc_regno + CR0_REGNO]);
  
    if (label != NULL)
      {

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