OSDN Git Service

formatting fix
authorNick Clifton <nickc@redhat.com>
Sat, 13 Jan 2001 19:45:52 +0000 (19:45 +0000)
committerNick Clifton <nickc@redhat.com>
Sat, 13 Jan 2001 19:45:52 +0000 (19:45 +0000)
bfd/ChangeLog
bfd/coffcode.h
bfd/elf32-fr30.c
opcodes/ChangeLog
opcodes/disassemble.c

index f81cc11..58f9b87 100644 (file)
@@ -1,5 +1,8 @@
 2001-01-13  Nick Clifton  <nickc@redhat.com>
 
+       * elf32-fr30.c (fr30_elf_howto_table): Remove spurious blank
+       line.
+
        * coffcode.h (coff_canonicalize_reloc): Remove spurious blank
        line.
 
index 05eba02..fce0491 100644 (file)
@@ -4926,7 +4926,6 @@ coff_canonicalize_reloc (abfd, section, relptr, symbols)
 
       for (; count++ < section->reloc_count;)
        *relptr++ = tblptr++;
-
     }
   *relptr = 0;
   return section->reloc_count;
index 526212b..6b457b3 100644 (file)
@@ -236,7 +236,6 @@ static reloc_howto_type fr30_elf_howto_table [] =
          0,                     /* src_mask */
          0,                     /* dst_mask */
          false),                /* pcrel_offset */
-
 };
 \f
 /* Utility to actually perform an R_FR30_20 reloc.  */
index eba00c6..e118c0e 100644 (file)
@@ -1,3 +1,7 @@
+2001-01-13  Nick Clifton  <nickc@redhat.com>
+
+       * disassemble.c: Remove spurious white space.
+
 Sat Jan 13 01:48:24 MET 2001  Jan Hubicka  <jh@suse.cz>
 
        * i386-dis.c (dis386_att, disx86_64_att): Fix ret, lret and iret
index 9a957c2..d031840 100644 (file)
@@ -125,7 +125,7 @@ disassembler (abfd)
        disassemble = print_insn_h8300h;
       else if (bfd_get_mach(abfd) == bfd_mach_h8300s)
        disassemble = print_insn_h8300s;
-      else 
+      else
        disassemble = print_insn_h8300;
       break;
 #endif
@@ -287,7 +287,7 @@ disassembler (abfd)
     case bfd_arch_z8k:
       if (bfd_get_mach(abfd) == bfd_mach_z8001)
        disassemble = print_insn_z8001;
-      else 
+      else
        disassemble = print_insn_z8002;
       break;
 #endif
@@ -309,6 +309,6 @@ disassembler_usage (stream)
 #ifdef ARCH_arm
   print_arm_disassembler_options (stream);
 #endif
-  
+
   return;
 }