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] gas/config/tc-m32r.c


I'm not sure how this ever compiled, since `fragp' would have assumed a type
of int.  There are still problems with the m32r assembler that I am working
to address.


2001-01-23  Ben Elliston  <bje@redhat.com>

        * config/tc-m32r.c (m32r_handle_align): Declare type of fragp.

Index: config/tc-m32r.c
===================================================================
RCS file: /cvs/src/src/gas/config/tc-m32r.c,v
retrieving revision 1.14
diff -u -r1.14 tc-m32r.c
--- tc-m32r.c   2000/12/28 10:07:55     1.14
+++ tc-m32r.c   2001/01/23 05:29:00
@@ -332,6 +332,7 @@

 void
 m32r_handle_align (fragp)
+     fragS *fragp;
 {
   static const unsigned char nop_pattern[] = { 0xf0, 0x00 };
   static const unsigned char multi_nop_pattern[] = { 0x70, 0x00, 0xf0, 0x00 };


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