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]

Re: more nits


And more.

	* config/tc-s390.c (md_parse_option): Formatting.

Index: gas/config/tc-s390.c
===================================================================
RCS file: /cvs/src/src/gas/config/tc-s390.c,v
retrieving revision 1.15
diff -u -p -r1.15 tc-s390.c
--- gas/config/tc-s390.c	17 Apr 2002 15:12:24 -0000	1.15
+++ gas/config/tc-s390.c	27 Apr 2002 14:16:34 -0000
@@ -388,9 +388,9 @@ md_parse_option (c, arg)
 
     case 'A':
       if (arg != NULL && strcmp (arg, "esa") == 0)
-	  current_architecture = S390_OPCODE_ESA;
+	current_architecture = S390_OPCODE_ESA;
       else if (arg != NULL && strcmp (arg, "esame") == 0)
-	  current_architecture = S390_OPCODE_ESAME;
+	current_architecture = S390_OPCODE_ESAME;
       else
 	as_bad ("invalid architecture -A%s", arg);
       current_arch_mask = 1 << current_architecture;

-- 
Alan Modra
IBM OzLabs - Linux Technology Centre


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