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]

Re: ia64.c typo ADDITIONAL_REGISTER_NAMES


Thanks.  I checked in this patch to fix the problem.

Sat Mar 11 16:25:41 2000  Jim Wilson  <wilson@cygnus.com>

	* config/ia64/ia64.h (ADDITIONAL_REGISTER_NAMES): Fix typo in loc79
	entry.

Index: ia64.h
===================================================================
RCS file: /cvs/gcc/egcs/gcc/config/ia64/ia64.h,v
retrieving revision 1.2
diff -p -r1.2 ia64.h
*** ia64.h	2000/03/12 00:20:06	1.2
--- ia64.h	2000/03/12 00:25:12
*************** do {									\
*** 2374,2380 ****
    { "loc76", LOC_REG (76) }, 						\
    { "loc77", LOC_REG (77) }, 						\
    { "loc78", LOC_REG (78) }, 						\
!   { "loc79", LOC_REG (78) }, 						\
  }
  
  /* A C compound statement to output to stdio stream STREAM the assembler syntax
--- 2374,2380 ----
    { "loc76", LOC_REG (76) }, 						\
    { "loc77", LOC_REG (77) }, 						\
    { "loc78", LOC_REG (78) }, 						\
!   { "loc79", LOC_REG (79) }, 						\
  }
  
  /* A C compound statement to output to stdio stream STREAM the assembler syntax


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