[Patch] gas/config/tc-m32r.c
Ben Elliston
bje@redhat.com
Mon Jan 22 21:31:00 GMT 2001
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 };
More information about the Binutils
mailing list