X-Git-Url: http://git.efficios.com/?a=blobdiff_plain;f=gas%2Fconfig%2Ftc-h8500.c;h=5a09e4ad40aceb30610b989926a2bb097d7a1804;hb=fd58f4b10e95fade6653c2ff2d42c58e37f6921d;hp=feb08ad84613add3673225f96bc31a3d18f4f1c7;hpb=03678945bda93300182fb98ae15fd9b636d9ed95;p=deliverable%2Fbinutils-gdb.git diff --git a/gas/config/tc-h8500.c b/gas/config/tc-h8500.c index feb08ad846..5a09e4ad40 100644 --- a/gas/config/tc-h8500.c +++ b/gas/config/tc-h8500.c @@ -15,7 +15,7 @@ You should have received a copy of the GNU General Public License along with GAS; see the file COPYING. If not, write to - the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ + the Free Software Foundation, 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ /* Written By Steve Chamberlain @@ -87,7 +87,7 @@ const char FLT_CHARS[] = "rRsSfFdDxXpP"; #define WORD_F 32767 #define WORD_B 32768 -const relax_typeS md_relax_table[C (END, 0)]; +relax_typeS md_relax_table[C (END, 0)]; static struct hash_control *opcode_hash_control; /* Opcode mnemonics */ @@ -1348,10 +1348,10 @@ wordify_scb (buffer, disp_size, inst_size) called after relaxing, change the frags so they know how big they are */ void -md_convert_frag (headers, fragP) +md_convert_frag (headers, seg, fragP) object_headers *headers; + segT seg; fragS *fragP; - { int disp_size = 0; int inst_size = 0;