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.
for (; count++ < section->reloc_count;)
*relptr++ = tblptr++;
-
}
*relptr = 0;
return section->reloc_count;
0, /* src_mask */
0, /* dst_mask */
false), /* pcrel_offset */
-
};
\f
/* Utility to actually perform an R_FR30_20 reloc. */
+2001-01-13 Nick Clifton <nickc@redhat.com>
+
+ * lexsup.c (parse_args): Remove spurious white space.
+
2001-01-12 Nick Clifton <nickc@redhat.com>
* lexsup.c (parse_args): Update copyright date.
--optind;
optc = getopt_long (argc, argv, shortopts, really_longopts, &longind);
}
-
+
if (optc == -1)
break;
+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
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
case bfd_arch_z8k:
if (bfd_get_mach(abfd) == bfd_mach_z8001)
disassemble = print_insn_z8001;
- else
+ else
disassemble = print_insn_z8002;
break;
#endif
#ifdef ARCH_arm
print_arm_disassembler_options (stream);
#endif
-
+
return;
}