From: Jeff Law Date: Sun, 17 Oct 1999 23:19:13 +0000 (+0000) Subject: * config/tc-hppa.c (md_apply_fix): Make "fmt" an int. X-Git-Tag: gdb-1999-10-18~6 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=476cdcb88ff3d7bc36f32b8a856d64a29243de9d;p=external%2Fbinutils.git * config/tc-hppa.c (md_apply_fix): Make "fmt" an int. --- diff --git a/gas/ChangeLog b/gas/ChangeLog index 46f9b35..8afc9fe 100644 --- a/gas/ChangeLog +++ b/gas/ChangeLog @@ -1,3 +1,7 @@ +Sun Oct 17 17:15:58 1999 Jeffrey A Law (law@cygnus.com) + + * config/tc-hppa.c (md_apply_fix): Make "fmt" an int. + 1999-10-12 Alan Modra * config/tc-i386.c (i386_index_check): Correct #endif location. diff --git a/gas/config/tc-hppa.c b/gas/config/tc-hppa.c index 2f3f2d9..d733577 100644 --- a/gas/config/tc-hppa.c +++ b/gas/config/tc-hppa.c @@ -4217,7 +4217,7 @@ md_apply_fix (fixP, valp) if (hppa_fixP) { unsigned long buf_wd = bfd_get_32 (stdoutput, buf); - unsigned char fmt = bfd_hppa_insn2fmt (buf_wd); + int fmt = bfd_hppa_insn2fmt (buf_wd); /* If there is a symbol associated with this fixup, then it's something which will need a SOM relocation (except for some PC-relative relocs).