* libhppa.h (bfd_hppa_insn2fmt): Change to return an int.
authorJeff Law <law@redhat.com>
Sun, 17 Oct 1999 23:21:41 +0000 (23:21 +0000)
committerJeff Law <law@redhat.com>
Sun, 17 Oct 1999 23:21:41 +0000 (23:21 +0000)
bfd/ChangeLog
bfd/libhppa.h

index 6037a1c4f0d2143f8e913b0987ca0c4e0ffc2001..134f41d53e9611df3bcabb11f09b5a0880c5d917 100644 (file)
@@ -1,3 +1,7 @@
+Sun Oct 17 17:19:00 1999  Jeffrey A Law  (law@cygnus.com)
+
+       * libhppa.h (bfd_hppa_insn2fmt): Change to return an int.
+
 1999-10-08  Ian Lance Taylor  <ian@zembu.com>
 
        * elflink.h (elf_merge_symbol): When overriding a weak symbol with
index 15181088addb72fab58baf12fe551fa64391c71a..b971364666e4006ad0f6972a54b41d0cbe8b9de5 100644 (file)
@@ -72,7 +72,7 @@ static INLINE void low_sign_unext (unsigned int, unsigned int, unsigned int *)
 static INLINE unsigned long hppa_field_adjust (unsigned long, unsigned long,
                                               unsigned short)
      __attribute__ ((__unused__));
-static INLINE char bfd_hppa_insn2fmt (unsigned long)
+static INLINE int bfd_hppa_insn2fmt (unsigned long)
      __attribute__ ((__unused__));
 static INLINE  unsigned long hppa_rebuild_insn (bfd *, unsigned long,
                                                unsigned long, unsigned long)
@@ -579,11 +579,11 @@ hppa_field_adjust (value, constant_value, r_field)
    FIXME:  opcodes which do not map to a known format
    should return an error of some sort.  */
 
-static INLINE char
+static INLINE int
 bfd_hppa_insn2fmt (insn)
      unsigned long insn;
 {
-  char fmt = -1;
+  char int = -1;
   unsigned char op = get_opcode (insn);
   
   switch (op)
This page took 0.027727 seconds and 4 git commands to generate.