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]

Patch to gas/tc-m88k.c


I have just commited the following clean-up patch.

Ben


2001-06-24  Ben Elliston  <bje@redhat.com>

	* config/tc-m88k.c (md_pseudo_table): Properly terminate the table
	to allay a possible compiler warning.

Index: tc-m88k.c
===================================================================
RCS file: /cvs/src/src/gas/config/tc-m88k.c,v
retrieving revision 1.7
diff -u -r1.7 tc-m88k.c
--- tc-m88k.c   2001/03/08 23:24:24     1.7
+++ tc-m88k.c   2001/06/23 22:57:39
@@ -179,7 +179,7 @@
   /* Force set to be treated as an instruction.  */
   {"set", NULL, 0},
   {".set", s_set, 0},
-  {0}
+  {NULL, NULL, 0}
 };
 
 void


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