(m32r_handle_align): Declare type of fragp.
This commit is contained in:
parent
c1eb148815
commit
015c05c1d0
@ -1,3 +1,7 @@
|
|||||||
|
2001-01-23 Ben Elliston <bje@redhat.com>
|
||||||
|
|
||||||
|
* config/tc-m32r.c (m32r_handle_align): Declare type of fragp.
|
||||||
|
|
||||||
2001-01-22 Kazu Hirata <kazu@hxi.com>
|
2001-01-22 Kazu Hirata <kazu@hxi.com>
|
||||||
|
|
||||||
* config/tc-alpha.c: Fix formatting.
|
* config/tc-alpha.c: Fix formatting.
|
||||||
|
@ -332,6 +332,7 @@ const pseudo_typeS md_pseudo_table[] =
|
|||||||
|
|
||||||
void
|
void
|
||||||
m32r_handle_align (fragp)
|
m32r_handle_align (fragp)
|
||||||
|
fragS *fragp;
|
||||||
{
|
{
|
||||||
static const unsigned char nop_pattern[] = { 0xf0, 0x00 };
|
static const unsigned char nop_pattern[] = { 0xf0, 0x00 };
|
||||||
static const unsigned char multi_nop_pattern[] = { 0x70, 0x00, 0xf0, 0x00 };
|
static const unsigned char multi_nop_pattern[] = { 0x70, 0x00, 0xf0, 0x00 };
|
||||||
|
Loading…
Reference in New Issue
Block a user