[committed] Add missing space in disassembly of 'mfctl,w'

John David Anglin dave@hiauly1.hia.nrc.ca
Sun Jul 17 02:29:00 GMT 2005


Committed as obvious.

Dave
-- 
J. David Anglin                                  dave.anglin@nrc-cnrc.gc.ca
National Research Council of Canada              (613) 990-0752 (FAX: 952-6602)

2005-07-16  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>

	* hppa-dis.c (print_insn_hppa): Add space after 'w' in wide-mode
	mfctl disassembly.

Index: hppa-dis.c
===================================================================
RCS file: /cvs/src/src/opcodes/hppa-dis.c,v
retrieving revision 1.45
diff -u -3 -p -r1.45 hppa-dis.c
--- hppa-dis.c	1 Jul 2005 11:16:32 -0000	1.45
+++ hppa-dis.c	17 Jul 2005 00:16:18 -0000
@@ -618,7 +618,7 @@ print_insn_hppa (bfd_vma memaddr, disass
 			 read_write_names[GET_FIELD (insn, 25, 25)]);
 		      break;
 		    case 'W':
-		      (*info->fprintf_func) (info->stream, ",w");
+		      (*info->fprintf_func) (info->stream, ",w ");
 		      break;
 		    case 'r':
 		      if (GET_FIELD (insn, 23, 26) == 5)



More information about the Binutils mailing list