diff options
author | Nick Clifton <nickc@redhat.com> | 2001-01-13 19:45:52 +0000 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 2001-01-13 19:45:52 +0000 |
commit | ec7bf46f203326e38f141f553b2e7bd658732b17 (patch) | |
tree | 161d0175a25be4ace91b2642fdb324c22b38fc7b | |
parent | d180ffb5f1e0d539cebd3f5a1fb4ef42aa618f51 (diff) | |
download | gdb-ec7bf46f203326e38f141f553b2e7bd658732b17.tar.gz |
formatting fix
-rw-r--r-- | bfd/ChangeLog | 3 | ||||
-rw-r--r-- | bfd/coffcode.h | 1 | ||||
-rw-r--r-- | bfd/elf32-fr30.c | 1 | ||||
-rw-r--r-- | opcodes/ChangeLog | 4 | ||||
-rw-r--r-- | opcodes/disassemble.c | 6 |
5 files changed, 10 insertions, 5 deletions
diff --git a/bfd/ChangeLog b/bfd/ChangeLog index f81cc11813a..58f9b8793b6 100644 --- a/bfd/ChangeLog +++ b/bfd/ChangeLog @@ -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. diff --git a/bfd/coffcode.h b/bfd/coffcode.h index 05eba024bf1..fce04919e23 100644 --- a/bfd/coffcode.h +++ b/bfd/coffcode.h @@ -4926,7 +4926,6 @@ coff_canonicalize_reloc (abfd, section, relptr, symbols) for (; count++ < section->reloc_count;) *relptr++ = tblptr++; - } *relptr = 0; return section->reloc_count; diff --git a/bfd/elf32-fr30.c b/bfd/elf32-fr30.c index 526212b9699..6b457b3b74f 100644 --- a/bfd/elf32-fr30.c +++ b/bfd/elf32-fr30.c @@ -236,7 +236,6 @@ static reloc_howto_type fr30_elf_howto_table [] = 0, /* src_mask */ 0, /* dst_mask */ false), /* pcrel_offset */ - }; /* Utility to actually perform an R_FR30_20 reloc. */ diff --git a/opcodes/ChangeLog b/opcodes/ChangeLog index eba00c6c85f..e118c0effaf 100644 --- a/opcodes/ChangeLog +++ b/opcodes/ChangeLog @@ -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 diff --git a/opcodes/disassemble.c b/opcodes/disassemble.c index 9a957c28f43..d031840243c 100644 --- a/opcodes/disassemble.c +++ b/opcodes/disassemble.c @@ -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; } |