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]
Other format: [Raw text]

[PATCH] fix booke comment




commited as obvious.


.mrg.


	* ppc-opc.c (powerpc_dialect): Fix comment; BookE is not Motorola
	specific.



Index: opcodes/ppc-dis.c
===================================================================
RCS file: /cvs/src/src/opcodes/ppc-dis.c,v
retrieving revision 1.6
diff -p -r1.6 ppc-dis.c
*** ppc-dis.c	2001/11/15 01:08:53	1.6
--- ppc-dis.c	2002/02/19 15:19:35
*************** static int print_insn_powerpc PARAMS ((b
*** 35,42 ****
  static int powerpc_dialect PARAMS ((struct disassemble_info *));
  
  /* Determine which set of machines to disassemble for.  PPC403/601 or
!    Motorola BookE.  For convenience, also disassemble instructions
!    supported by the AltiVec vector unit.  */
  
  int
  powerpc_dialect(info)
--- 35,42 ----
  static int powerpc_dialect PARAMS ((struct disassemble_info *));
  
  /* Determine which set of machines to disassemble for.  PPC403/601 or
!    BookE.  For convenience, also disassemble instructions supported
!    by the AltiVec vector unit.  */
  
  int
  powerpc_dialect(info)


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