* config/tc-hppa.c (md_apply_fix): Make "fmt" an int.
authorJeff Law <law@redhat.com>
Sun, 17 Oct 1999 23:19:13 +0000 (23:19 +0000)
committerJeff Law <law@redhat.com>
Sun, 17 Oct 1999 23:19:13 +0000 (23:19 +0000)
gas/ChangeLog
gas/config/tc-hppa.c

index 46f9b357b85edca28cceb413c662893632a52f51..8afc9fe772a96a552077f0815deb8ff157553c12 100644 (file)
@@ -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  <alan@spri.levels.unisa.edu.au>
 
        * config/tc-i386.c (i386_index_check): Correct #endif location.
index 2f3f2d99260c044cb44ee4e54089b84feccfd4fc..d733577df9b727c3056f1e294f2048709de77f1a 100644 (file)
@@ -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).
This page took 0.031657 seconds and 4 git commands to generate.