From aa9557841d6dba56f55bc71b04b3df490faec539 Mon Sep 17 00:00:00 2001 From: amodra Date: Tue, 23 Jan 2001 13:31:06 +0000 Subject: [PATCH] (m32r_handle_align): Declare type of fragp. --- gas/ChangeLog | 12 ++++++++---- gas/config/tc-m32r.c | 1 + 2 files changed, 9 insertions(+), 4 deletions(-) diff --git a/gas/ChangeLog b/gas/ChangeLog index 90f790d51d..c87acdce38 100644 --- a/gas/ChangeLog +++ b/gas/ChangeLog @@ -1,3 +1,7 @@ +2001-01-23 Ben Elliston + + * config/tc-m32r.c (m32r_handle_align): Declare type of fragp. + 2001-01-22 Kazu Hirata * config/tc-alpha.c: Fix formatting. @@ -49,7 +53,7 @@ error should be fatal. * message.c (as_fatal): Delete output file, if one has been - created. + created. 2001-01-14 Alan Modra @@ -162,7 +166,7 @@ Sat Jan 13 01:47:35 MET 2001 Jan Hubicka * config/tc-m68hc11.c (md_estimate_size_before_relax):Don't relax weak symbols. - (relaxable_symbol): New function. + (relaxable_symbol): New function. 2001-01-11 Andreas Jaeger @@ -190,8 +194,8 @@ Sat Jan 13 01:47:35 MET 2001 Jan Hubicka 2001-01-08 Bo Thorsen - * config/tc-i386.c (i386_immediate, i386_displacement): - GOTPCREL check fix. + * config/tc-i386.c (i386_immediate, i386_displacement): + GOTPCREL check fix. 2001-01-07 Ian Lance Taylor diff --git a/gas/config/tc-m32r.c b/gas/config/tc-m32r.c index d31dd8d59f..062181e05e 100644 --- a/gas/config/tc-m32r.c +++ b/gas/config/tc-m32r.c @@ -332,6 +332,7 @@ const pseudo_typeS md_pseudo_table[] = 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 }; -- 2.11.0